#Hmm got makepbo installed but I m a bit
1 messages · Page 1 of 1 (latest)
Omg, classic
Okay so now it seems to do something, but apparently there is an error in description.ext which makes me wonder if is there some way to handle errors or ignore them?
In that case it stopped making pbo due to negative value assigned in following piece of code
{
idd = -1;
access = -1;
movingEnable = false;
onLoad = "";
onUnload = "";
enableSimulation = true;
controls[] = {};
};```
mm. maybe check makepbo readme for ignoring error.
Got it working, minor issue, thanks for suggesting these tools :)
How did you get it working? I have the same issue
You mean exactly same issue regarding description.ext? In my case it seems the parameter "access" canot equal "-1" so I checked for acceptable valued on biwiki and set it to 0 so
...
access = 0
...
Hmm, yeah, it complained about it but also with value 0
Still struggling on creating batch file but I guess I'll just need some time with YouTube tutorials on Windows shell 😂
I'll double check when I'm back from work but I think I set it to 0. Can you send a screenshot of error or at least copy paste what it says?
It's now just excluding the HPP files after I commented those access = 0 lines out
This is my batch file to duplicate a .vr mission to all terrains https://pastebin.com/MSjYLTAT
Mate we don't deserve you, thanks
Weird I checked and as I said it's assigned 0 so should work in your case too