-
Notifications
You must be signed in to change notification settings - Fork 1
Making a SWBFII Addon for XBOX (part 1)
BAD-AL edited this page Apr 11, 2021
·
2 revisions
Making a Star Wars Battlefront II DLC package is easier than you think. You will however need to somehow get a hold of and install the OG XBOX SDK. So that we can use the XLAST tool (which is referred to in the README in the mod tools).
If you do not know how to make a SWBF2 mod for the PC, try the following first:
- The mod tools documentation folder that came with the mod tools.
- JediMoose32's mod playlist
- Gametoast's forums
We start by making a Star Wars Battlefront II addon that works on PC. Also follow the 'console setup' page in this wiki to copy/create the XBOX specific 'munge' programs used for XBOX.
- Developing a SWBFII DLC package
-
Notes
- SWBFII Lua Environment
- common.lvl notes
- PSP notes
- PPSSPP notes
- Console world memory notes
- Shipped world sizes
- Sides memory notes
- Sound File analysis
- Sound file Notes
- Console memory adjustments
- Important Links
- Productivity Tips
- Useful Debugging Functions
- BF1 Notes
- UnleashX Menu Notes
- Video Conversion Notes