Site Tools


tutorials:game_modding:game_resigning

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorials:game_modding:game_resigning [2022/11/07 14:49] – created archive3dotutorials:game_modding:game_resigning [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
 +<font 28px/inherit;;inherit;;inherit>**Modding General/Basics**</font>
 +
 +----
 +
 +===== SETTING IT UP =====
 +
 +- Download [[http://3dodev.com/_media/tutorials/game_modding/3do_modding.rar|3DO Modding Workspace]]
 +
 +- Place your //ISO// in "<font 16px/inherit;;inherit;;inherit>**Modding Workspace"**</font>\\
 +- Once your //ISO// is placed in this folder remove the spaces from the file name\\
 +EX: The Need For Speed.ISO —> TheNeedForSpeed.iso\\
 +- Copy the new ISO File name\\
 +- Right Click //**__makesign__ **//  → __Edit__ → Paste your //ISO// file name in place of "YourISONameHere"\\
 +- Put a copy of the ISO in "**ISO Backup**" for safe keepings.
 +
 +This will allow you to just double click the batch file instead of using command prompt.
 +
 +----
 +
 +==== TO Decompile YOUR ISO : ====
 +
 +- Open __//**OperaFS** //__ \\
 +- Click '__Decompile'__ \\
 +-Choose the //ISO// to decompile\\
 +-It will create a new directory/folder "**Parce_TheNeedForSpeed**"\\
 +*Please allow the program to complete the task before closing anything*
 +
 +With your //ISO// now //Parced//:\\
 +- Delete the "<font 16px/inherit;;inherit;;inherit>**System**</font>" folder and the '__bannerscreen'__ (if the game does not contain a bannerscreen, do not worry about)
 +
 +- Copy the GameGuru "<font 16px/inherit;;inherit;;inherit>**system**</font>" folder and paste it into your //Parced// folder
 +
 +Note: If this //System// folder causes issues or the game will not run please try the '**Demo Disc**' system folder instead. If the issues persist, return to the original file of which you modified and contact me at Archive3DO@gmail.com
 +
 +- Copy the "<font 16px/inherit;;inherit;;inherit>__//BannerScreen//__</font>" and put it in the //Parced// folder
 +
 +Note: To make your own //bannerscreen// please scroll to the bottom of this **README**
 +
 +----
 +
 +==== TO Recompile YOUR ISO : ====
 +
 +- Click __Recompile __on **Opera FS** \\
 +- When choosing the folder make sure:
 +
 +  - The folder directory/folder "**Parce_TheNeedForSpeed**" is highlighted
 +  - Make sure to double click the directory so the folders within drop down
 +
 +- It will then promt you with an output window \\
 +- Single click your //ISO//  file \\
 +- Confirm \\
 +*Please allow the program to complete the task before messing with anything*
 +
 +Once compiled, click '**MakeSign.bat**'. Then if all was done correctly, your //ISO //should now be playable.
 +
 +----
 +
 +==== CUSTOM BANNERSCREEN INFO ====
 +
 +- Your custom bannerscreen should be:
 +
 +  - 24 bit uncompressed
 +  - 320 x 240 pixel
 +  - BitMap
 +  - Export as "<font 16px/inherit;;inherit;;inherit>//Banner.**bmp**//</font>" to folder "<font 16px/inherit;;inherit;;inherit>**Modding Work Space**</font>" replacing the one already there
 +
 +- After replacing the one included with this modding space double click "**MakeBanner**" \\
 +- The 3DO "//Bannerscreen//" file will be created in the "<font 16px/inherit;;inherit;;inherit>**Bannerscreen Output**</font>" Folder
 +