Results 1 to 5 of 5

Thread: [Windows] Statsgen2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    I sentimentalized over MOHAA with some Google Image screenshots yesterday, visited some pages and looking through some old mods, then suddenly statsgen2 spiked into my view on some old Mod download site:

    http://109.70.148.92/AAAAMOHAA/content/statsgen

    Dunno if you found that already, but it has two .db files (both some Mega Bytes) in it and even some old MOHAA .log files (14MB), so I guess the uploader just zipped a running copy (which is good to recover some data). The .db files should contain the whole MySQL database layout, though it should also be regenerateable by the statsgen2.exe, Notepad++ found many interesting strings in the binary:

    Code:
    ...
    CREATE TABLE location(idx integer,id string (32),realname string (100),image string (150))
    CREATE TABLE SkillWeights(key string,weight float,realname string,image string)
    ...
    I'm actually not sure how I found this site, was just an left open tab from last evening, so maybe I even found the link in your post and you had all files in there already, no clue, just posting, maybe it helps. ^^
    timescale 0.01

  2. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quote Originally Posted by kung foo man View Post
    I sentimentalized over MOHAA with some Google Image screenshots yesterday, visited some pages and looking through some old mods, then suddenly statsgen2 spiked into my view on some old Mod download site:

    http://109.70.148.92/AAAAMOHAA/content/statsgen

    Dunno if you found that already, but it has two .db files (both some Mega Bytes) in it and even some old MOHAA .log files (14MB), so I guess the uploader just zipped a running copy (which is good to recover some data). The .db files should contain the whole MySQL database layout, though it should also be regenerateable by the statsgen2.exe, Notepad++ found many interesting strings in the binary:

    Code:
    ...
    CREATE TABLE location(idx integer,id string (32),realname string (100),image string (150))
    CREATE TABLE SkillWeights(key string,weight float,realname string,image string)
    ...
    I'm actually not sure how I found this site, was just an left open tab from last evening, so maybe I even found the link in your post and you had all files in there already, no clue, just posting, maybe it helps. ^^
    Same stuff is inside the .db if you open it with an sqlite viewer

    was thinking about the possibility of porting this to mysql in native codscript, but motivation is a bit meh
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •