GFX Index [Solved]

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
Post Reply
User avatar
Jouki
Posts: 127
Joined: Fri Oct 24, 2014 12:57 pm

GFX Index [Solved]

Post by Jouki »

Hello, is there any list with GFXIndex of items? (For defining new objects)
Last edited by Jouki on Mon Nov 03, 2014 2:15 am, edited 1 time in total.
User avatar
sps999
Posts: 44
Joined: Sun Oct 26, 2014 11:16 pm

Re: GFX Index

Post by sps999 »

There isn't a list, but if you know the item you want to get the gfxIndex of, you can make a script with the following code and putting in any item you are looking for:

Code: Select all

print(spawn("tome_wisdom").item:getGfxIndex());
User avatar
Jouki
Posts: 127
Joined: Fri Oct 24, 2014 12:57 pm

Re: GFX Index

Post by Jouki »

sps999 wrote:There isn't a list, but if you know the item you want to get the gfxIndex of, you can make a script with the following code and putting in any item you are looking for:

Code: Select all

print(spawn("tome_wisdom").item:getGfxIndex());
thanks! :)
NutJob
Posts: 426
Joined: Sun Oct 19, 2014 6:35 pm

Re: GFX Index [Solved]

Post by NutJob »

Now that that was Solved is there a way to just variable_dump an entire object? or do I just desperately wait like everyone else for the asset_pack.zip?
User avatar
Jouki
Posts: 127
Joined: Fri Oct 24, 2014 12:57 pm

Re: GFX Index [Solved]

Post by Jouki »

Actually I wonder if there was a numerical id of items, it would be great for printing all the indexes.
Post Reply