If you're going to make a ROM hack, you should at least have some knowledge of how to do it.
Offline
videogame9 wrote:
If you're going to make a ROM hack, you should at least have some knowledge of how to do it.
Or at least try to learn.
Wasn't there also this scratcher who tried to make a mmorpg without knowing or wanting to learn server scripting and stuff?
Don't expect to be famous for making a rom hack by compiling scripts of others...
Last edited by kayybee (2011-08-09 19:04:44)
Offline
kayybee wrote:
videogame9 wrote:
If you're going to make a ROM hack, you should at least have some knowledge of how to do it.
Or at least try to learn.
Wasn't there also this scratcher who tried to make a mmorpg without knowing or wanting to learn server scripting and stuff?
Don't expect to be famous for making a rom hack by compiling scripts of others...
no, i know how but it wont work
Offline
poemon1 wrote:
kayybee wrote:
videogame9 wrote:
If you're going to make a ROM hack, you should at least have some knowledge of how to do it.
Or at least try to learn.
Wasn't there also this scratcher who tried to make a mmorpg without knowing or wanting to learn server scripting and stuff?
Don't expect to be famous for making a rom hack by compiling scripts of others...no, i know how but it wont work
What won't work?
Offline
You using XSE?
Cause I can't help you otherwise.
Offline
PW132 wrote:
poemon1 wrote:
blazerv82 wrote:
You using XSE?
Cause I can't help you otherwise.no im using note pad
...Well there's your problem right there.
lol no i got them to work but some of them dont work unless i try to fix it
Offline
PW132 wrote:
Also, what do you mean by "script?" Are you trying to script events in the game (Does Pokemon use a scripting language?) or writing dialogue?
here is an example i got working
#org $text lock faceplayer message $words $words 1 = your text here boxset 6 release end
Offline
poemon1 wrote:
PW132 wrote:
Also, what do you mean by "script?" Are you trying to script events in the game (Does Pokemon use a scripting language?) or writing dialogue?
here is an example i got working
Code:
#org $text lock faceplayer message $words $words 1 = your text here boxset 6 release end
What kinda language is this?!
Sorry, I have no clue what that is.

Offline
PW132 wrote:
poemon1 wrote:
PW132 wrote:
Also, what do you mean by "script?" Are you trying to script events in the game (Does Pokemon use a scripting language?) or writing dialogue?
here is an example i got working
Code:
#org $text lock faceplayer message $words $words 1 = your text here boxset 6 release endWhat kinda language is this?!
![]()
Sorry, I have no clue what that is.
That, my friend, is a GBA scripting language. It's way more complicated than that, but Game Freak predefines a lot of commands, so hacking their games is really easy
On topic, I'm not an expert on the subject, but I know there are lots of Pokemon hacking communities out there filled with people who can answer your questions. And, you know, if that doesn't help, Google isn't going anywhere.
Last edited by hmnwilson (2011-08-10 13:23:46)
Offline
hmnwilson wrote:
PW132 wrote:
poemon1 wrote:
here is an example i got workingCode:
#org $text lock faceplayer message $words $words 1 = your text here boxset 6 release endWhat kinda language is this?!
![]()
Sorry, I have no clue what that is.That, my friend, is a GBA scripting language. It's way more complicated than that, but Game Freak predefines a lot of commands, so hacking their games is really easy
![]()
On topic, I'm not an expert on the subject, but I know there are lots of Pokemon hacking communities out there filled with people who can answer your questions. And, you know, if that doesn't help, Google isn't going anywhere.
That, my friend, is what they call Rubicon. Well, that was the file extension's name for it. It's pretty nice to use as well, once you understand what each thing does. I do believe that the "boxset" part was a tad different for me, as that never worked. If it doesn't work for you, try:
callstd 0x6
It does the exact same thing as boxset, if memory serves right.
Also, for the communities aspect, PHO, or Pokemon Hackers Online may be of some help to you. They use the program XSE, which is mega-streamlined from what you normally would have to do, but follows the same rules and whatever.
Offline