When making a GRP file, there's many cases where the modder is going to create a GRP file with an amount of frames that does not equal the original amount of frames that the GRP being edited had. When all you want to do is to add a research graphic to some building that usually didn't have it, editing the RAL file is easy. But when you want to turn a hovering/flying unit with only 17 frames into an animated unit with over 153 frames, writing that much is pointless; you can have a program to do this for you.
Thus, I made RALwriter - a minor modding tool that writes the RAL text for you.
Click to downloadIt is quite user friendly, here is a short tutorial on how to use it:
1. Here you can input the name of the GRP for which you'd like to create a new RAL file. For example: "phoenix" for the wraith.
2. Here you input the amount of frames minus one. For example, "50" for 51 frames (0 to 50. 17*3). Don't put letters, or anything that is not an integer between 0 and 999 there. It is also recommanded that you don't put numbers bigger then 289, because this will result in some program lag. Regardless, if your GRP needs, for example, 306 frames, don't hesitate to put '306' there. Just make sure you're not running any other programs if you're using numbers like 500.
3. Click 'Enter' in this box. Don't ask why, just do it
4. After you chose the GRP name, image amount, and clicked 'Enter' in box num #3, click this button.
5. You will get the RAL text here. Copy it (it will probably be longer then the size of the textbox. Just click before the first character and drag the cursor down and wait to select all.), then open the RAL file you're editing in notepad, delete everything there other then the first line, then paste what you copied from RALwriter.
---
There whole point of this program is to save you time. I'm going to make a v2.0 for it, and for that I'd like to hear comments on how you prefer it to work - should it create the *.ral text for you like it does now and let you paste it in the RAL file from RetroGRP with notepad, or should it create the *.ral file itself? Maybe something else?