PDA

View Full Version : Forgotten how I got this to work before....



Doswelk
January 24th, 2007, 01:01
Okay I have created two rulesets before now, which makes this more embarrassing...

Every time I start FG is crashes to Doctor Watson.

I have copied and renamed the D20 folder, and added the data folder, I have edited base.xml to the new settings.

I start FG to test it has worked and BLAM! it dies..

What have I forgotten?

Dachannien
January 24th, 2007, 08:13
Honestly, it could be any of a whole host of problems. :/

The best suggestion I can offer is to comment out portions of the ruleset that you think might be causing the problem so that it doesn't crash anymore, and then slowly reduce the size of the commented portion until it starts crashing again. You may be able to zero in on what's causing the problem that way.

Doswelk
January 24th, 2007, 10:09
Problem is anything yet....

All I have done is copy the file and rename base.xml (exactly like Zane's tutorial in fact) and blam nothing after that...

Oberoten
January 24th, 2007, 11:26
Could you please show the base.xml contents and give us the full path to the mod?

That way it'll be much easier to help.

Doswelk
January 24th, 2007, 16:58
base.xml as found in my BB folder...


<root>
<staticdata source="rulesets\BB\database\spelllists.xml" />
<staticdata source="rulesets\BB\database\spelllists_domains.xml" />
<staticdata source="rulesets\BB\database\spelllists_schools.xml" />
<staticdata source="rulesets\BB\database\classes.xml" />
<staticdata source="rulesets\BB\database\equipment.xml" />
<staticdata source="rulesets\BB\database\feats.xml" />
<staticdata source="rulesets\BB\database\spelldesc.xml" />
<staticdata source="rulesets\BB\database\monsters.xml" />
<staticdata source="rulesets\BB\database\modifiers.xml" />

<includefile source="rulesets\BB\data\bmpfonts.xml" />
<includefile source="rulesets\BB\data\graphics.xml" />
<includefile source="rulesets\BB\rulesets\BB\d20_graphics.xml" />

<desktopimage file="rulesets\BB\data\textures\wood1.png" />

<includefile source="rulesets\BB\data\gameelements.xml" />
<includefile source="rulesets\BB\data\ui_adventure.xml" />
<includefile source="rulesets\BB\data\ui_utility.xml" />

<includefile source="rulesets\BB\charsheet.xml" />
<includefile source="rulesets\BB\d20_adventure.xml" />
<includefile source="rulesets\BB\d20_desktop.xml" />
<includefile source="rulesets\BB\d20_reference.xml" />
<includefile source="rulesets\BB\d20_utility.xml" />

<includefile source="rulesets\BB\d20_export.xml" />
</root>

As I have said the above are the only changes I have done thus far...

The data folder has been copied into the BB folder.

joshuha
January 24th, 2007, 17:18
<includefile source="rulesets\BB\rulesets\BB\d20_graphics.xml" />

Does that exist there?

Dachannien
January 24th, 2007, 20:42
I think joshuha's got it. :) You should probably check the other files to make sure they're where you say they are as well, but that one in particular looks wrong.

joshuha
January 24th, 2007, 21:32
It looks like a bad case of Replace All if it ends up being the cause :)

Doswelk
January 24th, 2007, 23:54
<includefile source="rulesets\BB\rulesets\BB\d20_graphics.xml" />

Does that exist there?

I do not know why the post looks like that the original base.xml line reads:


<includefile source="rulesets\BB\d20_graphics.xml" />

but no still no joy...

This is driving me up the wall I wouldn't mind so much except that I've done this before and had no problems!!

kalmarjan
January 25th, 2007, 01:38
Make sure you have all relevant files in your directory for what is being called. Sometimes that will crash the program if they are not there, and they are being called.

If it is not a find/replace issue, that is the only thing that I can think of. :)
(Aside from typos on said files as well.)

Sandeman