Forum
CS2D General How to build in CS2DHow to build in CS2D
10 replies 1
Right Mouse Click
Choose what to build
???
Profit !
I suppose you don't know how to get a wrench. You get it by getting on a construction server OR if you find a wrench on ground. Another possibility is if you're server admin, then you can use command "equip YOURID 74" to get it, though I suppose this looks like rocket science to you.
edited 1×, last 27.10.13 06:03:26 pm
@ RikTelner: There is a 4 ways(maybe, correct me if i'm wrong) to get wrench:
1. equip <id> 74(on spawn, you need to add "74" at return value)
2. Set gamemode to construction and you gonna get wrench on spawn
3. Pick it up. Maybe located somewhere on the map that you're playing(can also spawned on ground by spawnitem, see step 4)
4. spawnitem 74 <x> <y> and do step 3
Mines and laser mines can not be built with a wrench though. They are items (like grenades for example). You have to find them on the map or get them somehow else (Lua script or command as server admin). Like the wrench they can not be bought (unless the server is running a script to allow that). After getting them you find them in your inventory (mousewheel / numeric keys) and you can simply place them by selecting them and pressing your left mouse button.
1. No-Build area(Info_NoBuilding)
2. There is a entity at that area(only some entities, Trigger_Use doesn't affect this)
3. There is a player at that position
4. Your distance and build location distance are too far(It can to be only 1tile distance)
5. There is a wall, obstacle, or another building at build location
1