News:

RIP GoReds

Main Menu

Help with Nightwulf's RBI editor

Started by BeeJay, 01/12/05, 05:54:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BeeJay

Can someone, especially Nightwulf, help me with an editor problem.  I made a rom, and each time I save it, everything works normally.  However, when I go to load the rom, it comes up completely blank for all values.  Also, if I try to download it, I get an internal server error.  I tested out another rom, slightly editing it and downloading it, and everything worked fine.  If anyone has any idea what I could have done wrong, I'd appreciate your advice.

EDIT:  Nevermind.  After playing around with the Marquis? tab file, I realized my problem was that I had a set of ERA's at .666, which is apparently too low.  For some reason I thought that they could be below 1, but I guess not.
"Thank you Mr. Toilet Bowl..thank you for being cool on the side...you're the only one that understands me."

nightwulf

Yeah, I need to totally rewrite the tab-delimited parser, but I'm lazy. You shouldn't (almost) ever be seeing a 500 Internal Server Error though. Which ROM caused this error?

Nightwulf

BeeJay

I was editing the rom I made where all the homer and avg. stats were changed into power and contact numbers.  What I was doing was changing it into a heaven/hell rom, and the hell pitchers all had .666 earned run averages.  With those era's, I couldn't save/download it.  However, when I changed their era's to 6.66, it worked ok.  As usual, I'm not sure if this makes any sense, but whatever.
"Thank you Mr. Toilet Bowl..thank you for being cool on the side...you're the only one that understands me."

nightwulf

The issue was in the tab-delimited format parser, which was a little too lenient when checking ERAs, and subsequently allowed "bad" data into the editor. It's now a bit stricter. Let me know if you notice any other issues.

Nightwulf