oc_junkfall

Release your amazing Map creations here!
User avatar
Saccn
Polygon
Polygon
Posts: 26
Joined: Thu Nov 27, 2008 2:12 pm

Post by Saccn »

There, I changed the name.
User avatar
Neico
Lead Coder
Lead Coder
Posts: 1799
Joined: Tue Aug 15, 2006 3:39 pm
Location: Germany
Contact:

Post by Neico »

that's better ;)

by the way i noticed some little things:
-try to avoid info_player_start, this is a Multiplayer Mod not a Singleplayer one, use info_player_deathmatch instead (player_start is only legacy support)
-some things that you put into the cfg mapadd file can be directly set inside the map (canjeepspawn and canairboatspawn for example, wait a sec, a modify block inside the cfg file? WRONG, that goes into the modify one anyway D:)
-it would be better if you don't let people spawn with crowbars (no weapons at all), they can cause unnessecery collision calculation on the server (and everything related to it :P) you can achive that even without a modify mapadd file (use the OnSpawn Output on the PlayerSpawns and bind it to a weapon stripper)

other then that feel free to add new "junk" :P
Image
User avatar
Saccn
Polygon
Polygon
Posts: 26
Joined: Thu Nov 27, 2008 2:12 pm

Post by Saccn »

Update released.
Post Reply