- // Read and print the table name..
- local int table_name_len = ReadByte(FTell());
- FSeek(FTell() + 1);
- local string table_name = ReadString(FTell(), table_name_len);
- FSeek(FTell() + table_name_len);
- Printf("String Length: %d\n", table_name_len);
- Printf("String : %s\n", table_name);
- // Read the entries..
- local int index = 0;
- local int x = 0;
- local int entry_t = 0;
- local int entry_v = 0;
- for (x = 0; x < 46; x++)
- {
- BigEndian();
- entry_t = ReadByte(FTell());
- entry_v = ReadUInt(FTell() + 1);
- LittleEndian();
- Printf("Type: %d || Index: %d || Value %d\n", entry_t, index, entry_v);
- FSeek(FTell() + 5);
- index++;
- }
Moving To Discord: https://discord.gg/UmXNvjq
Hello everyone, due to bugs with the forum software that I do not have time to care about, I am going to be shutting down these forums and moving my discussions to Discord instead. I will eventually keep releases here on the site but the forums will be removed sooner or later. I encourage people to join my personal Discord if you have questions, if you are looking for any of my projects, etc.
Registration Code (Part 1): w%kQ6
Registration Code (Part 2): b<#$1[*(cw~
In order to register on this forum, you must use the codes above. Combine them into one code (copy paste).
Hello everyone, due to bugs with the forum software that I do not have time to care about, I am going to be shutting down these forums and moving my discussions to Discord instead. I will eventually keep releases here on the site but the forums will be removed sooner or later. I encourage people to join my personal Discord if you have questions, if you are looking for any of my projects, etc.
Registration Code (Part 1): w%kQ6
Registration Code (Part 2): b<#$1[*(cw~
In order to register on this forum, you must use the codes above. Combine them into one code (copy paste).
KoA: Reckoning - 010 Editor Templates/Scripts
- atom0s
- Site Admin
- Posts:450
- Joined:Sun Jan 04, 2015 11:23 pm
- Location:127.0.0.1
- Contact:
Here is a simple script to read the 'xp_to_level_table' entry inside of the compiled lua_bxml file:
Derp~
Need a great web host? Check out: AnHonestHost.com
Donations can be made via Paypal:
https://www.paypal.me/atom0s
Need a great web host? Check out: AnHonestHost.com
Donations can be made via Paypal:
https://www.paypal.me/atom0s
Who is online
Users browsing this forum: No registered users and 1 guest