- Posts: 512
- Thank you received: 349
CMP (Coop Map Package)
- betteryouthanme
-
Topic Author
- Offline
Less
More
7 years 1 month ago #91
by betteryouthanme
Replied by betteryouthanme on topic CMP (Coop Map Package)
did you experience this issue on the non-TLC version too?
Please Log in or Create an account to join the conversation.
- Sasha
-
- Offline
- To triumphed over evil, you need only one thing - to good people inaction.
Less
More
- Posts: 500
- Thank you received: 776
7 years 1 month ago - 7 years 1 month ago #92
by Sasha
Replied by Sasha on topic CMP (Coop Map Package)
Only TLC version
was able to repeat this case in conditions: invulnerability 0 (sec) and, FallingDmg on
was able to repeat this case in conditions: invulnerability 0 (sec) and, FallingDmg on
Last edit: 7 years 1 month ago by Sasha.
Please Log in or Create an account to join the conversation.
- Stern
-
- Offline
Less
More
- Posts: 746
- Thank you received: 569
5 years 1 month ago - 5 years 1 month ago #93
by Stern
The one who hesitates is lost !
Replied by Stern on topic CMP (Coop Map Package)
The last spawn zone in Libya2(Tiger_Tomb) map is in wrong place(in Li2 original place), I moved it to correct place.
Its only what you see on the map and It only has effect on client side.
Maybe i find some more to fix in CMP.
Found one more: Blitz
Zone fix (map.4ds)
Its only what you see on the map and It only has effect on client side.
Maybe i find some more to fix in CMP.
Found one more: Blitz
Zone fix (map.4ds)
The one who hesitates is lost !
Last edit: 5 years 1 month ago by Stern.
The following user(s) said Thank You: snowman
Please Log in or Create an account to join the conversation.
- snowman
-
- Offline
- Your most dear friend.
5 years 1 month ago #94
by snowman
"Straight and narrow is the path."
Replied by snowman on topic CMP (Coop Map Package)
Just updated everything

"Straight and narrow is the path."
Please Log in or Create an account to join the conversation.
- Stern
-
- Offline
Less
More
- Posts: 746
- Thank you received: 569
4 years 10 months ago #95
by Stern
The one who hesitates is lost !
Replied by Stern on topic CMP (Coop Map Package)
Co_Africa2
I noticed that enemy can use flak on the truck even if its destroyed.
It happens at the first enemy controlled area, there is a disabled flak truck.
"AF2_OpelF_02.scr" is the correct name, I just added JPG to be able to attach it here.
Original section:
Repaired:
I noticed that enemy can use flak on the truck even if its destroyed.
It happens at the first enemy controlled area, there is a disabled flak truck.
This attachment is hidden for guests.
Please log in or register to see it.
Please log in or register to see it.
"AF2_OpelF_02.scr" is the correct name, I just added JPG to be able to attach it here.
Original section:
Code:
...
OnAlarm(){
HUMAN_SETMODE_Stand();
HUMAN_SETMODE_Run();
HUMAN_MoveToFrame(veh, 7);
HUMAN_BoardVehicle("opelsflakem2", true, 2);
HUMAN_TurnAtNearestPlayer();
EndScript();
}
Repaired:
Code:
...
OnAlarm(){
HUMAN_SETMODE_Stand();
if (!_Actor_GetState(veh)==0)
{
HUMAN_SETMODE_Run();
HUMAN_MoveToFrame(veh, 7);
HUMAN_BoardVehicle("opelsflakem2", true, 2);
HUMAN_TurnAtNearestPlayer();
}
EndScript();
}
The one who hesitates is lost !
Please Log in or Create an account to join the conversation.
- Stern
-
- Offline
Less
More
- Posts: 746
- Thank you received: 569
4 years 9 months ago - 4 years 9 months ago #96
by Stern
The one who hesitates is lost !
Replied by Stern on topic CMP (Coop Map Package)
I just found that CMP does not have documentation about the release dates and who made all those modded maps.
Maybe this info is lost ? Not 100% known ?
I remember this page was fist HD2 page i found when i was looking for new maps, year 2010 maybe.
http://www.hidden-and-dangerous.de/downloads.php
Now the Download part is missing.
Maybe this info is lost ? Not 100% known ?
I remember this page was fist HD2 page i found when i was looking for new maps, year 2010 maybe.
http://www.hidden-and-dangerous.de/downloads.php
Now the Download part is missing.


The one who hesitates is lost !
Last edit: 4 years 9 months ago by Stern.
The following user(s) said Thank You: snowman
Please Log in or Create an account to join the conversation.
Birthdays
- JacobFromPoland in 6 days