Search found 9 matches

by olegbl
Sun Dec 27, 2020 10:38 pm
Forum: Tables
Topic: Nova Drift
Replies: 35
Views: 29501

Re: Nova Drift

Infinite Rerolls:

Code: Select all

cmp edx,22258A7A
by olegbl
Tue Sep 17, 2019 1:29 am
Forum: Tables
Topic: Assassin’s Creed® Odyssey - InventoryEditor
Replies: 1361
Views: 1024532

Re: Assassin’s Creed® Odyssey - InventoryEditor

Here's your table with the script added.
by olegbl
Sun Sep 15, 2019 11:19 pm
Forum: Tables
Topic: Assassin’s Creed® Odyssey - InventoryEditor
Replies: 1361
Views: 1024532

Re: Assassin’s Creed® Odyssey - InventoryEditor

Go for it! The script just reads game memory to figure out what perk pointers map to perk hashes for the given game session to turn pperk entries in the inventory editor into dropdown select lists. It doesn't allow you to do anything you couldn't before but it's easier/faster to swap perks around no...
by olegbl
Sun Sep 15, 2019 11:03 pm
Forum: Tables
Topic: Assassin’s Creed® Odyssey - InventoryEditor
Replies: 1361
Views: 1024532

Re: Assassin’s Creed® Odyssey - InventoryEditor

Script to populate pPerk entries as a drop down list in the inventory editor:
Gist
[Link]
Doesn't have all the hashes but easy to add more.
What it does
Image
by olegbl
Tue Oct 17, 2017 12:28 am
Forum: Tables
Topic: Middle-earth: Shadow of War (SeiKur0)
Replies: 1873
Views: 1311501

Re: Middle-earth: Shadow of War (SeiKur0)

Mm, people seem to have trouble figuring this out... Here's a table that I was using yesterday that generates values + dropdowns for all the stuff seikur0 found for the uruk editor. Just select a value in the dropdown and it'll work. There's also a script that'll make the currently highlighted uruk ...
by olegbl
Sun Oct 15, 2017 7:36 pm
Forum: Tables
Topic: Middle-earth: Shadow of War (SeiKur0)
Replies: 1873
Views: 1311501

Re: Middle-earth: Shadow of War (SeiKur0)

Nice work! Here's a little script that auto-populates values and labels (with dropdown) like I did for the item editor. This one just does potential/abilities/flags/whateveritis for Uruks, but should be easy enough copypasta to make it work with the rest of it.
by olegbl
Sun Oct 15, 2017 4:19 am
Forum: Tables
Topic: Middle-earth: Shadow of War (PATCH 11.10.2017)
Replies: 312
Views: 445936

Re: Middle-earth: Shadow of War (PATCH 11.10.2017)

> Does this actually change the amount you have?

Yeah, you're right. It's validated server-side at exec time. My bad.
by olegbl
Sun Oct 15, 2017 3:34 am
Forum: Tables
Topic: Middle-earth: Shadow of War (PATCH 11.10.2017)
Replies: 312
Views: 445936

Re: Middle-earth: Shadow of War (PATCH 11.10.2017)

> Any chance anyone working on gettin inf training orders? Sure, here you go. It doesn't give you ones you don't already have, but it'll set the quantities of all your orders to 99 when you open the training orders interface (when giving a captain some). (https://imgur.com/a/wLHz7) Edit: Nevermind, ...
by olegbl
Sat Oct 14, 2017 9:02 pm
Forum: Tables
Topic: Middle-earth: Shadow of War (PATCH 11.10.2017)
Replies: 312
Views: 445936

Re: Middle-earth: Shadow of War (PATCH 11.10.2017)

My little contribution based on seikur0's work. This populates the possible values for types, subtypes and effects into the item editor so you can select them via a dropdown list rather than having to find the address manually. Ugly way of coding it, but /shrug ([Link])