Robot Arena > Modifications
Robot Arena 2: Component Freedom (remove 7-component limit!)
Badger:
make sure none of the ENABLED MODS lines are commented out in sergepatcher.py. The start of your sergepatcher.py should look like below:
--- Code: ---### Configuration starts here
# Comment out / remove any of the lines 4-7? to disable a mod.
ENABLED_MODS = [
"unlimited mass", # no mass limit
"unlimited chains", # disable 7-chain rule
"attachment hermaphroditism", # attach components to any type of AP, disabled by default
"component intersection", # allow components to intersect any other component, disabled by default
]
# Logfile name
LOGFILE = 'sergepatcher_log.txt'
### Configuration ends here
--- End code ---
TommyProductionsInc:
--- Quote from: Badger on June 28, 2018, 07:17:07 PM ---make sure none of the ENABLED MODS lines are commented out in sergepatcher.py. The start of your sergepatcher.py should look like below:
--- Code: ---### Configuration starts here
# Comment out / remove any of the lines 4-7? to disable a mod.
ENABLED_MODS = [
"unlimited mass", # no mass limit
"unlimited chains", # disable 7-chain rule
"attachment hermaphroditism", # attach components to any type of AP, disabled by default
"component intersection", # allow components to intersect any other component, disabled by default
]
# Logfile name
LOGFILE = 'sergepatcher_log.txt'
### Configuration ends here
--- End code ---
--- End quote ---
Well, it PARTIALLY worked. I don't think the chassis thing worked though.
I got this for a sergelog:
INFO Starting...
INFO Mod 'unlimited mass' applied succesfully.
INFO Mod 'unlimited chains' applied succesfully.
INFO Mod 'attachment hermaphroditism' applied succesfully.
INFO Mod 'component intersection' applied succesfully.
INFO Initialized succesfully!
Badger:
Yeah that won't enable the chassis points mod. idk if sergepatcher even does that since I've not seen anything about it in this thread except jaydee's post. And all this does is allow you to use more points on the base chassis, nothing more. If you want to give it a go, replace the enabled mods code with the code below I guess.
--- Code: ---ENABLED_MODS = [
"unlimited mass", # no mass limit
"unlimited chains", # disable 7-chain rule
"attachment hermaphroditism", # attach components to any type of AP, disabled by default
"component intersection", # allow components to intersect any other component, disabled by default
"chassis points", # disables 16-point chassis limit
]
--- End code ---
Billy5545:
--- Quote from: Badger on June 28, 2018, 09:12:33 PM ---Yeah that won't enable the chassis points mod. idk if sergepatcher even does that since I've not seen anything about it in this thread except jaydee's post. And all this does is allow you to use more points on the base chassis, nothing more. If you want to give it a go, replace the enabled mods code with the code below I guess.
--- Code: ---ENABLED_MODS = [
"unlimited mass", # no mass limit
"unlimited chains", # disable 7-chain rule
"attachment hermaphroditism", # attach components to any type of AP, disabled by default
"component intersection", # allow components to intersect any other component, disabled by default
"chassis points", # disables 16-point chassis limit
]
--- End code ---
--- End quote ---
Wait, when did the chassis points mod appear. I have sergepatcher with no chassis points mod, only the first four
kix:
Ye, i think serge forgot to refresh his pack. Anyways, you can get lines from Jaydee's post at top
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version