• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Scarlet Productions

I was part of the hacking community 1-2 years ago. Aaand I've just recently gotten the itch to get back to it. So here I am, and I'd love to join this hacking team, as you guys look like you're doing a great job! In the past I've only worked on one hack, which was Pokemon Torzach. I have quite some hacking experience, but it's all a bit rusty :P So, here's my form:

What role are you applying for:

Mapper, Scripter, Any other random jobs that need to be done with hacking (there are plenty), merging work into one ROM, inserting sprites, ect.

Proof of work:


Scripter:

Right now I'm not capable of making a video of scripts that I create (vacation, will be able to later), I could write something up if you have anything in mind. But I'm perfectly capable of making things from message scripts to level scripts, big scripts whateva :P

Mapper:

I don't have any special tiles here on this vacation laptops, so sorry about the blackness of the mountains at the left!
Spoiler:


Other Stuff:

Don't really have proof of that, but that's part of what I did with Torzach, or test me, and if this is all a lie, throw me out :P

Contact information:

E-Mail, MSN, PM (email and msn = [email protected])

Timezone:

GMT +1 (I'm from The Netherlands)

I'd love to join!

I like your map, I guess it'd be nice to have another mapper on the team. You're accepted.

Is it possible to get a fakemon back-spriter ? Anyone ?
TST, I could do some. They're quicker to do than trainer sprites, if you don't mind, Flandre.

Go for it man. :P
 
What role are you applying for: Scripter
Proof of work: I don't have any projects under my belt currently, but I can prove it through work.
Contact information: Private messaging, [email protected]
Timezone: US Central
 
Flandre, sorry the trainer sprites are taking so long. I really can't get the shapes right. >:

No worries. I'll try and do them.


What role are you applying for: Scripter
Proof of work: I don't have any projects under my belt currently, but I can prove it through work.
Contact information: Private messaging, [email protected]
Timezone: US Central

Could you write me a script? I can use that as proof of work. Thanks.
 
Last edited:
Any specific event you want scripted?

I may be speaking out of line here. But write something that you think is high level, so that Flandre can see how qualified you are. So make a nice and lengthy script with a varied use of commands. It doesn't have to fit into a story, but he needs to see that you are capable of doing reasonable scripting ;)
 
Any specific event you want scripted?

I may be speaking out of line here. But write something that you think is high level, so that Flandre can see how qualified you are. So make a nice and lengthy script with a varied use of commands. It doesn't have to fit into a story, but he needs to see that you are capable of doing reasonable scripting ;)

This is what I was going to say, but Lyzo said it for me. :) Thanks!
 
I may be speaking out of line here. But write something that you think is high level, so that Flandre can see how qualified you are. So make a nice and lengthy script with a varied use of commands. It doesn't have to fit into a story, but he needs to see that you are capable of doing reasonable scripting ;)

Lyzo knows it all:)

At the risk of being pushy: Need any scripting done?
 
Code:
#dynamic 0x800000

#org @start
checkflag 0x12D
if 0x1 goto @end
lock
faceplayer
msgbox @RitualSlab 0x5
compare LASTRESULT 0x1
if 0x1 goto @TheySay
msgbox @Followme 0x6
applymovement @leading 0x1
applymovement @following 0xFF
waitmovement 0x0
msgbox @sotheysay 0x6
checkflag 0x12C
if 0x1 goto @end
checkitem 0x(whateveritem) 0x1
if 0x1 goto @Regice
release
end

#org @RitualSlab
= [blue_fr]Have you been to ever been to\n[green_fr]Ritual Slab[blue_fr]?

#org @TheySay
msgbox @sotheysay 0x6
release
end

#org @Followme
= [blue_fr]I'll show it to you!\nFollow me!

#org @leading
#raw 0x10 0x10 0x13 0x13 0x13 0x13 0x11 0x11 0x11 0x12 0xFE

#org @following
#raw 0x10 0x10 0x10 0x13 0x13 0x13 0x13 0x11 0x11 0x11 0x11 0xFE

#org @sotheysay
= [blue_fr]They say people used to\nuse this site to summon legendary\lmonsters.

