Page 1 of 1

OddRealm

Posted: Mon Jan 31, 2022 8:36 am
by MrReny
Update 3.1
Remade scripts to use mono instead of aobs, so script should stay fuctional with updates as long as developer dont change how things works with attributes again

Update 3
Updated scripts for 0.10.0.16
Removed garbage structures from table

Update 2
So i switched to BETA branch.
Games attributes system was fully remade in BETA branch so scripts are fully remade too.
Special thnx to ppl from whom i copied table organizing style. And everyone from this community from whom code snippets i learned from.

Removed old scripts
Removed first table

Added:
  • Attribute change hook - for activated attr's game tick will icrease value instead decreasing
  • Attribute Add hook - for now only XP - Plus 200000 XP on any XP increase

Update 1
Removed initial script.
Added:
  • No energy decrease
  • Plus 200000 XP on any XP increase
I figured out that first version of the table just override cached generic int property setter of Net to always write 1000 in underlying property. This was bad.
Using mono i find mthods that writes to energy and XP.
Legacy
Table Version 0
I made simple script that set all stats to 1000 on change. i presume it affects everyone on the map, hostiles and animals included
Beware it also set bodytemp to max and affect age (idk how it affects gameplay but be aware)
ps. Sorry for my english
OddRealm.CT
0.10.0.16 - sacred scrolls
Update 3.1
(16.94 KiB) Downloaded 417 times
OddRealm.CT
0.10.0.15 - sacred scrolls
Update 2
(279.83 KiB) Downloaded 95 times
OddRealm.CT
0.9.0.13 - frozen frontier
Update 1
(9.88 KiB) Downloaded 93 times

Re: OddRealm

Posted: Tue Feb 01, 2022 5:52 am
by TeddyRiggs
can you update it for v0.10.0.15?

Re: OddRealm

Posted: Tue Feb 01, 2022 10:25 am
by MrReny
TeddyRiggs wrote:
Tue Feb 01, 2022 5:52 am
can you update it for v0.10.0.15?
Added table to the first post - have fun

Re: OddRealm

Posted: Thu Nov 24, 2022 10:01 pm
by italohellboy
Hi, thanks for the tables.

In the current game version, 0.11.0.21, the XP option is not working anymore, could you please update the table?
Thank you.