made some scripts for the game (v1.028). may add more later.
note that I'm still very early in the game, some of the scripts may not be covering all scenarios yet. I'll update the scripts if needed when I encounter them.
[
Updates]
Update6.2
- updated dynamic size. added an injection to deal with collecting stuff. rewrote the injection point for trading to add the player's inventory filter.
Update6.1
- updated inventory size mod. added a new child script for it, dynamic size. the initial functionality of inventory size mod can be enabled by the child script custom size. read the description for details.
Update6
- added sprint key
- updated inventory size mod, it apply to your "backpack" only now.
Update5
- added inventory size mod.
- updated ignore tech points, it should prevent negative tech points now.
Update4
- added undead and ignore money.
- updated ignore energy. added back a missing aobscan. but the script still works on both 1.027 and 1.028 without it, so it doesn't really matter for now.
Update3.1
- updated ignore energy. it cover the energy use on swinging weapon now.
- updated inf. durability. it covers the Whetstone durability when repairing now.
- updated ignore ingredients. implement a workaround for repairing without a Whetstone on you. read description for details.
Update3
- added inf. durability.
- updated ignore ingredients. it covers some missing craft action and the item study on the study table now.
Update2
- added ignore tech points.
Update1
- added ignore energy and ignore ingredients.
- updated the description of time of day mod a bit.
[
Options]
undead
ignore energy
inf. durability
ignore money
ignore tech points
ignore ingredients
sprint key
(
up)
inventory size mod (table
Update6.1)
(
up) -
dynamic size (table
Update6.2)
(
new) -
custom size (table
Update6.1)
time of day mod
[
Descriptions]
undead
- health still drop when being hit but you wont' die.
ignore energy
- you can work/gather/attack regardless of your remaining energy.
- energy still decrease until it reaches zero when you work/gather/attack.
inf. durability
- durability won't drop below the specified
min durability (default: 0.8 == 80%) when you use the item.
ignore money
- you can always trade in regardless of the currant money you have.
- your money still decrease until it reaches zero when you trade.
- note that it still prevent you from selling things if the merchant don't have enough money to pay.
ignore tech points
- you can learn new tech regardless of the remaining tech points.
- tech points still decrease until they reach zero when learning tech.
- note that if the tech required a blueprint, you still need to obtain one first before you can learn it.
ignore ingredients
- you can craft/repair/study ignoring the item requirements.
- items required still decrease until they reach zero when craft/repair/study.
- when repairing an item without a Whetstone on you, instead of repairing the item, it'd duplicate the item in full durability after the repairing, you can then just sell the duplicated one. so, unless you want to earn some extra cash with this spoil, you should bring a Whetstone with you if you want to repair.
sprint key
- when activated, press and hold the specified key to sprint.
-
key default: SHIFT, can be changed by choosing from the dropdown list (SHIFT / CTRL / ALT / CAPS LOCK).
-
sprint speed default: x2.
inventory size mod
- when activated, allows you to use the 2 child scripts
dynamic size and
custom size to change the inventory behaviour.
- the change(s) apply to your own "backpack" only.
dynamic size
- need to activate
inventory size mod first.
- when activated, the inventory size would be "expended" when needed. e.g., if your inventory size are 20 and it's full, adding in an item would expended it to 21. when you removed an item from the inventory, the size will be decreased until it revert back to 20.
- when you are moving items from a chest to your full backpack, the newly added item(s) won't be shown until you re-enter the transfer menu and/or viewing your inventory in the character menu, they are actually added to your backpack already nonetheless.
- items in the expended slots would be saved when the game is saved, just remember to activate this script again on your next game session. if in doubt, activate this script before you load a savegame.
custom size
- need to activate
inventory size mod first.
- when activated, change the inventory size of your "backpack" to the specified
size when activated.
-
size default: 100.
- changed value would be saved when the game is saved. if in doubt, activate this script before you load a savegame.
time of day mod
-
hold CapsLock and PageUp to rewind time.
-
hold CapsLock and PageDown to advance time.
-
time of day would advance normally without pressing any of the above keys.
- you can advance/rewind past a
day as well.
- when rewinding time, filter is implemented to make sure you won't go back past day 1.
- the value of current
day, can be changed manually, but the HUD on the top left won't show the changes (and probably some day-dependant characters' schedule won't be updated as well) until you pass a day in-game. so it's better to use the mod keys described above to traverse between days.
- the value of the
time of day can be changed manually, ranged between -1 and 1, -1: start of the day, 0: mid-day, 1: end of day.