Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 4 matches

by SlowpokeVG
Tue Aug 02, 2016 1:11 am
Forum: Code Talk
Topic: [Help Wanted] Dragon's Dogma PC Item Restoration
Replies: 11
Views: 5599

Re: [Help Wanted] Dragon's Dogma PC Item Restoration

i can't find the "Crossed Cinquedea" itemid 312 in "itemList x360.itl". where is the weight for example? the closest value is 0.18, but for "Thousandlimbs" itemid 549 this value is 0.51 :? 312 in HEX is 138, multiply in by 8 and you'll get 9C0, file starts with id hex ...
by SlowpokeVG
Tue Aug 02, 2016 12:19 am
Forum: Code Talk
Topic: [Help Wanted] Dragon's Dogma PC Item Restoration
Replies: 11
Views: 5599

Re: [Help Wanted] Dragon's Dogma PC Item Restoration

can you upload itemList.itl? i don't have the game either but want to take a look at the format anyway. also (silly question), but what ids are you assigning new items? on the nexusmod page, the item list has a suspicious "used" value of 1902 which could easily be the max/count/total size...
by SlowpokeVG
Mon Jul 25, 2016 12:44 am
Forum: Code Talk
Topic: [Help Wanted] Dragon's Dogma PC Item Restoration
Replies: 11
Views: 5599

Re: [Help Wanted] Dragon's Dogma PC Item Restoration

Just peeked at the game for a minute. In terms of where the item list is loaded, here is a direct pointer: [[[ddda.exe+14F6434]+110]+60] This will point to the itemList.itl after the game loads it. If you want to look at how the game loads it, you can find that in: int __usercall sub_45CEF0@<eax>(i...
by SlowpokeVG
Wed Jul 20, 2016 2:51 pm
Forum: Code Talk
Topic: [Help Wanted] Dragon's Dogma PC Item Restoration
Replies: 11
Views: 5599

Re: [Help Wanted] Dragon's Dogma PC Item Restoration

Old-school mods! Whoop. How have you verified the files are never loaded? They may be in memory in multiple places - can you modify existing items? Also does this game have its own scripting language? Any logic in data anywhere? File with item info is in memory, since it contains information about ...