PDA

View Full Version : Eliminating Weight



S Ferguson
January 13th, 2015, 16:56
Just wondering if anyone knows where the "weight box" is for items in the CoreRPG (or is it a part of modules? The system I'm working on now doesn't have an encumbrance system so freeing up that extra space would do wonders for item descriptions a tad too long for the space allocated. Not that you're going to get EVERY item to fit but a good 90% will do :)


Cheers,
SF

Trenloe
January 13th, 2015, 17:03
Look in campaign\record_char_inventory.xml

Info on where to find "stuff" within the CoreRPG ruleset here: https://www.fantasygrounds.com/forums/showthread.php?20651-Modifying-the-CoreRPG-ruleset

S Ferguson
January 13th, 2015, 17:47
Look in campaign\record_char_inventory.xml

Info on where to find "stuff" within the CoreRPG ruleset here: https://www.fantasygrounds.com/forums/showthread.php?20651-Modifying-the-CoreRPG-ruleset

It's what I'm looking for. I've figured out that it is in the record_char_inventory.xml file. I just have no Idea what structure the "box" takes. Is it a generic control? I've eliminated most everything except for that "box."


Regards,
SF

Trenloe
January 13th, 2015, 17:52
Search for "weight" and you'll come up with the label control <label name="weight_label"> and the actual number box <number_charinv name="weight"> (and also the total weight label/control).

S Ferguson
January 13th, 2015, 18:06
Thanks. I appreciate it a lot.

SF