Quantcast
Channel: ZDoom
Viewing all articles
Browse latest Browse all 3391

Scripting • Re: I can not seem to load 2 seperate mods that add custom menu items?

$
0
0
Turns out it was a error in the bat file....

This as an option dose not work

Code:

-file "path1/dir1/" "path2/dir2/"


This as an option DOSE work.. simply make sure the directory path has no trailing /

Code:

-file "path1/dir1" "path2/dir2"


Annoyingly, if you load a single dir, then the trailing / is not a problem : (

Code:

-file "path1/dir1/"
Now I have it working.... it is about trying to get the submenu system working....

Basically, I guess I need to test to see if submenu exists or not, and if it dose, add to it, and if it dose not create it... Is that possible?

Statistics: Posted by aJynks — Wed Feb 19, 2025 7:19 pm



Viewing all articles
Browse latest Browse all 3391

Trending Articles