Well, I didn't know where to put this topic, since this mod isn't mine, but I've never seen any mention of it, and I'm redistributing here for reasons that'll be stated below. The particular mod in question is Fastman92's Limit Adjuster. This mod was originally made for SA, although has been adapted to multiple games since then, Bully SE being one of them.
It's an .asi script that essentially allows you to "breaks the barriers" of the game by setting your own limits within the configuration file, making it more possible than ever to add new items to Bully without replacing anything. The inside of the configuration file looks like this::
; fastman92limitAdjuster_BullyScholarschip_dev.ini
[DYNAMIC LIMITS]
; ColModels (4150)
#ColModels = 4150
; PtrNodes (15000)
#PtrNodes = 15000
; EntryInfoNodes (2000)
#EntryInfoNodes = 2000
[IPL]
; IPL : inst section, buildings (2250)
#Buildings = 2250
; IPL: inst section, dummies (300)
#Dummies = 300
[ID LIMITS]
#Apply ID limit patch = 0
; NIF (12200)
#FILE_TYPE_NIF = 12200
; NFT (10000)
#FILE_TYPE_NFT = 10000
; COL (500)
#FILE_TYPE_COL = 500
; AGR (580)
#FILE_TYPE_AGR = 580
; IPB (100)
#FILE_TYPE_IPB = 100
; LIP (493)
#FILE_TYPE_LIP = 493
; CAT (120)
#FILE_TYPE_CAT = 120
; LUR (75)
#FILE_TYPE_LUR = 75
[ADDONS]
#Enable not a prop ID range loader = 0
[MAIN]
author = fastman92
donation window disable code =
; Crash expection handler
; You should leave it enabled, or there will be no crash log!
; Please don't disable it unless you have a good reason.
Register global expection handler = 1
; Enable windowed mode
Enable windowed mode = 0
Which pretty much breaks down to this::
Original Line in Config::
; NIF (12200)
#FILE_TYPE_NIF = 12200
Limit Adjusted Config Line:
; NIF (12200)
FILE_TYPE_NIF = 12201
Full Explination of the Lines::
; NIF (12200)
#FILE_TYPE_NIF = 12200
Original Limit
New Limit
Callsign (Remove to activate new limit)
Fastman92 claims
on his website that you need an .asi loader to use this, and the one that he used was found
here.
Although the GTA versions have been mass distributed throughout the internet as standalone versions by Fastman92 and others, No one has posted the standalone version for Bully SE, and it's really rare to come by without compiling it from his website. So, even though it's not mine, I figured I'd upload it. This comes with the required .asi loader already included::
Fastman92's Limit Adjuster (BullySE Standalone Version) With all of that said, I was wondering if you guys had ever heard of this mod or if you knew it had BullySE support, and what your guys's opinions on it are.
Have a great day everyone,
-Fritz.
Edit::If for some reason the .asi loader doesn't work, this was ThirteenAG's footnote about it::
In order to install it, you just need to place DLL into game directory. Usually it works as dinput8.dll, but if it's not, there is a possibility to rename it to d3d8.dll, d3d9.dll, d3d11.dll, winmmbase.dll, dinput8.dll, dsound.dll, vorbisFile.dll or ddraw.dll(for old games, like GTA2).