Page 1 of 1

Mod installation with an additional script.

Posted: Mon Oct 06, 2025 3:46 pm
by nemesis830521
Is it possible to simultaneously install a mod, for example Real World, along with my own script? I thought it was possible because when writing a script in the generator, there is a line regarding the possibility of installing and running both together. So I first launch the mod, but when I upload the script, the mod gets deactivated. Am I doing something wrong, and if so, what is it?

Re: Mod installation with an additional script.

Posted: Tue Oct 07, 2025 2:41 am
by Stylesjl
You may need to specify the mod name in the script itself:
ModName.png
ModName.png (45.16 KiB) Viewed 21468 times
That way it will always load the RealWorld mod whenever you run the script.

Re: Mod installation with an additional script.

Posted: Tue Oct 07, 2025 7:12 am
by nemesis830521
All clear. Thank you for the quick response.