MoulKI is not terribly usefull, at least to me. I got it to compile, and connect to the game but it will not make SDL changes and it crashes very frequently. However it does seem to be a usefull reference on how to talk to the auth and game servers.
Is there any sort of documentation on the server ...
Search found 10 matches
- Sat Mar 30, 2013 11:27 am
- Forum: Plasma Development
- Topic: MoulKI
- Replies: 5
- Views: 6299
- Fri Mar 22, 2013 1:24 pm
- Forum: Plasma Development
- Topic: Regarding dirtsand
- Replies: 62
- Views: 46629
Re: Regarding dirtsand
Thanks guys for the help. I was able to build plPythonPak, plFileSecure, and plFileEncrypt on a RasPI, and they work. :D
Now to iron out the last few gotchas for the external client and I will have a Shard on a Card.
I have some questions about vault management and using python cheat GetSDL/SetSDL ...
Now to iron out the last few gotchas for the external client and I will have a Shard on a Card.
I have some questions about vault management and using python cheat GetSDL/SetSDL ...
- Thu Mar 21, 2013 11:51 am
- Forum: Plasma Development
- Topic: Regarding dirtsand
- Replies: 62
- Views: 46629
Re: Regarding dirtsand
Your right, it isn't easy. I got the client to compile up until 'cpuid', which appears to be an Intel specific thing. I am running on an armv6.
So, I can attempt the disentagle plPythonPak from corelib and plFile, or figure out the layout of python.pak and make my own in a higher level language ...
So, I can attempt the disentagle plPythonPak from corelib and plFile, or figure out the layout of python.pak and make my own in a higher level language ...
- Tue Mar 19, 2013 4:28 pm
- Forum: Plasma Development
- Topic: Regarding dirtsand
- Replies: 62
- Views: 46629
Re: Regarding dirtsand
I've decided to try messing with dirtsand again. I have it talking to the latest H-uru/Plasma client with '-LocalData'. However, removing the client switch causes the server to report:
[Auth] Got client python traceback:
Traceback (most recent call last):
File "./xKI.py", line 44, in <module ...
[Auth] Got client python traceback:
Traceback (most recent call last):
File "./xKI.py", line 44, in <module ...
- Sat Jun 30, 2012 9:41 pm
- Forum: Plasma Development
- Topic: Persoanal server problems
- Replies: 33
- Views: 38674
Re: Persoanal server problems
Question:
I have been trying to bring up a dirtsand shard using the latest pulls of moul-scripts, dirtsand, and Plasma. I am being stopped by "CustomAvatars".
If I run plClient without any switches, it will eventually fail with a popup that says "Failed to download manifest CustomAvatars".
The ...
I have been trying to bring up a dirtsand shard using the latest pulls of moul-scripts, dirtsand, and Plasma. I am being stopped by "CustomAvatars".
If I run plClient without any switches, it will eventually fail with a popup that says "Failed to download manifest CustomAvatars".
The ...
- Tue Jun 26, 2012 3:25 pm
- Forum: Plasma Development
- Topic: Persoanal server problems
- Replies: 33
- Views: 38674
Re: Persoanal server problems
Another problem I had was the horrendous number if errors I got in my MOSS logs using the H'uru internal client. Failure to write nodes, blob size mismatches, other things I need to research to figure out just what the error is... The MOSS server also failed to remember my progress. Is this typical ...
- Mon May 30, 2011 7:05 pm
- Forum: Plasma Development
- Topic: Building CWE
- Replies: 21
- Views: 13816
Re: Building CWE
Another question. What does "Secure file preloader failed" mean? I get this when connecting to a MOSS shard with plClient.
This is an error shown by the client.
This is an error shown by the client.
- Mon May 30, 2011 1:55 pm
- Forum: Plasma Development
- Topic: Regarding dirtsand
- Replies: 62
- Views: 46629
Regarding dirtsand
Greetings all.
A couple questions and observations regarding dirtsand.
I am stuck at the point that is just "past the scope of this document". Assuming that I am complete idiot, how do you generate Python.pak and how do you NTD encode the SDL and Python.pak files? moul-scripts is not terribly ...
A couple questions and observations regarding dirtsand.
I am stuck at the point that is just "past the scope of this document". Assuming that I am complete idiot, how do you generate Python.pak and how do you NTD encode the SDL and Python.pak files? moul-scripts is not terribly ...
- Mon May 30, 2011 11:24 am
- Forum: Plasma Development
- Topic: Building CWE
- Replies: 21
- Views: 13816
Re: Building CWE
Yes, the keys were out of sync.
I rebuilt the auth and game keys thus:
It worked. One problem down. Now to install a version of PhysX that the plClient likes...
I rebuilt the auth and game keys thus:
Code: Select all
make_cyan_dh -f -s auth_key.der -C pnNbAuthKey.hpp -g 41
make_cyan_dh -f -s game_key.der -C pnNbGameKey.hpp -g 73
It worked. One problem down. Now to install a version of PhysX that the plClient likes...
- Sun May 29, 2011 5:58 pm
- Forum: Plasma Development
- Topic: Building CWE
- Replies: 21
- Views: 13816
Re: Building CWE
I am trying to connect the GoW fork of CWE to a MOSS server. When attempting to log in the server logs an "Unrecognized auth message". What does that mean? Are my auth keys out of sync?