ModGuy
Content Creator
- Joined
- Feb 17, 2011
Re: Mods
Well after a LONG time running different orders I finally came to a conclusion.
Kona's code is bugged again.
When loading the code "bg:2" many custom elements become unloaded even though we just want to change the background.
Whereas changing the background using the checkboxes is absolutely fine.
I'm at the point where I could rewrite the loading algorithm for custom Code.txt files, but that would only allow for this one feature.
So, yes. It is possible to override the settings but I can't be bothered.
:D
EDIT:
Using BG.PNG works no problem.
EDIT2:
For future debugging, I only need the following:
As well as a little description of how you caused the error if you can.
EDIT3:
Fixed the above error with the Mod Manager.
Was the result of trying to use a negative index in the absence of mods.
EDIT4:
Released.
althekoolkid said:I have no idea how to specify which files load in which order.
Well after a LONG time running different orders I finally came to a conclusion.
Kona's code is bugged again.
When loading the code "bg:2" many custom elements become unloaded even though we just want to change the background.
Whereas changing the background using the checkboxes is absolutely fine.
I'm at the point where I could rewrite the loading algorithm for custom Code.txt files, but that would only allow for this one feature.
So, yes. It is possible to override the settings but I can't be bothered.
:D
EDIT:
Using BG.PNG works no problem.
EDIT2:
For future debugging, I only need the following:
Code:
************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Mod_Manager.main.lstMods_SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ListBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
As well as a little description of how you caused the error if you can.
EDIT3:
Fixed the above error with the Mod Manager.
Was the result of trying to use a negative index in the absence of mods.
EDIT4:
Released.