#Hmm got makepbo installed but I m a bit

1 messages · Page 1 of 1 (latest)

pale hamlet
#

with spaces in path you need to enclose it in quotes "c:\..."

tranquil raft
#

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[] = {};
};```
pale hamlet
#

mm. maybe check makepbo readme for ignoring error.

tranquil raft
#

Got it working, minor issue, thanks for suggesting these tools :)

sonic quartz
tranquil raft
sonic quartz
#

Hmm, yeah, it complained about it but also with value 0

tranquil raft
#

Still struggling on creating batch file but I guess I'll just need some time with YouTube tutorials on Windows shell 😂

tranquil raft
sonic quartz
#

It's now just excluding the HPP files after I commented those access = 0 lines out

pale hamlet
tranquil raft
tranquil raft