6741a503aa036

6741a503ac6a4
16 Guests are here.
 

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

6741a503acbebZylonBane

6741a503acc5b
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?

6741a503acda5voodoo47

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

6741a503acec8ZylonBane

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

6741a503acfd4voodoo47

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

6741a503ad10fCyrusVonNox2001

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

6741a503ad7beeldrone

6741a503ad820
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.
6741a503adc50
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:

Who's your favourite artificial intelligence:
16 Guests are here.
Nothing happens or it's happening too fast to notice.
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
6741a503aeb7d