In order to be more helpful in helping people with some very unfortunate bugs, I'd like to tell you how to report properly when there was something off with the mod in your machine.
Case 1. Crash To Desktop (CTD)
Go to "../Bully - Scholarship Edition/_derpy_script_loader/logs/" folder, open both "init.log" and "main.log" to see if there was an error message from MainMenu. For example: [MainMenu] an error occurred while reallocating memory for display resolutions Just copy the error message and add it to the "Posts" section or "Bugs" section. In this case, it's probably a CTD because you ran out of memory or I did a mistake in the package script, but who knows if I don't investigate it any further.
Case 2. It's Not Working (No CTD) or It's Not Behaving Properly
Open the DSL console by pressing "`" or "~" on your keyboard. There should be one or maybe several error messages from MainMenu. The mod is expected to run even when there is a slight error in the process, however it can turn into a snowball which causes the domino effect for the whole script. It would be so much easier for me to track down the issue if you also put the error messages in your post.
I tried again to install the mod, and it still doesn't work, I followed all the steps indicated and it doesn't work. I get this in the console
[13:31:19] derpy's script loader: version 10 - dev [13:31:19] [ERROR] [MainMenu] Scripts/Library.lua:10: attempt to call a nil value
I also want to mention that I have tried to install clothing mods, and they do not work, I do not know if this failure may have something to do with it, however, I installed some Xbox One button textures and they work perfectly.
Thanks for the report. It happened because the game failed to load MainMenu.dll for some reason. I’ll specify the actual reason in the upcoming version.
Just like everyone else, send me the console message so that I can understand what went wrong. You may refer to Case 2 in the pinned post for getting the console message.
I can help. Once you have downloaded the mod and put it into The bully scholarship edition folder. You go into this mod you installed, Immediately at the bottom something called "config". Open that with a note pad to change some of the code and scroll down to you see this
UNRESTRICTED_SYSTEM_ACCESS] allow_system_access false # fully load io / os / loadlib libraries (dangerous with downloaded / untrusted scripts) yes_im_sure_i_know_what_im_doing false # seriously this gives all scripts you run full access to your system
Now to enable the mod turn "allow_system_access false" to "allow_system_access true" that will turn it on Then there's one more blockage and it's this code letting you know that once you turn it on, you let change your game "yes_im_sure_i_know_what_im_doing false" turn it to true "yes_im_sure_i_know_what_im_doing true"
Then Bam, your done. It's that simple. Remeber to install thederpy's script loader full version. This is crucial for all mods
Not helpful. The comment says there's no config txt in the folder, I have the same issue. We can't change the config text if it doenst exist in the first place. Must be a different derpy's version or something
hi ca i ask.. i already type true on "allow_system_access true"... and then u said it will pop out a message like "yes_im_sure_i_know_what_im_doing true".. but i dont have this text?/ am i doing it wrong??
Since DSL 10 or any greater version than that, the configuration key (yes_im_sure_i_know_what_im_doing) was omitted. Perhaps Derpy wants the user to unlock system access just straight away.
init.log says:[16:48:02] derpy's script loader: version 10 - dev
main.log says:[16:48:07] derpy's script loader: version 10 - dev
game launches into ur custom menu, but when I click "continue" crashes this happened 2 times then it just sent me straight to the menu where the buttons i see are continue, load and new game and arrow kehys dont respond properly after this happened a couple times when i launched bully for some reason the resolution changed to 4:3 480p or smth rlly low i have some other mods installed too, but i dont think they r the problem, its just supermod version 4, no blur no fog and ps2 jimmy face
See my comment in the bug reports section. Also, the crash after clicking "Continue" is not related to this mod, it may be caused by Super Mod 4 or Experimental No Blur No Fog.
Let's break down the mods you've installed:
Super Mod 4 is an old mod. IIRC, it's not compatible with DSL because it corrupts memory management by loading a huge number of animations. (DSL does the same thing, but in a more proper and efficient way)
Experimental No Blur No Fog has its own executable, I'm not sure what changes were made, but the title says it all "Experimental". The mod has been reported to have unresolved issues, so I don’t think it’s reasonable to expect me to believe that it's not a problem.
Try testing the mods one by one to see which one causes the crash after booting the game. However, the most probable answer is Super Mod 4, since it loads animations right after you boot into the game.
1. Download the PTBR translation and extract the archive. 2. Copy the PTBR.txt and paste it to "_derpy_script_loader/scripts/MainMenu/Translations/" folder. 3. Open "_derpy_script_loader/scripts/MainMenu/Preferences.ini" with Notepad. 4. Change "Localization=English" to "Localization=PTBR". 5. Click File > Save. 6. Close.
I need help, I installed the mod following all the steps indicated in the instructions, but it doesn't work for me, I enter the game and it has the original menu. I would like to know what could be causing this. I have version 7.1 of Derpy's Script Loader and version 1.200 of Bully
Pd: When I enter the console I get the following error: [MainMenu] Scripts/Library.lua:10: attempt to call a nil value
me either the mod dose not work and MainMenu.dll to "../Bully - Scholarship Edition/_derpy_script_loader/packages/" folder. the same what you said there is something else
Hello! I have a bug with the mod that doesn't let me use the Xbox Joystick until I start the game. The error I get in the console is a nil value.
[MainMenu] Scripts/Library.lua:412: attempt to call global `HasStoryModeBeenSelected` (a nil value)
This happens only when I start the game at the beginning though. Once I load my save, the joystick works fine, and I can even go back to the main menu and it works perfectly there (except for a bug that occurs when pressing Unknown that skips the next continue/load game/new game menu and loads the game directly).
I am using derpy script full (not the s version) alongside Fixer Pack and ReShade Presets.
69 comments
Case 1. Crash To Desktop (CTD)
Go to "../Bully - Scholarship Edition/_derpy_script_loader/logs/" folder, open both "init.log" and "main.log" to see if there was an error message from MainMenu.
For example: [MainMenu] an error occurred while reallocating memory for display resolutions
Just copy the error message and add it to the "Posts" section or "Bugs" section. In this case, it's probably a CTD because you ran out of memory or I did a mistake in the package script, but who knows if I don't investigate it any further.
Case 2. It's Not Working (No CTD) or It's Not Behaving Properly
Open the DSL console by pressing "`" or "~" on your keyboard. There should be one or maybe several error messages from MainMenu. The mod is expected to run even when there is a slight error in the process, however it can turn into a snowball which causes the domino effect for the whole script. It would be so much easier for me to track down the issue if you also put the error messages in your post.
Best regards,
- Altamurenza
[13:31:19] derpy's script loader: version 10 - dev
[13:31:19] [ERROR] [MainMenu] Scripts/Library.lua:10: attempt to call a nil value
I also want to mention that I have tried to install clothing mods, and they do not work, I do not know if this failure may have something to do with it, however, I installed some Xbox One button textures and they work perfectly.
UNRESTRICTED_SYSTEM_ACCESS]
allow_system_access false # fully load io / os / loadlib libraries (dangerous with downloaded / untrusted scripts)
yes_im_sure_i_know_what_im_doing false # seriously this gives all scripts you run full access to your system
Now to enable the mod turn "allow_system_access false" to "allow_system_access true" that will turn it on
Then there's one more blockage and it's this code letting you know that once you turn it on, you let change your game "yes_im_sure_i_know_what_im_doing false" turn it to true "yes_im_sure_i_know_what_im_doing true"
Then Bam, your done. It's that simple. Remeber to install thederpy's script loader full version. This is crucial for all mods
Set 'allow_networking' to false and it should work.
Not sure why but when I hit ~ to check the log, it said that system access was not allowed while connected to the network.
main.log says:[16:48:07] derpy's script loader: version 10 - dev
game launches into ur custom menu, but when I click "continue" crashes
this happened 2 times then it just sent me straight to the menu where the buttons i see are continue, load and new game and arrow kehys dont respond properly
after this happened a couple times when i launched bully for some reason the resolution changed to 4:3 480p or smth rlly low
i have some other mods installed too, but i dont think they r the problem, its just supermod version 4, no blur no fog and ps2 jimmy face
Let's break down the mods you've installed:
Try testing the mods one by one to see which one causes the crash after booting the game. However, the most probable answer is Super Mod 4, since it loads animations right after you boot into the game.
2. Copy the PTBR.txt and paste it to "_derpy_script_loader/scripts/MainMenu/Translations/" folder.
3. Open "_derpy_script_loader/scripts/MainMenu/Preferences.ini" with Notepad.
4. Change "Localization=English" to "Localization=PTBR".
5. Click File > Save.
6. Close.
Pd: When I enter the console I get the following error: [MainMenu] Scripts/Library.lua:10: attempt to call a nil value
the same what you said there is something else
[MainMenu] Scripts/Library.lua:412: attempt to call global `HasStoryModeBeenSelected` (a nil value)
This happens only when I start the game at the beginning though. Once I load my save, the joystick works fine, and I can even go back to the main menu and it works perfectly there (except for a bug that occurs when pressing Unknown that skips the next continue/load game/new game menu and loads the game directly).
I am using derpy script full (not the s version) alongside Fixer Pack and ReShade Presets.
EDIT: A little bit sooner, but it's fixed in v2.4.