UnReal World > Mod Releases

Looking up vanilla item prices and weights

(1/4) > >>

Brygun:

The wiki has some info such as this incomplete on the wooden tub

http://www.unrealworld.fi/wiki/index.php?title=Wooden_tub

As Im writing a mod I'd like to base my weights and prices in proportions to the vanilla but Im not sure of the data.

Is there a way to drill into the data files to look those up for vanilla items?

Brygun:
So far the only available reference is

https://www.unrealworld.fi/wiki/index.php?title=Price_v3.40

caethan:
It's still pretty hacky, but this is the notebook where I do data extraction:  https://github.com/caethan/urw-object-reader/blob/master/URW%20object%20evaluation.ipynb

Each object has 172 bytes of data, and I've successfully identified (I think) what some of that data is.  Still don't know everything, though.  You can dig into the CONSTANT.OBJ file for static data or CHARNAME/CHARNAME.OBJ for character-specific data. 

caethan:
And if you don't want to run it yourself, here's the full table dump from CONSTANT.OBJ: 

https://docs.google.com/spreadsheets/d/1l3JpN3IcZu3h82NXmfZ8F3hl1vYbAiQwFngQ1rB5dDs/edit#gid=0

Brygun:
Thanks!

Is there a way to download that rather than open in a browser window?

Navigation

[0] Message Index

[#] Next page

Go to full version