Page 1 of 1

MP Modding

Posted: Sat Feb 05, 2005 8:59 pm
by thestrokes1251
How do I mod multiplayer maps?

Posted: Sat Feb 05, 2005 9:24 pm
by At0miC
You can't edit the hole map unless you got the .map file, which would be impossible.

But you can spawn models in stocks maps,
It's done by scripting in the scr file of the map.

For example,

local.[model] = spawn script_model
local.[model] model "static/[....]" // Choose a model to spawn
local.[model].origin = ( 0 0 0 ) // Coords of the model in the map
local.[model].angles = ( 0 0 0 ) // The angle of the model in the map
local.[model].scale = 1.0 // The scale of the model

[model] can be replaced to an other name like the name of the model
"static/[....]" : select a model to spawn like weapons/colt45.tik

To see the coords in the map, type "coord" in console

However there is a way to convert the .bsp file to .map which I do not recommend, like all the brushes and textures in the map would be broken or lost, you have to rebuilt them all. The converter is called MohBSPToMohMAP

But if you mean that you want to create your own maps........ check the tutorials.