RPGObjects.com
http://www.rpgobjects.com/forum/

Lots of questions
http://www.rpgobjects.com/forum/viewtopic.php?f=4&t=885
Page 1 of 1

Author:  dotosouza [ Wed Nov 17, 2010 9:15 pm ]
Post subject:  Lots of questions

Hello!

I've starded using openrpg/traipse a week ago, but i still haven't learned how to use it well... so...
is there a manual or something else on the internet? I've watched Prof.Ebral videos on Youtube but they haven't helped me the way I wanted. (I'm not saying that they are useless, I've learned a lot with them! Thanks^^. But I need more...

I want to know how do I edit the spells and feets. I'm Playing in a brazilian scenario and there are LOTS of new feats and spells to use, so I need to add them to the program.

Another thing I'm having problem with is th inventory of my character. It simply disapears just after I edit and close it.
I've noticed that it happens at the 3.5 Tool, but doesn't happen at the 3.0 character tool.

Is there a way to help me with this?
thanks!

Author:  prof.ebral [ Wed Nov 17, 2010 9:41 pm ]
Post subject:  Re: Lots of questions

The feats can be found in the /System/data folder, depending on which tool you are using. The files are in XML format. I hope that helps.

As for the disappearing equipment .. that appears to be a bug. I can fix that and put it in the Beta repo soon enough.

edit:

The bug looks like this.

Original code
Code:
            if node._get_tagName() == nodeName: node.text = value


The fix looks like this

Fixed code
Code:
            if node.tag == nodeName: node.text = value


I'll put it in the repo as soon as I can.

Author:  dotosouza [ Thu Nov 18, 2010 2:10 am ]
Post subject:  Re: Lots of questions

thanks a lot for helping, but how do i change the files?

I've tried to edit them with wordpad, but when I start the openrpg the files go back to what they were. Is there a specific program to edit them?

edit:

well... I've tried again and for some reason it worked...
I just don't have any idea of what i've done>.<

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/