Help:Modding Resources/Basic Modding Guide: Difference between revisions
DokkeFyxen (talk | contribs) m (DokkeFyxen moved page Help:Basic Modding FAQ to Help:Basic Modding Guide without leaving a redirect) |
DokkeFyxen (talk | contribs) m (namespace links) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}} | {{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}} | ||
{{PopitBox|header-title=Basic Modding Guide|header-desc=Here you can find some basic information on getting started with modding the '''Main Series''' LittleBigPlanet Games.|content= | |||
{{PopitBox|header-title=Basic Modding | |||
{{PopitBoxRow|margin=16px 8px|padding=30px|min-height=80px|text-align=left|header=Dumping Games|content= | {{PopitBoxRow|margin=16px 8px|padding=30px|min-height=80px|text-align=left|header=Dumping Games|content= | ||
Line 13: | Line 12: | ||
You will need an operating system that can install JRE11 or up (e.g. Windows/Linux/MacOS); keep in mind that not all features will function properly on non-Windows devices. | You will need an operating system that can install JRE11 or up (e.g. Windows/Linux/MacOS); keep in mind that not all features will function properly on non-Windows devices. | ||
If your device has JRE11 or up installed, you only need to double click the Toolkit <code>.jar</code> file to run it. | If your device has JRE11 or up installed, you only need to double click the Toolkit <code style="background:none; color:#000">.jar</code> file to run it. | ||
*'''Toolkit:''' https://github.com/ennuo/toolkit/releases/tag/Release<br> | |||
*'''JDK11:''' https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html<br> | |||
**If oracle doesn't work you can find JDK11 on the '''JDK Archive:''' https://jdk.java.net/archive/ | |||
}} | }} | ||
{{PopitBoxRow|margin=16px 8px|padding=30px|min-height=80px|text-align=left|header=Loading a Profile in Toolkit|content= | {{PopitBoxRow|margin=16px 8px|padding=30px|min-height=80px|text-align=left|header=Loading a Profile in Toolkit|content= | ||
You will need to locate the '''[[ | You will need to locate the '''[[{{ns:3010}}:BigFart|BigFart]]''' file and have Toolkit up and running. | ||
In Toolkit you can load the profile by navigating to <code>File>Load>Savedata>Big Profile</code> and opening the <code>bigfart</code> file. | In Toolkit you can load the profile by navigating to <code style="background:none; color:#000">File>Load>Savedata>Big Profile</code> and opening the <code style="background:none; color:#000">bigfart</code> file. | ||
Once the BigFart is loaded, a new tab should appear containing all of the profile's files. | Once the BigFart is loaded, a new tab should appear containing all of the profile's files. | ||
Line 32: | Line 29: | ||
{{PopitBoxRow|margin=16px 8px|padding=30px|min-height=80px|text-align=left|header=Loading Game Data in Toolkit|content= | {{PopitBoxRow|margin=16px 8px|padding=30px|min-height=80px|text-align=left|header=Loading Game Data in Toolkit|content= | ||
You will need to locate the '''[[ | You will need to locate the '''[[{{ns:3010}}:File Database|MAP]]''' and '''[[{{ns:3010}}:File Archive|FARC]]''' files and have Toolkit up and running. | ||
In Toolkit you can load the '''MAP''' by navigating to <code>File>Load>Gamedata>FileDB</code> and the ''' | In Toolkit you can load the '''MAP''' by navigating to <code style="background:none; color:#000">File>Load>Gamedata>FileDB</code> and the '''FARC''' files by navigating to <code style="background:none; color:#000">File>Load>Gamedata>File Archive</code>. | ||
Once all the files are loaded, a new tab should appear containing all the games files. | Once all the files are loaded, a new tab should appear containing all the games files. | ||
Latest revision as of 18:12, 22 June 2024
Basic Modding Guide
Here you can find some basic information on getting started with modding the Main Series LittleBigPlanet Games. | |
Dumping Games
To begin modding the LBP series, the initial step involves transferring our PlayStation 3 (PS3) games to our PC, a process commonly known as dumping. This process varies depending on whether the game is in physical Blu-ray disc format or digital PSN package format. For Blu-ray discs, dumping involves decrypting the Blu-ray image and extracting all contained files. Conversely, for digital games and DLCs, it entails downloading the original game (.PKG) file and generating the requisite license (.RAP) file. Dumping disc games can be accomplished using either a specialized disc drive or a jailbroken PS3, while digital games can only be dumped via a PS3. For more information, please visit: http://wiki.redump.org/index.php?title=PlayStation_3_Dumping_Guide Installing Toolkit You will need an operating system that can install JRE11 or up (e.g. Windows/Linux/MacOS); keep in mind that not all features will function properly on non-Windows devices. If your device has JRE11 or up installed, you only need to double click the Toolkit
Loading a Profile in Toolkit In Toolkit you can load the profile by navigating to Loading Game Data in Toolkit In Toolkit you can load the MAP by navigating to
Additional Help If you need additional help and you can't find an answer here, feel free to ask on our Discord server.
|