Rihi

Results 47 comments of Rihi

Hm, yeah I don't know what else could be causing that. If you could share a map where that happens to you, I could try replicating it on my pc.

Can you try launching the .bat in the cmd manually, to see if it prints any errors? You can open the cmd by simply searching for it in the Windows...

Sorry for taking a 'little' while to answer. Your right that this has to do with how texture coordinates are currently rounded. The whole process around decompiling textures and geometry...

This was fixed with version [1.4.4](https://github.com/ata4/bspsrc/releases).

I could probably add support for it, but I don't own the game. If at any time I can get my hands on it, I'll see what I can do.

This happens when either java is not installed on your system or it isn't correctly setup with windows `Path` environment variable. There are a lot of resources online on how...

Because as far as I know, apex bsp format is way different from the kind of formats bspsrc handles, it's very unlikely that apex is ever really "supported". I won't...

I had this problem with high detailed maps as well. I don't quite know what causes it but my guess would be it's because of floating point math/rounding errors. For...

The issue with areaportal reallocation has since been fixed. I also agree that the gui option of "disabling" areaportals can be a bit misleading. I plan to do some changes...

You probably tried to execute the `.bat` while still inside the `.zip` archive. You have to first extract all files from it and then try to execute bspsrc. See the...