![]() |
|
[NEEDS INFO] Custom map - Host Error: Mod_MAP_Mode: not yet implemented - 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: [NEEDS INFO] Custom map - Host Error: Mod_MAP_Mode: not yet implemented (/showthread.php?tid=6962) |
Custom map - Host Error: Mod_MAP_Mode: not yet implemented - teratorn - 12-20-2016 I am using NetRadiant to create a map. I have an error on building the map but it seems to be non-critical. When trying to test the map I start Xonotic and type "map TEST.map" (the name of my map) in the command line. I then get this: Code: Host Error: Mod_MAP_Mode: not yet implementedRE: Custom map - Host Error: Mod_MAP_Mode: not yet implemented - Mario - 12-20-2016 You need to compile the map from NetRadiant's Build menu, then you just type "map test". As a side note, it's best to use lower case in filenames, so as to remain compatible with every OS. RE: Custom map - Host Error: Mod_MAP_Mode: not yet implemented - teratorn - 12-20-2016 Thank you Mario. I think then it is the build that fails. The first error message was: Code: === running build command ===
"/home/me/Desktop/netradiant-20150621-ubuntu15-x86_64/q3map2.x86" -v -connect 127.0.0.1:39000 -game xonotic -fs_basepath "/home/me/Xonotic/" -fs_homepath "/home/me/.xonotic/" -fs_game data -meta -v "/home/me/.xonotic/data/maps/test.map"
Gdk-CRITICAL **: IA__gdk_window_get_window_type: assertion 'GDK_IS_WINDOW (window)' failedCode: The connection timed out, assuming the build process failed
Make sure you are using a networked version of Q3Map?
Otherwise you need to disable BSP Monitoring in prefs.So, I then disabled BSP monitoring and get this message without any error: Code: Writing the compile script to '/home/me/.netradiant/1.5.0/qe3bsp.sh'
The build output will be saved in '/home/me/.netradiant/1.5.0/junk.txt'Code: ]map test
SpawnServer: no map file named maps/test.bspRE: Custom map - Host Error: Mod_MAP_Mode: not yet implemented - teratorn - 01-06-2017 bump RE: Custom map - Host Error: Mod_MAP_Mode: not yet implemented - -z- - 03-06-2017 How did you install NetRadiant, from here? https://gitlab.com/xonotic/netradiant RE: Custom map - Host Error: Mod_MAP_Mode: not yet implemented - teratorn - 03-07-2017 I used this: http://ingar.satgnu.net/gtkradiant/ which is probably out dated. I did try the GitLab method in your link but had this question which no one has responded to: https://gitlab.com/xonotic/netradiant/issues/81 RE: Custom map - Host Error: Mod_MAP_Mode: not yet implemented - SpiKe - 03-07-2017 (03-07-2017, 01:29 AM)teratorn Wrote: I used this: http://ingar.satgnu.net/gtkradiant/ which is probably out dated. Hi, After you built NetRadiant on Ubuntu, go to the "build" directory and start "radiant.x86_64" (or whatever the name of the executable): Code: cd build
./radiant.x86_64If it doesn't work, make sure it has execute permissions: Code: chmod +x radiant.x86_64 |