Forum
CS2D Maps/Editor Custom Maps and Stuff NTD has written
but even the BOTS of cs2d are NPCs!
but teh bots can just kill players
But forgot to write about one thing: If one team has no players, the second team WINS
Create NPCs, move them if you want, turn them, and remove them!
Moreover, there are 2 examples of how to make lua NPCs:
NPC that moves around the map
NPC that follows a random way
Console commands:
npc <X> <Y> - Creates a NPC at the given coordinate
npc_turn <ID> <DEG> - Rotates the chosen NPC (id) to a given direction (deg)
npc_move_left <ID> <LEN> - Moves the NPC (id) for the given length (len) to the left
npc_move_right <ID> <LEN> - Moves the NPC (id) for the given length (len) to the right
npc_move_up <ID> <LEN> - Moves the NPC (id) for the given length (len) up
npc_move_down <ID> <LEN> - Moves the NPC (id) for the given length (len) down
npc_remove <ID> - Removes the given NPC (id)
Lua functions:
npc_create(x,y) - Creates a NPC in the given X and Y
npc_turn(id,deg) - Rotates the chosen NPC (id) to a given direction (deg)
npc_move_left(id,len) - Moves the NPC (id) for the given length (len) to the left
npc_move_right(id,len) - Moves the NPC (id) for the given length (len) to the right
npc_move_up(id,len) - Moves the NPC (id) for the given length (len) up
npc_move_down(id,len) - Moves the NPC (id) for the given length (len) down
npc_remove(id) - removes the given NPC (id)
Have fun scripting and modding!
Download and screens: http://www.unrealsoftware.de/files_show.php?file=355
Admin/mod comment
pointless quote of like 100 words just for a 2 word comment ... quote removed /DCIf u want to c how it looks like, I made a quick preview of the map.. check it out!
PREVIEW: http://www.youtube.com/watch?v=VSHkWUg3FQI
DOWNLOAD -> http://www.unrealsoftware.de/files_show.php?file=364
edited 1×, last 13.12.09 08:53:21 pm
Everyone who wants to check & download it :
Check Upload Here
Nemesis has written
but teh bots can just kill players
NTD has written
but even the BOTS of cs2d are NPCs!
but teh bots can just kill players
so? in half life a headcrab is an NPC and he can kill players! if you think NPCs cant attack players then your wrong!
NTD has written
so? in half life a headcrab is an NPC and he can kill players! if you think NPCs cant attack players then your wrong!
Nemesis has written
but teh bots can just kill players
NTD has written
but even the BOTS of cs2d are NPCs!
but teh bots can just kill players
so? in half life a headcrab is an NPC and he can kill players! if you think NPCs cant attack players then your wrong!
NPC None Player Character
anyone who is not controlled by a real person on a computer/console
try to add an AI for random movement to the NPCs
and there not just in role-play there in 99.99% of all games
Well I made another map which is the Trenches, I made a quick preview of the video
PREVIEW http://www.youtube.com/watch?v=Oo1DqFxqCpU
Also this is a unfinished Verison so things will be different on the finished one
DOWNLOAD http://www.unrealsoftware.de/get.php?get=u5986f2.zip&p=2
a hole new Fixed version of the popular mapde_inferno!
& thing's :
way to bomb spot 1 (A) CT
add decal to see bomb spot with title (X)
put a new gfx on map like (car,truk ...)
put a new sfx to map like de_inferno factory song**
add new (de_inferno) original tiles**
put a nice de_inferno background like (walls...)
boxes to the map on CT base and Bomb spot 2 (A)
now bomb spots have nuclear Boxes on the both bomb spots not chemical weapons !
introductions:
Counter-Terrorists:
Prevent Terrorists from bombing nuclear Boxes crates. Team members must defuse any bombs that threaten targeted areas.
Terrorists:
The Terrorist carrying the C4 must destroy one of the nuclear Boxes stashes.
Other Notes:
There are 2 nuclear Boxes stashes in the mission.
Contact me / Find a bug
E-mail: - Email address (only visible with login) -
Download
http://www.unrealsoftware.de/files_show.php?file=381
EnJoY iT !
mat5b has written
NPC Mod 1.1
Create NPCs, move them if you want, turn them, and remove them!
Moreover, there are 2 examples of how to make lua NPCs:
NPC that moves around the map
NPC that follows a random way
Console commands:
npc <X> <Y> - Creates a NPC at the given coordinate
npc_turn <ID> <DEG> - Rotates the chosen NPC (id) to a given direction (deg)
npc_move_left <ID> <LEN> - Moves the NPC (id) for the given length (len) to the left
npc_move_right <ID> <LEN> - Moves the NPC (id) for the given length (len) to the right
npc_move_up <ID> <LEN> - Moves the NPC (id) for the given length (len) up
npc_move_down <ID> <LEN> - Moves the NPC (id) for the given length (len) down
npc_remove <ID> - Removes the given NPC (id)
Lua functions:
npc_create(x,y) - Creates a NPC in the given X and Y
npc_turn(id,deg) - Rotates the chosen NPC (id) to a given direction (deg)
npc_move_left(id,len) - Moves the NPC (id) for the given length (len) to the left
npc_move_right(id,len) - Moves the NPC (id) for the given length (len) to the right
npc_move_up(id,len) - Moves the NPC (id) for the given length (len) up
npc_move_down(id,len) - Moves the NPC (id) for the given length (len) down
npc_remove(id) - removes the given NPC (id)
Have fun scripting and modding!
Download and screens: http://www.unrealsoftware.de/files_show.php?file=355
Create NPCs, move them if you want, turn them, and remove them!
Moreover, there are 2 examples of how to make lua NPCs:
NPC that moves around the map
NPC that follows a random way
Console commands:
npc <X> <Y> - Creates a NPC at the given coordinate
npc_turn <ID> <DEG> - Rotates the chosen NPC (id) to a given direction (deg)
npc_move_left <ID> <LEN> - Moves the NPC (id) for the given length (len) to the left
npc_move_right <ID> <LEN> - Moves the NPC (id) for the given length (len) to the right
npc_move_up <ID> <LEN> - Moves the NPC (id) for the given length (len) up
npc_move_down <ID> <LEN> - Moves the NPC (id) for the given length (len) down
npc_remove <ID> - Removes the given NPC (id)
Lua functions:
npc_create(x,y) - Creates a NPC in the given X and Y
npc_turn(id,deg) - Rotates the chosen NPC (id) to a given direction (deg)
npc_move_left(id,len) - Moves the NPC (id) for the given length (len) to the left
npc_move_right(id,len) - Moves the NPC (id) for the given length (len) to the right
npc_move_up(id,len) - Moves the NPC (id) for the given length (len) up
npc_move_down(id,len) - Moves the NPC (id) for the given length (len) down
npc_remove(id) - removes the given NPC (id)
Have fun scripting and modding!
Download and screens: http://www.unrealsoftware.de/files_show.php?file=355
Thx for the info,but is it gonna work for A LARGE MAP
about 2500x2000?.My current project is HALF-LIFE2,a single player map,but i still need help with the scripts
Btw,I take a try using those
edit:already solved
edited 1×, last 20.12.09 09:37:03 am
Preview -> http://www.youtube.com/watch?v=rvCRzelYnDU
Now this map I really wanted to player to make there choices. If that area is hard to go, there are many other ways to go around it. I added the Sewers that there little short cut ways to pass the hard places. The map is huge so don't complain is smal any more. And one last thing there are some secert areas u can find in the map to get stronger weapons ;]
I have three verisons of the map but there just game modes so I did not change the map. its still one map
Features
Some New gfx pictures
Traps (But becarefull that you well fall into your own or teammates)
Secert Areas
Sewers
Game mode
Domanation
Team Deathmatch
Construction
Download -> http://www.unrealsoftware.de/get.php?get=u5986f3.zip&p=2
edited 1×, last 20.12.09 03:40:51 pm
i think its not possible but i can try, O_O.
You,a team member of BRAVO 6,is stranded in the banana village.You was going to a rescue operation.
1.A zombie mini map where it consits 4 main gates from four corners which spawns deadly zombies.
2.The survivors stay at the middle and survive as long as you can
3.See screenshots and download it NOW!!
4.MAKE IT 10 MINUTES to see he full story
==>DOWNLOAD
edited 2×, last 24.12.09 02:42:00 pm