wajsic Posted April 11, 2011 Share Posted April 11, 2011 Hello! My problem is, as you see in title, that I want to change DM race to normal race with checkpoint because of respawning. Is this possible? Link to comment
GodFather Posted April 11, 2011 Share Posted April 11, 2011 You don't need chechpoints to have respawn, just open a map go to map settings and there you will see "Gamemode Settings" and there is respawn just put it to true, and you will have respawn! And for checkpoints if you really want them just load a map in map editor and put the checkpoints. Link to comment
wajsic Posted April 12, 2011 Author Share Posted April 12, 2011 Thanks for reply! But when I open Gamemode Settings is there only "No setting definitions" Link to comment
Deagle Posted April 27, 2011 Share Posted April 27, 2011 Im suggesting you to edit the meta.xml with Notepad, outside the game. This is how a normal meta looks (you can change them) : <meta> <info gamemodes="race" type="map" name="[DM] Your Map Name /> <map src="your-name-map-name.map" dimension="0" /> <settings> <setting name="#skins" value='[ "random" ]' /> <setting name="#maxplayers" value="[ 128 ]" /> <setting name="#gamespeed" value="[ 1 ]" /> <setting name="#ghostmode" value='[ "true" ]' /> <setting name="#time" value="12:0" /> <setting name="#vehicleweapons" value='[ "true" ]' /> <setting name="#minplayers" value="[ 0 ]" /> <setting name="#weather" value="[ 0 ]" /> <setting name="#gravity" value="[ 0.008000 ]" /> <setting name="#waveheight" value="[ 0 ]" /> <setting name="#respawntime" value="[ 0 ]" /> <setting name="#locked_time" value="[ true ]" /> <setting name="#duration" value="[ 1800 ]" /> <setting name="#respawn" value='[ "none" ]' /> </settings> </meta> If you want respawn in your map, you need to modify these 2 lines : Replace 0, with how many seconds do you want before the respawn. <setting name="#respawntime" value="[ 0 ]" /> Respawn value must be timelimit : <setting name="#respawn" value='[ "timelimit" ]' /> Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now