[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 implemented RE: 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 === Code: The connection timed out, assuming the build process failed 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' Code: ]map test RE: 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 If it doesn't work, make sure it has execute permissions: Code: chmod +x radiant.x86_64 |