Beer Posted April 14, 2023 Share Posted April 14, 2023 (edited) Hello, I implemented Omnibot into a Custom mod. Works fine under Windows. But under linux there is one Error: G_Script_ScriptParse. The Error comes if i do a mapchange with vstr nextmap. Tested it with 0.85 / 0.87. ( RTCW Version ) What could be the issue? Edited April 14, 2023 by Beer Quote Link to comment Share on other sites More sharing options...
Moderators palota Posted April 16, 2023 Moderators Share Posted April 16, 2023 Hello, This error is not related to bots. It happens during nextmap, so there must be something wrong in your mod. Nobody can help you if you didn't publish your source code. I would recommend to use GitHub. Quote Link to comment Share on other sites More sharing options...
Beer Posted April 17, 2023 Author Share Posted April 17, 2023 Ill used this as first test with the s4ndmod source here: https://github.com/S4NDM4NN/s4ndmod/ But theres the issue as i wrote above. my mod is built the same Quote Link to comment Share on other sites More sharing options...
Moderators palota Posted April 26, 2023 Moderators Share Posted April 26, 2023 I installed s4ndmod on Linux and it works. Maybe you have some bad config. Quote Link to comment Share on other sites More sharing options...
Beer Posted April 27, 2023 Author Share Posted April 27, 2023 Could you share the config? So i may can figoure it out the failure. Would be great. Quote Link to comment Share on other sites More sharing options...
Moderators palota Posted April 28, 2023 Moderators Share Posted April 28, 2023 set m01 "set g_gametype 5; map mp_assault; set nextmap vstr m02" set m02 "map mp_base; set nextmap vstr m03" set m03 "map mp_beach; set nextmap vstr m04" set m04 "map mp_castle; set nextmap vstr m05" set m05 "map mp_sub; set nextmap vstr m06" set m06 "map mp_village; set nextmap vstr m01" vstr m01 Quote Link to comment Share on other sites More sharing options...
Beer Posted April 28, 2023 Author Share Posted April 28, 2023 Okay thanks. And the server.cfg would be helpfull too Quote Link to comment Share on other sites More sharing options...
Moderators palota Posted April 29, 2023 Moderators Share Posted April 29, 2023 I only set omnibot_enable and omnibot_path. Other cvars are default. I have installed iortcw-1.51c. When I compiled s4ndmod, I added RTCW_VERSION_0_83 into the header file code/game/Omnibot/rtcw/RTCW_Config.h. I only tested a dedicated server. I don't know how to build client binaries. There is no makefile in cgame folder. Quote Link to comment Share on other sites More sharing options...
Beer Posted April 29, 2023 Author Share Posted April 29, 2023 Okay thanks, i will try that. Maybe the Rtcw Version makes this error, because i installed a older version on linux. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.