Bot version: trunk
OGame server language: nl
OGame server version: 0.83
Using admirals or commander (specify)?:
Operating System: ubuntu
I got the trunk version running on the dutch server, had to make a lot of
language fixes, which are included in a new dutch language file.
But I did run into some issues besides that. First of all the check if your
impuls drive is above level 5 crashes the program if you haven't researched
impulse enige at all (level 0).
The next two errors I received when parsing the espionage reports, so are
probably language specific but not fixable by simply translating.
The header of an espionage report starts as follows
<td class=c colspan=4>Grondstoffen op ***** <a href=#
onclick=showGalaxy(*,***,**); >[*:***:**]</a> (Speler '****')<br /> op
03-17 21:44:45 </td>
Look at teh two " " those aren't parsed correctly by the regular
expression. The first one I can fix by translating resourcesOn to
Grondstoffen op . But the second one is more annoying.
The second issue is in the same espionage reports: resource names end with
a ':' that prevents the parser from recognizing the resource name properly.
Included is the diff patch that will fix everything for the dutch version,
but the patch will most likely break other languages.
Original issue reported on code.google.com by
karel.lo...@gmail.comon 17 Mar 2009 at 9:53Attachments: