View unanswered posts | View active topics It is currently Thu Mar 28, 2024 10:47 am



Post new topic Reply to topic  [ 3 posts ] 
 Lots of questions 
Author Message

Joined: Tue Nov 16, 2010 8:11 pm
Posts: 2
Post 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!


Wed Nov 17, 2010 9:15 pm
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post 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.

_________________
I ate your Death Knell.
The Traipse Movement
Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs
Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml


Wed Nov 17, 2010 9:41 pm
Profile YIM WWW

Joined: Tue Nov 16, 2010 8:11 pm
Posts: 2
Post 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>.<


Thu Nov 18, 2010 2:10 am
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 


Who is online

Users browsing this forum: No registered users and 34 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by Vjacheslav Trushkin for Free Forums/DivisionCore.