Dee-Nee Forums

General => RBI Baseball => Topic started by: BeeJay on 01/12/05, 05:54:46 PM

Title: Help with Nightwulf's RBI editor
Post by: BeeJay on 01/12/05, 05:54:46 PM
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.
Title: Re: Help with Nightwulf's RBI editor
Post by: nightwulf on 01/12/05, 09:56:13 PM
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
Title: Re: Help with Nightwulf's RBI editor
Post by: BeeJay on 01/12/05, 10:24:18 PM
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.
Title: Re: Help with Nightwulf's RBI editor
Post by: nightwulf on 01/12/05, 10:39:51 PM
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