Search found 6 matches

by Nobby deNobbs
Fri Jan 01, 2016 6:57 pm
Forum: MOSS
Topic: Unrecognized auth message/Using key files with GoW CWE
Replies: 10
Views: 5198

Re: Unrecognized auth message/Using key files with GoW CWE

Sounds like you haven't set up game-dir and game-dir/age folders on the server: http://wiki.openuru.org/index.php?title=MOSS/Setup#Game_Server_Data Nope, game-dir and all subfolders are set up like it is told in the setup file, relative to where I start the server (/usr/local/) game age various .ag...
by Nobby deNobbs
Fri Jan 01, 2016 12:33 pm
Forum: MOSS
Topic: Unrecognized auth message/Using key files with GoW CWE
Replies: 10
Views: 5198

Re: Unrecognized auth message/Using key files with GoW CWE

I think you're missing the point. To make your client work with a MOSS server using the MOULagain keys you'll need the private server keys as well as the public ones for the client. While the latter can be extracted from the client code, the former is, well, "private". So you're probably better to ...
by Nobby deNobbs
Thu Dec 31, 2015 3:24 pm
Forum: MOSS
Topic: Unrecognized auth message/Using key files with GoW CWE
Replies: 10
Views: 5198

Re: Unrecognized auth message/Using key files with GoW CWE

The H-uru codebase no longer supports MOSS servers due to limitations in its design. Please utilize DirtSand. Okay thanks, I'll try to set up a Dirtsand server next year. But still I would like to get it working with MOSS, maybe I could test my code by converting the public keys for MOULagain. The ...
by Nobby deNobbs
Mon Dec 21, 2015 8:27 pm
Forum: MOSS
Topic: Unrecognized auth message/Using key files with GoW CWE
Replies: 10
Views: 5198

Re: Unrecognized auth message/Using key files with GoW CWE

My script is based on the function Christian Walther wrote in a nother thread: It’s been a while since I did this so my memory is hazy, but I think the only moderately involved part about it is to base64-encode the keys. I did that in the interactive Python interpreter using the base64 module. Conve...
by Nobby deNobbs
Mon Dec 21, 2015 5:19 pm
Forum: MOSS
Topic: Unrecognized auth message/Using key files with GoW CWE
Replies: 10
Views: 5198

Unrecognized auth message/Using key files with GoW CWE

I've set up everything already, I only need to convert/encrypt the keyfiles for my client. I made them using make_cyan_dh -g 2 -s auth_key.der -c auth_key.bin make_cyan_dh -g 2 -s game_key.der -c game_key.bin make_cyan_dh -g 2 -s gatekeeper_key.der -c gate_key.bin I tried using this script with the ...
by Nobby deNobbs
Sun Dec 20, 2015 10:55 am
Forum: MOSS
Topic: CreateINI tool for GOW Branch of CWE
Replies: 12
Views: 7876

Re: CreateINI tool for GOW Branch of CWE

I don't know how to convert the keys, I used the function Christian Walther posted with his python file but it doesn't seem to produce any usable keys (I tried every file make_cyan_dh produced). Maybe someone could send me Lyrositor's CreateINI tool? That would be very nice! :)

Go to advanced search