6741a61da02dc

6741a61da189d
9 Guests are here.
 

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

6741a61da1d66ZylonBane

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

6741a61da1eeavoodoo47

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

6741a61da1fe8ZylonBane

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

6741a61da20f1voodoo47

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

6741a61da21fbCyrusVonNox2001

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

6741a61da23f7eldrone

6741a61da2445
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.
6741a61da2839
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 AI in System Shock 2 that shares its name with a Persian king:
9 Guests are here.
Gun is too hot to fire
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
6741a61da58e4