Search found 5 matches

by Neherson
Thu May 06, 2021 8:39 pm
Forum: Tables
Topic: Hatred - Survival
Replies: 1
Views: 2665

Re: Hatred - Survival

This is a fix for the table in the OP (infinite health there makes all the mobs invincible as well :roll: ) plus some extra stuff:
  • Fix HUD for the ultrawide resolutions (fixes the missing minimap)
  • Proper Infinite Health
  • Infinite Vehicle Health
  • Infinite Ammo (with reloading)
by Neherson
Tue Apr 27, 2021 3:44 pm
Forum: Tables
Topic: Titan Quest Anniversary Edition
Replies: 111
Views: 161083

Re: Titan Quest Anniversary Edition

Here's my table for GOG Anniversary Edition 2.9 mp_hotfix (36663) + Ragnarok + Atlantis. If that's not the version you happen to have, too bad, it won't work. Features: Scripts: Add Sack (up to 3) when clicking "Sort" button in the primary inventory No cooldowns Qualify Any Weapon (any weapon works ...
by Neherson
Sun Oct 27, 2019 1:07 pm
Forum: Tables
Topic: The Outer Worlds (Epic Game Store)
Replies: 235
Views: 239664

Re: The Outer Worlds (Epic Game Store)

Here's a script to override sprint FOV delta (CODEX): [ENABLE] aobscanmodule(origin_CalcSprintFovDelta,IndianaEpicGameStore-Win64-Shipping.exe,F3 0F 59 83 ?? ?? 00 00 F3 0F 11 83 ?? ?? 00 00 0F 28 CE 48 8B CB) registersymbol(origin_CalcSprintFovDelta) alloc(newmem,$1000,"IndianaEpicGameStore-Win64-S...
by Neherson
Mon Sep 02, 2019 2:55 pm
Forum: Tables
Topic: RAGE 2 [Engine:APEX]
Replies: 177
Views: 113730

Re: RAGE 2 [Engine:APEX]

I haven't read all ten pages, so maybe this was already done, but here's a script to override FOV while in a vehicle. [ENABLE] aobscanmodule(origin_GetVehicleFov,RAGE2.exe,8B 81 ?? ?? 00 00 41 89 87 ?? ?? 00 00 41 80 8F ?? ?? 00 00 04) registersymbol(origin_GetVehicleFov) alloc(MEM_GetVehicleFov,$10...
by Neherson
Wed May 15, 2019 5:18 pm
Forum: Tables
Topic: A Plague Tale: Innocence +5 (table Update3.1)
Replies: 7
Views: 27662

Re: A Plague Tale: Innocence +5 (table Update3)

Here's a proof-of-concept FOV override that seems to maybe work (just started playing, so haven't really tested it yet). The game's default is 1.5. { Game : APlagueTaleInnocence_x64.exe Version: Date : 2019-05-15 Author : Neherson Override FOV --- } [ENABLE] aobscanmodule(origin_GetTargetFov,APlague...