Author Topic: Cube recipes and Stonehenge drop bug fixed!  (Read 5159 times)

ti360

  • Nameless
  • *
  • Posts: 14
  • Karma: 2
Re: Cube recipes and Stonehenge drop bug fixed!
« Reply #15 on: Mar 29, 2021; 07:23 pm »
The mod bag. Yes, that is point.
The bag may should be 2x2 but, I wonder it should be change or not.
Changing bag size is dangerous to users inventory(as you happened!), I don't want something like that to happen. but, it may incorrect...

I know your confusing to modding.done that.
But I actually not know what change should be do.
Modding the game is the process that trial and error or reading data and compare in game.

You may read Reanimator category to lean some information or ask there.
They should know better than I do.
https://www.hellgateaus.cyou/forum/hellgate-london-reanimator-editor/

But now, I will tell you what I know about item generation if it helps.

Generating Item (include recipe result) are defined by treasure.txt.cooked aka "drop table".
treasure.txt.cooked have lines for up to 8 item groups.
item1 to item8 are item or item groups that have value like "X,Y,z,z,z,z..."
X is the item types, Y is index number(row number in the file).
 1 is specific items defined by items.cooked.txt
 2 is unit types defined by item.cooked.txt
 3 is treasure class defined by treasure.cooked.txt (other row)
 4 is item quality defined by item_quality.cooked.txt
(The other numbers or z,z,z are unknown to me.)

Any item generating process(recipe result, vendor sells, monster drop, quest reward, etc...) is reference to treasure.txt.cooked row and this  may chain to other rows by above definition.

So We have bit information to modding the item generation now.

- Deleting Item from game are possible(to delete line from items.txt.cooked) but I don't recommend that may changing the index number of other items referenced by drop table.
  Instead of that you may change drop table to exclude that.
  (but i don't know how exactly to do it. if the items are defined by specific, then just delete from drop table)

- Deleting vendor items are possible, this is defined by "vendor_xxx" rows in  treasure.txt.cooked.
 treasure.txt.cooked rows are linked other lines or other files so you may follow the indicated type and index to find the items.

- Other class related item restrictions
 Vendors do not sell other class items, so that lines may useful.
 The drop table has possible to specific class items(by unit types) but editing all lines are too hard, so you may easer to just increase item drop quantities I think(it may defined "value1 - value8" parameter)

- Excel file
 There are two types of text resources in this game.
 A .txt.cooked file, which is a tab-delimited text encoded excel file, and an xml file (.xml.cooked.).
 I don't know why tsv is called excel...

chaos0ne

  • Named
  • **
  • Posts: 100
  • Karma: 1
Re: Cube recipes and Stonehenge drop bug fixed!
« Reply #16 on: Apr 10, 2021; 09:44 am »
it is very nice that you fix some things. but on starter chars is it normal that they are naked??

can you add some char sets inside the game?

ti360

  • Nameless
  • *
  • Posts: 14
  • Karma: 2
Re: Cube recipes and Stonehenge drop bug fixed!
« Reply #17 on: Apr 10, 2021; 04:45 pm »
it is very nice that you fix some things. but on starter chars is it normal that they are naked??

can you add some char sets inside the game?

Thanks for your report.
The issue was resolved with latest mod!

I've updated link in steam guide.
and here is the hellgate_000 compatible (no-tested) version!

chaos0ne

  • Named
  • **
  • Posts: 100
  • Karma: 1
Re: Cube recipes and Stonehenge drop bug fixed!
« Reply #18 on: Apr 11, 2021; 03:52 pm »
have test the new version with chest fix today. but what an loot can drop moloch and the other guys?

must i change to hell or can i stay on normal for better loot drops?
« Last Edit: Apr 11, 2021; 03:54 pm by chaos0ne »

Immortal2563

  • Nameless
  • *
  • Posts: 88
  • Karma: 0
Re: Cube recipes and Stonehenge drop bug fixed!
« Reply #19 on: Apr 11, 2021; 06:35 pm »
Playing hell is a requirement. Veiled Threat and Dye Kits are available. I had over 10 of this helmets and 7/8 dye kits(except Black Knight). I haven't found the pants from the set yet.

https://www.hellgateaus.cyou/wiki/Moloch

Set items are very rare 1% chance, so when you find one, copy the saved game and identify it then. if you don't like the stats, restore your previous saves and try again.

Gluton Kurodon, Kaibutsnatan and Oculis give all items, including sets.


Here is a list of other bugs in the game: https://steamcommunity.com/sharedfiles/filedetails/?id=1792369717
« Last Edit: Apr 11, 2021; 06:54 pm by Immortal2563 »

chaos0ne

  • Named
  • **
  • Posts: 100
  • Karma: 1
Re: Cube recipes and Stonehenge drop bug fixed!
« Reply #20 on: Apr 12, 2021; 07:34 pm »
ok thanks than i must play on hell a little bit

Gorvex

  • Nameless
  • *
  • Posts: 27
  • Karma: 0
Re: Cube recipes and Stonehenge drop bug fixed!
« Reply #21 on: Dec 01, 2021; 10:40 am »
Thank you for making this bugfix addon @ti360, I love it! But I got one question: can you please make it compatible with this addon? https://www.hellgateaus.cyou/forum/steam/hellgate-london-2018-modification-v0-1-for-hgl-steam-version-2-1-0-4/

Namely, the increased inventory and stash spaces of the aforementioned addon get nullified/restored back to the defaults. There may be more incompatibilities that I couldn't find so far. Whereas it would be awesome if the two could work together fully!

Thanks in advance! :)

#Edit:
Holy shit, I didn't notice before that all my extra items from the stash got deleted due being in extended space! Thank god I had a backup, pfew... Another reason to be very careful and use your addon only for Stonehenge boss farming and crafting stuff for the time being.
« Last Edit: Dec 01, 2021; 10:57 am by Gorvex »