
Edit; well, I got 10 so far. One I don't have access to yet because I haven't finished the multiplayer age yet and the other is off limits in the Great Zero, boo hoo!

So, I figured it would be time to finally build that python.pak and tried to build the build the files, but I'm getting this error (on each file, I just copied the last files):(07/28 16:40:38) Python 3.8.3 Main init failed!!
(07/28 16:40:38) init_fs_encoding: failed to get the Python codec of the filesystem encoding
(07/28 16:40:38) Python file xKI.py was not found.
(07/28 16:40:39) Python file stupStartUp.py was not found.
The python.pak file is only a few kb and according to PlasmaShop it isn't a valid .pak file, so I'm not sure how to build the python.pak file?SyntaxError: invalid syntax
== Packing PlasmaNetConstants, ......blast! Compile error in PlasmaNetConstants!
File "PlasmaNetConstants", line 116
print "Class %s is not derived from modifier" % (cl.__name__)
^
SyntaxError: invalid syntax
== Packing PlasmaTypes, ......import failed ......blast! Compile error in PlasmaTypes!
File "PlasmaTypes", line 201
print "Unrecognized event type %d" % (event[0])
^
SyntaxError: invalid syntax
== Packing PlasmaVaultConstants, ......blast! Compile error in PlasmaVaultConstants!
File "PlasmaVaultConstants", line 180
print "Class %s is not derived from modifier" % (cl.__name__)
^
SyntaxError: invalid syntax
== Packing ptWordFilter, ......import failed ......blast! Compile error in ptWordFilter!
File "ptWordFilter", line 222
print "Class %s is not derived from modifier" % (cl.__name__)
^
SyntaxError: invalid syntax
Python Package written to D:\URU\Python\python.pak
Feel free to use the Gehn page as a sample to get started. I copy it for any testing shard I throw up...Surta wrote:I am not unfamiliar with setting up php pages and I think I should be able to create a connection to PostgreSQL and create a web page, but would I be imposing if I asked you to share the content of your page? I know this doesn't fall under the header of "open source" but I'm hoping you are willing to share the content of the file anyway![]()
Thanks so much!! Unfortunately I found out it isn't going to be as easy as I thought, because I'm running PostgreSQL in Docker. While this has many advantages, apparently there is no (simple) way for another Docker image (web server) to connect to the database, so I'm going to have to place that on the backburner for now. For the interested, the error I'm getting is "Fatal error: Uncaught Error: Call to undefined function pg_connect() in /var/www/html/...." And no, I won't be asking questions about that here, I realize how far outside the scope of Dirtsand that would beTsar Hoikas wrote:Feel free to use the Gehn page as a sample to get started. I copy it for any testing shard I throw up...
I actually took inspiration from you and built docker containers for both dirtsand and postgres, and it was pretty straightforward to isolate the two applications into their own containers.Surta wrote:While this has many advantages, apparently there is no (simple) way for another Docker image (web server) to connect to the database, so I'm going to have to place that on the backburner for now.
The imager in Relto works just fine.[Auth] Got client python traceback:
KIHandler - Traceback (most recent call last):
File "ki.__init__", line 1275, in OnVaultEvent
RecursionError: maximum recursion depth exceeded while calling a Python object
Also the python.pak file in Plasma\build\bin\python is only 1.75Mb.== Packing ptWordFilter, ......import failed ......blast! Compile error in ptWordFilter!
Traceback (most recent call last):
File "C:\Users\user\Documents\GitHub\Plasma\build\bin\python\plasma\ptWordFilter.py", line 46, in <module>
ModuleNotFoundError: No module named 'string'