Results 1 to 12 of 12

Thread: Question about board moderation...

  1. #1
    Registered User
    Join Date
    Oct 2012
    Posts
    38

    Question about board moderation...

    Is this forum being actively moderated? This weekend I put a post in the MySEQ section that was auto-moderated due to a link that I had in the message.

    Wondering how long it would be for it to be approved.

    Thanks

  2. #2
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,004

    Re: Question about board moderation...

    Sorry about that. Since it was moderated, it didn't show up as a new post and since it doesn't notify me of moderated posts, I did not see it.

    It is approved now. Good move on posting and asking.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  3. #3
    Registered User
    Join Date
    Oct 2012
    Posts
    38

    Re: Question about board moderation...

    No problem. I looked at the "races.h" file used in showeq, and I don't think it has been updated since I last did it for the House of Thule expansion before I stopped playing for a while. Is there interest in me generating that file as well at the same time that I generate the MySEQ version? Or does no one really care, and I was really the only one who did?

  4. #4
    Administrator
    Join Date
    Sep 2005
    Posts
    353

    Re: Question about board moderation...

    Quote Originally Posted by llaffer View Post
    No problem. I looked at the "races.h" file used in showeq, and I don't think it has been updated since I last did it for the House of Thule expansion before I stopped playing for a while. Is there interest in me generating that file as well at the same time that I generate the MySEQ version? Or does no one really care, and I was really the only one who did?
    There is interest on my part. That's one file I have not found a good way to update.

  5. #5
    Registered User
    Join Date
    Oct 2012
    Posts
    38

    Re: Question about board moderation...

    I'll work on editing that tomorrow. It's surprisingly simple.

    If you look at the dbstr_us.txt file, you will see a ^ delimited text file.

    The first field is the "item number", but of what, is answered in field 2. Then field 3 is the description

    Code 11 is the code for races.

    So the line:

    1^11^Human^(some other garbage probably on this line, but we don't care about that).

    So we find all the fields with "11" as field 2, then race # is field 1 and race name is field 3.

    I somehow figured that out many years ago and had a shell script to generate it based on the input file, but as I said before, that's lost.

    I'll edit my program to generate races.h in addition to Races.txt and post the result when it's done.

  6. #6
    Administrator
    Join Date
    Sep 2005
    Posts
    353

    Re: Question about board moderation...

    Quote Originally Posted by llaffer View Post
    I'll work on editing that tomorrow. It's surprisingly simple.

    If you look at the dbstr_us.txt file, you will see a ^ delimited text file.

    The first field is the "item number", but of what, is answered in field 2. Then field 3 is the description

    Code 11 is the code for races.

    So the line:

    1^11^Human^(some other garbage probably on this line, but we don't care about that).

    So we find all the fields with "11" as field 2, then race # is field 1 and race name is field 3.

    I somehow figured that out many years ago and had a shell script to generate it based on the input file, but as I said before, that's lost.

    I'll edit my program to generate races.h in addition to Races.txt and post the result when it's done.
    Nice catch! I've been "decompiling" eqgame.exe for zones.h but never found race data in there!

  7. #7
    Administrator
    Join Date
    Sep 2005
    Posts
    353

    Re: Question about board moderation...

    I had a few minutes this morning and went ahead and updated races.h based on llaffer's post on how to update. Uploaded changes to SVN.

    Thanks llaffer!

  8. #8
    Registered User
    Join Date
    Oct 2012
    Posts
    38

    Re: Question about board moderation...

    There is one last #11 at the end where the number is something like #2000 or 8000 or something. I included it due to not really wanting to put in the time to detect it yet, but probably should be something that should be removed from the race files. I'll still do the updates when I have time to get races.h in generated, and in doing that will also detect the last number being out of place and omit it from the output files.

  9. #9
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,004

    Re: Question about board moderation...

    Thanks to the both of you.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  10. #10
    Registered User
    Join Date
    Oct 2012
    Posts
    38

    Re: Question about board moderation...

    I updated my program again to output SEQ and MySEQ races files based on the input file. The results can be downloaded from: http://misc.llaffer.com/Races.zip

    For MySEQ, place the Races.txt file in the "cfg" directory of the client. For SEQ, replace the old "races.h" file in the "src" directory and recompile.

    I added the check so the bottom "Interactive Object" that is "race #2250" is removed since it goes out of order as the last race before that is #781 (Worg), and everything else before that has a sequential number going back down to 0. So it basically stops once it finds the first race number that is no longer sequential starting from zero.

    If this moderates again, I'll do another reply asking for it to be approved.

  11. #11
    Developer
    Join Date
    Jul 2004
    Posts
    920

    Re: Question about board moderation...

    It used to come out of the .exe before dbstr existed. Then that broke, so we moved to the "wait for uRit to post something" method. So Fransick, you're right on track. Item codes should start flowing in in no time, right uRit?

  12. #12
    Registered User
    Join Date
    Oct 2012
    Posts
    38

    Re: Question about board moderation...

    lol. I remember item codes were more of a trial-and-error thing, where we find the item code that isn't translated to a string, figure out what the thing is, and then give it a description, then add it to the header file. There wasn't an automated process for that. Since I'm no longer using SEQ (item number display seems to be different in mySEQ), not sure if I can help in that department.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On