#org @Regice
msgbox @what 0x6
applymovement @stepback 0x1
cry 0x192 0x0
fadescreen 0x1
wildbattle 0x192 0x1E 0xD4
fadescreen 0x0
setflag 0x12C
setflag 0x12D
msgbox @thatwas 0x6
release
end

#org @what
= [blue_fr]What's going on? The air's\nlike ice here!

#org @stepback
#raw 0x8 0x4 0xFE

#org @thatwas
= [blue_fr]That was Regice! I've\nheard stories about that\lPokémon,but I never thought I'd see\lit!

#org @end
release
end
 
Last edited:
Code:
#dynamic 0x800000

#org @start
checkflag 0x12D
if 0x1 goto @end
lock
faceplayer
msgbox @RitualSlab 0x5
compare LASTRESULT 0x1
if 0x1 goto @TheySay
msgbox @Followme 0x6
applymovement @leading 0x1
applymovement @following 0xFF
waitmovement 0x0
msgbox @sotheysay 0x6
checkflag 0x12C
if 0x1 goto @end
checkitem 0x(whateveritem) 0x1
if 0x1 goto @Regice
release
end

#org @RitualSlab
= [blue_fr]Have you been to ever been to\n[green_fr]Ritual Slab[blue_fr]?

#org @TheySay
msgbox @sotheysay 0x6
release
end

#org @Followme
= [blue_fr]I'll show it to you!\nFollow me!

#org @leading
#raw 0x10 0x10 0x13 0x13 0x13 0x13 0x11 0x11 0x11 0x12 0xFE

#org @following
#raw 0x10 0x10 0x10 0x13 0x13 0x13 0x13 0x11 0x11 0x11 0x11 0xFE

#org @sotheysay
= [blue_fr]They say people used to\nuse this site to summon legendary\lmonsters.

#org @Regice
msgbox @what 0x6
applymovement @stepback 0x1
cry 0x192 0x0
fadescreen 0x1
wildbattle 0x192 0x1E 0xD4
fadescreen 0x0
setflag 0x12C
setflag 0x12D
msgbox @thatwas 0x6
release
end

#org @what
= [blue_fr]What's going on? The air's\nlike ice here!

#org @stepback
#raw 0x8 0x4 0xFE

#org @thatwas
= [blue_fr]That was Regice! I've\nheard stories about that\lPokémon,but I never thought I'd see\lit!

#org @end
release
end

Sorry, but it really isn't what I'm looking for, thanks for applying and I wish you luck in your future endeavors.
 
Is it possible to get a fakemon back-spriter ? Anyone ?


xD Since you asked on Deviant, here i am old friend!

Flandre, idk if you remember me, but Haaaaai!

What role i want: Spriter (everything.)
Proof of work:
[PokeCommunity.com] Scarlet Productions

[PokeCommunity.com] Scarlet Productions


Timezone: GMT+1
Contact: solspear1 on Skype.
I'm never on MSN anymore, sorry :P Skype is so much easier.

Thats it =3=
 
Last edited:
What role are you applying for: Overworld Spriter / Mapper
Proof of work: Overworld:https://nintendork15.weebly.com/sprites--pixely-things.html -Bottom of page- Map:
Spoiler:

Contact information:[email protected]
Timezone: Whichever London's is. :3

I like your maps, they're filled with flowers and things and have a nice shape. Your overworlds aren't that bad, so I'll accept you as a backup OW spriter. Welcome to the team.

xD Since you asked on Deviant, here i am old friend!

Flandre, idk if you remember me, but Haaaaai!

What role i want: Spriter (everything.)
Proof of work:
[PokeCommunity.com] Scarlet Productions

[PokeCommunity.com] Scarlet Productions


Timezone: GMT+1
Contact: solspear1 on Skype.
I'm never on MSN anymore, sorry :P Skype is so much easier.

Thats it =3=

Haha, yes I remember you, of course you're accepted. Welcome to the team. :)
 
What role are you applying for:Mapper
Proof of work:Soon
Contact information:PM
Timezone:UTC -5
 
Last edited:
Back
Top