6741a3fcbe37e

6741a3fcbf6f8
15 Guests are here.
 

Topic: SCP Beta 5/6 Issue Reporting
Page: « 1 ... 11 [12]
Read 18220 times  

6741a3fcbfc5bZylonBane

6741a3fcbfccf
Also IIRC the only character with a wrong-colored corpse model was Delacroix. CVN2K1 here seems to believe there were multiple miscolored uniforms though. Maybe he knows something we don't?

6741a3fcbfdfdvoodoo47

6741a3fcbfe62
very sure there's more than one, but I'm too lazy to check the readme.

6741a3fcbff17ZylonBane

6741a3fcbff64
All I could find was Delacroix being fixed. Watts, Cortez, Polito, Tommy, Rebecca, Bayliss, Bronson, and Diego all have correct uniforms in vanilla.

6741a3fcc0035voodoo47

6741a3fcc0083
ok, checked and a corpse uniform change is indeed just Delacroix, the rest were portraits, and he did ask about corpses specifically.

6741a3fcc01bcCyrusVonNox2001

6741a3fcc020a
I think the other one I know of is Malone, whose corpse, I think, is found next to Sanger in the cargo bays.

6741a3fcc0411eldrone

6741a3fcc0460
So, we ran into some issues with the hatch on engineering in ss2ee, just wouldn't open.

We nailed it down to having accidentally added in the same scpdoor bug in the allobjs reverse engineered code.

The hatch works by having a frob event sent to it, which will do a toggle open thing on the door, problem is scpdoor will check if it is locked, and only does the toggle if it's locked.

It still works because stddoor received this message and does the toggle thing anyway.

so this:

   
function OnFrobWorldEnd() {
        ClobberTimer();
        SetDoorNormal();
        if (ShockGame.CheckLocked(self, true, message().Frobber)) {
            Door.ToggleDoor(self);
        }
    }

Needs to have a ! in front of ShockGame.CheckLocked to work properly.
6741a3fcc086c
Eldrone, are there any plans to have a definable difficulty mode in System Shock EE? I mean, aside from Easy, Normal, Hard, and Impossible, then a difficulty mode where the player can choose the values for, say:

- Enemy spawning rate

- Damage done by the player to the enemy

- Damage done by the enemies to the player

- The cost of items in vending machines

- How many Cyber Modules do skills cost

- The chance of finding random desired objects

- Hacking difficulty

etc.

All of these values would individually be settable from 0 % to 1,000 %, with 100 % as a setting being equivalent to what it would be in a usual game at the Impossible difficulty level. My two all time favourite games, Goldeneye and Perfect dark, do this and it's great because it allows really skilled players to make more difficult challenges for themselves.

Although perhaps settings such as 'Damage done to by the player to the enemy' and 'Damage done by the enemies to the player' should have 1% as a minimum instead of 0%, otherwise it would be quite literally impossible.  O_o

But if some suicidal lunatic fearless, mighty warrior wants to put 'Damage done by the enemies to the player' to 1,000 %, 'Enemy spawning rate' to 1,000 %, and 'Damage done by the player to the enemy' to 5 %, so as to REALLY have a challenge, then he or she can try it.

Your name:
This box must be left blank:

Name the main villain of the System Shock series:
15 Guests are here.
perish the thought, may it never happen
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
6741a3fcc3c11