Rihi

Results 47 comments of Rihi

I had a look at the bsp and you're right that it has to do with some kind of anti decompilation method. It's abusing that in a lot of places,...

You need to install java to run BspSource. See [Running BSPSource](https://github.com/ata4/bspsrc#running-bspsource)

Hm, funnily enough this seems to be a bug with java itself, so nothing I can fix. I'll see if a newer version fixes that issue and will update to...

If you need a workaround, just move bspsrc to a directory not containing any special unicodes. Alternativly you could install java 19+ yourself on your system and download the `bspsrc-jar-only.zip`...

Did you follow the instructions at https://github.com/ata4/bspsrc#running-bspsource? If so at what step did you encounter this error?

> Mine doesnt even launch at all, even with both Java 8 and Java 21 installed. Tried using the command prompt pointing to Java 21's `javaw.exe` files to launch it,...

Thanks for the detailed response! It seems like there is a bug in Java itself, which crashes when instantiating a File Chooser dialog. It seems(?) to be related to special...

Bspsrc itself shouldn't make any network connections. However, the Java runtime it relies on might be checking for updates or performing other routine tasks that require a network connection (There...

I've added static prop support for the game with 0a6820dc, which will be in the next release. However tooltexture fixing, even though there have been some general improvements to it,...

Missing resources like materials/modesl/texture is probably caused the resources being embedded in the bsp file and not being available through the base game alone. In this case, you need to...