Castlevania secret triggers

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

Post Reply
Prosnorkulus
Newcomer
Posts: 7
Joined: March 17th, 2019, 3:37 pm

Castlevania secret triggers

Post 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!
You do not have the required permissions to view the files attached to this post.
User avatar
devoltz
Forum Staff
Posts: 3289
Joined: March 23rd, 2016, 8:06 pm

Re: Castlevania secret triggers

Post 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
Prosnorkulus
Newcomer
Posts: 7
Joined: March 17th, 2019, 3:37 pm

Re: Castlevania secret triggers

Post by Prosnorkulus »

thanks! blows, but least i know now!
User avatar
haxorico
Super Moderator
Posts: 3816
Joined: February 24th, 2009, 1:31 pm
Location: JEW LAND
Contact:

Re: Castlevania secret triggers

Post 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..
Prosnorkulus
Newcomer
Posts: 7
Joined: March 17th, 2019, 3:37 pm

Re: Castlevania secret triggers

Post by Prosnorkulus »

dont understand any of this haha
User avatar
null
V.I.P.
Posts: 143
Joined: August 5th, 2017, 2:26 am
Title: Moon#6000
Location: Discord:
Contact:

Re: Castlevania secret triggers

Post by null »

Prosnorkulus wrote:dont understand any of this haha


Its pretty simple, he calls for the hash ingame.
Prosnorkulus
Newcomer
Posts: 7
Joined: March 17th, 2019, 3:37 pm

Re: Castlevania secret triggers

Post by Prosnorkulus »

Does that mean that the gibberish (the hash) is the password? At least what you wrote?
User avatar
clanhinata
Old Wrinkly Member
Posts: 246
Joined: December 17th, 2011, 9:25 am
Title: Genius

Re: Castlevania secret triggers

Post by clanhinata »

Mean nothing , edit the map for u want
Image
Post Reply