[SOLVED] map not running in xonotic - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [SOLVED] map not running in xonotic (/showthread.php?tid=1866) |
map not running in xonotic - hutty - 05-30-2011 I compile my map, run in xonotic and it works I go back to radiant - change something - compile again ad xonotic gives me this WARNING: autogenerated mapinfo file maps/autogenerated/splike4.mapinfo has been loaded; please edit that file and move it to maps/splike4.mapinfo then it proceeds to run an older copy of the map I have checked... and there is no maps/autogenerated/splike4.mapinfo to move Is there any way to fix this? ps. Xonotic is last weeks git Kubuntu 10.10 Ati mobility RE: map not running in xonotic - Spaceman - 05-30-2011 Did you look in the hidden dir .xonotic/data/data/maps/autogenerated ? In Dolphin or Konqueror look at the View menu for show hidden files. RE: map not running in xonotic - hutty - 05-30-2011 yes... I checked there RE: map not running in xonotic - Spaceman - 05-30-2011 After editing your map and recompiling did you restart Xonotic? Instead of restarting, you can open the console and run "fs_rescan" this will reload all the game assets. Which should load the new map. If you're playing the map then you will need to also run "restart". If you're using a server then prepend with rcon - "rcon fs_rescan" and "rcon restart" assuming you have the rcon password. RE: map not running in xonotic - hutty - 05-30-2011 nope none of that makes a diffrence ill attach the map file in question RE: map not running in xonotic - Justin - 05-31-2011 I made strafe map, and I want to test it but I can't! "map <levelname> : start a new game (kicks off all players)" - this is what the console shows me. Anyone can help me pls? RE: map not running in xonotic - Cortez666 - 05-31-2011 sounds like there is a space in your map name, like deep blue. In this case you just rename it to deep_blue . if that isnt the problem please describe the problem a bit more and also provide the following lines from the console. RE: map not running in xonotic - Justin - 05-31-2011 Thank You very much, Cortez! RE: map not running in xonotic - hutty - 05-31-2011 I'm still having trouble with my problem. (its preventing me from doing any xonotic mapping) RE: map not running in xonotic - Cortez666 - 06-01-2011 (05-31-2011, 08:54 PM)hutty Wrote: I'm still having trouble with my problem. why dont you write your own .mapinfo? RE: map not running in xonotic - Spaceman - 06-01-2011 Is your map/bsp* in ".xonotic/data/map_name.pk3dir/maps" or is it in another place and you copy and paste it? * I've forgotten what DarkPlaces needs to run the map. After compiling in NetRadiant and copying the new map/bsp to ".xonotic/data/data/maps/" or ".xonotic/data/map_name.pk3dir/maps" don't forget to fs_rescan and restart, and if you have a mapinfo then you can also do menu_restart and the map should appear in the menu. A typical mapinfo. Save it as a text file "map_name.mapinfo" to the same place as your map/bsp. PHP Code: title You need to add some text to "title, description and author" Example PHP Code: title Pink ponies 0104 and remove any game type not supported by your map. RE: map not running in xonotic - hutty - 06-01-2011 Thanks Spaceman... That fixed problem number one... however turns out there is more than just that... now I get this error couldn't exec maps/aquafur4.cfg Here are some screen shots to explain the problem (attachments) RE: map not running in xonotic - Spaceman - 06-03-2011 Ignore PHP Code: couldn't exec maps/aquafur4.cfg You appear to have aquafu4.* in 2 locations. I suspect the game is loading the wrong version. Open the game console and try some of these PHP Code: which aquafur4.bsp Hopefully one of the commands will tell you which aquafur4.bsp the game is using, when you have found the correct version you can delete or rename the other. RE: map not running in xonotic - hutty - 06-09-2011 I got it working!!! turns out I had not edited the .mapinfo correctly Thanks alot everyone especially Spaceman (sorry I didn't reply earlier.... finals got in the way) |