Quote:
|
Originally Posted by mxkpkmnextu??
Hail
Is where I enter and exit because when I dive to that map the character obviously isn't going to appear in the right places unless I make the necessary adjustments, and that's what I want t know how to do...
[[[]]]
Stay Sick \m/
|
You have to make sure that the map you dive to is the same size as the one you dived from.
That way you can easily control where the player will appear on the new map, as it will be the same spot as where you dived.
Quote:
|
Originally Posted by Scizortrainer
Where can i find the "applymovement" command os the script?
|
In a Hex-Editor, keep looking for [4F][SpriteIndex][Pointer to data].
In ScriptED, the command looks like this: applymovement 0x[SpriteIndex] 0x[Pointer to data].
Quote:
|
Originally Posted by camperdave
Noob question:
I am interested in starting to edit the scripts. Why does my (full) instalation of EliteMap not include the referenced "Diamond Cutter"?
|
Because it was replaced with ScriptED, which does the same.
Quote:
|
Originally Posted by Pikachu_King
my question: could ANYONE give me a download for ALL the sub-programs of elite map (bewildered, rubikon, diamond cutter, etc.) because I really dont wanna have to go back, find all the old elite maps, install them, then re-install 3.7 over them.
|
See the direct link in the Tools Showcase.
3.7 includes all needed Tools (which were included before).
The only things that changed are: DiamondCutter got Replaced with ScriptED, TrainED (Phoenix) got replaced with PET.
Quote:
|
Originally Posted by Steelmaster
what program you need for the hoenn map on the pokenav the editten
|
Hex-Editor. (Or Cyclone and unLZ-GBA.)
Quote:
|
Originally Posted by camperdave
What did Diamond Cutter actually do?
DO I need it? Or could I just fudge it..
|
See my reply to your first question.
Quote:
|
Originally Posted by mew183
Can someone suggest a program to use so i can change the names of pocket monsters?
|
You can do that with a Hex-Editor + Table file or N-E-A (Get it in the Tools Showcase.)
Quote:
|
Originally Posted by Kenaka
Okay, I have this sprite, and I want to put it into my hack, easy right? Only one thing wrong, theres no correct palette for it . . .
Is there a way to take the colors from my image, write them in Hex format, input the Hex, and then import the picture into my hack?
I've read the other tutorials, but they all require you to import your image into the game 1st, but when I import, the colors are WAY off . . .
...
Yes, but when imported into unLZ, the colors change to amtch the current palette . . .
|
You have to check the "Export Pallete" box when you save your Sprite to the ROM.
Else, it won't save your Sprites Pallete and will use the one the old Image had.
Quote:
|
Originally Posted by Har D Har
2 things
1:Why is it when i try to make a thread on the hacking teams board nothing happens?
2: How do you post sceenshots?
|
1. Threads are under Moderation. If your thread does not show up, it was not approved.
2. Go to the "Advance Reply" page (or when making a thread, "New Thread" page), then click on "Manage Attachments" and upload them.
Alternatively, you could upload them, for example at ImageShack, and use the [IMG] tags.
These questions would have belonged in the Community Questions forum.
Quote:
|
Originally Posted by Kazan22
um it takes along time and hard work to make a hack
ok in EliteMap there is a list of all the towns and routes and what not and at the end there are 2 numbers 57 and 58 that are blank. the specs are:
57.
Location 0 by 0
Size 1 by 1
58. Location 50 by 0
Size 39 by 0
now I would normally jsut use these but I have some hacking skills in other computer games and some of them have dummy sections for certain events and what not and I wanted to know what these were
|
Most likely they are what you already thought, Dummy sections.
I can't seem to find these sections in Advance-Map in Map Bank 0 (Which is where the Towns and Routes are stored), so it could be possible that it is an error in EliteMap.
Mind giving the exact Bank and Map numbers?
Quote:
|
Originally Posted by Chronix
Ive finally been able to put in my own pokemon (Thanks scizz) and now im trying to edit the pokedex data. i tried Dexter wich i got with elietemap, that didn't work and i also tried that german program called pokedex which wouldn't load my rom. is there another program out there that can edit the data in the PokeDex?
Chronix
|
If those 2 programs didn't work for you, then the only program that is left is a Hex-Editor.
You can easily find the data of the Pokémon you want to edit if you search for it's species. (Like "BALL" for Voltorb.)
The species will be followed by the rest of the data. (Including pointers to the description texts.)