Badhamknibbs / SCPCB_DunGen_LC

Adds the SCP facility as a potential dungeon spawn in Lethal Company.
MIT License
0 stars 0 forks source link

SCP 914, Bug? #20

Open SKYKAT69 opened 8 months ago

SKYKAT69 commented 8 months ago

when ever I use 914 eventually (not always the first time) it will stop opening the doors, and trap everything that was placed inside, has occured more frequently on Very Fine, so I figured it could be a feature,

Badhamknibbs commented 7 months ago

Did you get any errors or anything in the log, and if so can you provide it?

Entity378 commented 7 months ago

I tried using a tragedy mask and setting the output to Rough, this is the error it gives: BUG

Entity378 commented 7 months ago

I tried using a tragedy mask and setting the output to Rough, this is the error it gives: BUG

@Badhamknibbs I may have found part of the problem. Taking into account this piece of code for example:

AddConversions(SCP914, lItems, "walkie-talkie", ["*"], ["@"], ["@", "old phone"], ["@", "boombox"], ["boombox"] );

the "*" parameter is not recognized and apparently gives an error. This happens with every item.

Badhamknibbs commented 7 months ago

Weird, it should handle that correctly as * is meant to destroy the item, I'll have to check it when I'm back at home