Maxime Dupuis

Results 19 comments of Maxime Dupuis

third: This assumption is wrong. Pcf material strings are never prefixed with "materials/". **This bit of code should be changed to always prepend "materials/".** https://github.com/ruarai/CompilePal/blob/master/CompilePalX/Compilers/Utility/ParticleUtils.cs#L58 This would be consistent with...

Okay let's troubleshoot this. If I'm understanding this error correctly, the file not being found in the error message is vbspinfo.exe. Can you check in your compilepal folder for GameConfiguration/gameConfigs.json?...

@Servius alright, so the issue seems to be that Garry's mod does not ship with vbspinfo.exe in its GarrysMod\bin folder. The cubemap generator relies on vbspinfo.exe to function properly. The...

Is this page of any help? https://developer.valvesoftware.com/wiki/Can%27t_find_steam_app_user_info

Mhhh, can't say I'm familiar with this problem. Does this steam post have any merit? https://steamcommunity.com/app/211/discussions/0/792924412183919525/?l=russian#c4477106086846318279

We might eventually try to replicate and figure out if it's a problem with CompilePal, but I'm not gonna lie to you, development on has slowed down. Make sure to...

I can confirm that compilepal doesn't even touch phy files (to read them or whatever). Compilepal only checks that the file exists (and it does exist if it made it...

Have you tried a freshly downloaded build? That could clear up potential configuration issues. Also do you happen to have a "CrashLogs" folder in your compilepal folder? if so, send...

Transferring the repo would turn ruarai/CompilePal into Exactol/CompilePal. This breaks all urls to https://github.com/ruarai/CompilePal I'm not opposed to Exactol/CompilePal but instead I think it should be a fork where active...