Page 1 of 1

Yet Another Fantasy Tile (YAFT)

Posted: Wed Apr 10, 2024 8:23 pm
by mik

YAFT_Game.CT
Very simple basic version
(1.6 KiB) Downloaded 165 times

Re: Yet Another Fantasy Tile (YAFT)

Posted: Fri Apr 12, 2024 8:45 pm
by razdvatre
Ty

Re: Yet Another Fantasy Tile (YAFT)

Posted: Fri Apr 12, 2024 10:18 pm
by mik
YAFT_Game.CT
Wanted level added
(2.36 KiB) Downloaded 85 times

Re: Yet Another Fantasy Tile (YAFT)

Posted: Sun Apr 14, 2024 8:46 pm
by mik
Refactored the CT because it was not stable.
YAFT is based on Rustler, it seems that there are properties existing which are not used in YAFT.

TODO: Add wanted level
YAFT_Game.CT
AOB used for retrieving PlayerManager address
(26.16 KiB) Downloaded 102 times

Re: Yet Another Fantasy Tile (YAFT)

Posted: Thu Apr 25, 2024 9:39 pm
by mik
Added AOB to grab GameManager address.
Added WantedSystemManager to allow modification of wantel level (stars)
Added PlayerManager isFullImmortal field

TODOs:
* Remove AOB hooking PlayerManager:Init because GameManager holds address to PlayerManager too.
* Add Weaponslot fields
* Quest Timer modification
* Maybe Achievements unlocker

YAFT_Game.CT
Wanted stars and isFullImmortal added (fixed)
(33.52 KiB) Downloaded 14 times

Have fun!

Re: Yet Another Fantasy Tile (YAFT)

Posted: Sun Apr 28, 2024 10:53 pm
by mik
Added inventory and ammo (be careful, some of the weapons are from rustler code base and not really working)
Basic Quest info (timer is not supported yet)

YAFT_Game.CT
(192.23 KiB) Downloaded 20 times

Re: Yet Another Fantasy Tile (YAFT)

Posted: Mon Apr 29, 2024 2:48 pm
by machine4578
thanks alot for sharing!

Re: Yet Another Fantasy Tile (YAFT)

Posted: Mon Apr 29, 2024 9:00 pm
by mik
New Version contains possibility to change (freeze, increase, decrease) time left (seconds) of Quest Stage.

I also added flags like timerComplete, minutes, seconds (initial duration of the timer), I would not recommend to change those (added them as additional information).

the time left is located under:
GameManager » QuestManager » CurrentQuest » currentQuestStageObjective (QuestStage) » questTriggers » _items (array) » Item ...

I prepared Item 1 - 10 to be checked if there is active QuestTimer.

YAFT_Game.CT
Added quest timer
(276.01 KiB) Downloaded 37 times

Please tell me if there is need for Achievement modification (In Rustler I modified achievements because there was an annoying Quest for finding all potential types of horses).

Have fun!