Revitalizing the main menu of Bully: Scholarship Edition with a refreshing design and simplifying the process of accessing and loading saved game progress. It supports custom localization files and multi-aspect ratios for diverse monitors.
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Removed GetGameLanguage(), SetGameLanguage(Index), and GetSaveDate(Index) functions from the game.
Version 1.0
Initial release.
- INTRODUCTION -
Transform the old-fashioned main menu into a decent and contemporary interface. The inspiration came from acclaimed titles like Saints Row, GTA V, Zelda BOTW, and Bully AE(?).
- FEATURES -
New UI design.
New "Load" feature on the main menu.
New "New Game" feature on the main menu.
Custom localization / translation file. (see NOTE section below)
DSL system access is required to access the C package (MainMenu.dll) provided by this mod and use the I/O facilities provided by Lua 5.0.2. I need them to read the game data and registry because the base game functions are incapable of doing so.
Instructions to install the mod: - Extract the 7z archive - Copy (or Cut) _derpy_script_loader folder - Paste it to your Bully - Scholarship Edition folder - Done
Instructions to uninstall the mod: - Delete "../derpy_script_loader/scripts/MainMenu" folder - Delete "../derpy_script_loader/packages/MainMenu.dll" file - Done
Instructions to enable DSL system access: - Open "../_derpy_script_loader/config.txt" file with Notepad - Change allow_system_access false to allow_system_access true - Change yes_im_sure_i_know_what_im_doing false to yes_im_sure_i_know_what_im_doing true - Click File > Save - Done
- LIMITATION -
Localization: Diacritical marks (accents) and non-roman characters are not supported (will be supported in DSL 10).
- NOTE -
Avoid using the "/restart" or "/stop" command as this mod does NOT serve as a replacement. Instead, it operates by layering the main menu and influencing its behavior.
You can create your own translation file in the "../derpy_script_loader/scripts/MainMenu/Translations/" folder. Follow the same format as the provided translations by the mod. However, it is worth noting that if your language uses a diacritical mark or non-roman character, the game will not show the character properly.
A monitor with a wide aspect ratio (like 21:9) and multi-monitors have not been tested yet. It is recommended to use a single monitor with a 16:9 or 16:10 aspect ratio for the best result.
- SOURCE CODE -
GitHub Feel free to create and release your custom made scripts, designs, or patches for this mod.
- CREDITS AND THANKS -
Rockstar Games for the downloadable art resources. derpy54320 for DSL and sharing her knowledge on FileTableBully.