Regalis11 / scpcb

SCP - Containment Breach
354 stars 101 forks source link

Fixes for testroom #239

Closed Jabka666 closed 9 months ago

Jabka666 commented 1 year ago
theOneTrueFunniBoi commented 9 months ago

Modified RMesh requests contdoorframe.b3d instead of contdoorframe.x. Really got me stumped at first so i wrote some error checking code for it. image Edit: shortened wording

Jabka666 commented 9 months ago

Modified RMesh requests contdoorframe.b3d instead of contdoorframe.x. Really got me stumped at first so i wrote some error checking code for it. image Edit: shortened wording

Never seen this error text

Jabka666 commented 9 months ago

Modified RMesh requests contdoorframe.b3d instead of contdoorframe.x. Really got me stumped at first so i wrote some error checking code for it. image Edit: shortened wording

I don't have any problems here

theOneTrueFunniBoi commented 9 months ago

Modified RMesh requests contdoorframe.b3d instead of contdoorframe.x. Really got me stumped at first so i wrote some error checking code for it. image Edit: shortened wording

Never seen this error text

That’s because I wrote it specifically to figure out what was throwing the error, because the dumped error logs and debug crash messages are very unhelpful with pin pointing the error.

theOneTrueFunniBoi commented 9 months ago

Modified RMesh requests contdoorframe.b3d instead of contdoorframe.x. Really got me stumped at first so i wrote some error checking code for it. image Edit: shortened wording

I don't have any problems here

Weird, perhaps your src code was modified to use b3d models instead of directX models? Either way, some simple hex editing did the trick to fix the issue.

Jabka666 commented 9 months ago

Modified RMesh requests contdoorframe.b3d instead of contdoorframe.x. Really got me stumped at first so i wrote some error checking code for it. image Edit: shortened wording

I don't have any problems here

Weird, perhaps your src code was modified to use b3d models instead of directX models? Either way, some simple hex editing did the trick to fix the issue.

There are no any changes in source code

theOneTrueFunniBoi commented 9 months ago

Modified RMesh requests contdoorframe.b3d instead of contdoorframe.x. Really got me stumped at first so i wrote some error checking code for it. image Edit: shortened wording

I don't have any problems here

Weird, perhaps your src code was modified to use b3d models instead of directX models? Either way, some simple hex editing did the trick to fix the issue.

There are no any changes in source code

Well then I’ve got no idea. It might be throwing error logs and your not noticing. It took a second for me to notice, but I noticed because I delete all error logs that are generated to reduce clutter.

Jabka666 commented 9 months ago

I'll reopen this PR