Page 1 of 1

Castlevania secret triggers

Posted: March 17th, 2019, 3:58 pm
by Prosnorkulus
i know this has been brought up in past topics (i searched) but it seems it mostly ends with no answers (at least to what i need answered) I am looking for how to trigger the sans event , as in how to play as sans the skelly in this map... it seems to be attached to the name karkat? but other then that i cant figure out the triggers or anything... (sorta scatter brained when it comes to it) but ill attach the trigger list and the map, maybe some golden child can save me from myself!

Re: Castlevania secret triggers

Posted: March 17th, 2019, 4:27 pm
by devoltz
You need to write a secret code with nickname "Karkat", unfortunately,
That secret code is a StringHash, and these hashes can't be decoded.
Hash:

Code: Select all

-382609844

Re: Castlevania secret triggers

Posted: March 17th, 2019, 4:41 pm
by Prosnorkulus
thanks! blows, but least i know now!

Re: Castlevania secret triggers

Posted: March 29th, 2019, 1:17 pm
by haxorico
devoltz wrote:You need to write a secret code with nickname "Karkat", unfortunately,
That secret code is a StringHash, and these hashes can't be decoded.
Hash:

Code: Select all

-382609844

Not sure I understand the problem but if you want the value of StringHash(-382609844) it is: -1816371659
Just to make I ran the following command:

Code: Select all

local string s2s=GetEventPlayerChatString()
if s2s==I2S(StringHash("-382609844")) then
call DEBUG("It's a match")
else
call DEBUG(s2s + " != " + I2S(StringHash("-382609844")))
endif


And it was a match..

Re: Castlevania secret triggers

Posted: April 17th, 2019, 6:23 pm
by Prosnorkulus
dont understand any of this haha

Re: Castlevania secret triggers

Posted: April 23rd, 2019, 12:57 am
by null
Prosnorkulus wrote:dont understand any of this haha


Its pretty simple, he calls for the hash ingame.

Re: Castlevania secret triggers

Posted: April 24th, 2019, 5:19 pm
by Prosnorkulus
Does that mean that the gibberish (the hash) is the password? At least what you wrote?

Re: Castlevania secret triggers

Posted: April 24th, 2019, 5:32 pm
by clanhinata
Mean nothing , edit the map for u want
Image