Myst V Incompatability and Conversion
Re: Myst V Incompatability and Conversion
I was under the impression that you can use the fan made ages written in Max and plasma, add them to the MOULa shards before converting them with drizzle, Drizzle which I assumed was just to make them work with Uru CC for testing and eventually adding them to a MOULa shard. In addition some of my earlier ages where made before I started using python as are some other ages in the data base. basically just textures, terrains proxy terrains page info and simples.
I Don't Have A Cell Phone, I have Freedom!
-
- Deep Island Admin
- Posts: 2972
- Joined: Mon May 05, 2008 5:50 am
- MOULa KI#: 0
- Location: Germany
Re: Myst V Incompatability and Conversion
That's true, Karkadann. The CC conversion however is not only for testing, it's also useful for the CC Shards out there and the converted ages can be played on there as well
(Some of the ages available on DI where indeed created in Max)

I prefer e-mails to "diafero arcor de" (after adding the at and the dot) over PMs.
"Many people's horizon is a circle with a radius of zero. They call it their point of view."
Deep Island Shard | Offline KI
"Many people's horizon is a circle with a radius of zero. They call it their point of view."
Deep Island Shard | Offline KI
Re: Myst V Incompatability and Conversion
In case anyone got the wrong idea, Python and SDL files from MOULa and Uru:CC are compatible. It is just Myst V that is different.
"It is in self-limitation that a master first shows himself." - Goethe
- Christopher
- Posts: 276
- Joined: Mon Jul 19, 2010 3:25 am
- MOULa KI#: 0
Re: Myst V Incompatability and Conversion
Isn't the Glue part missing in the MOULa Pythonscripts?
Christopher
Christopher
Re: Myst V Incompatability and Conversion
I Don't Have A Cell Phone, I have Freedom!
Re: Myst V Incompatability and Conversion
Yeah, what I meant was you couldn't easely get these files on MOULa (I don't know about MOUL-based shards, but I suppose it's the same ?). Myst V's python is the same as PotS (not the PAK though), but indeed sdls are lower-case and have new variable types.D'Lanor wrote:In case anyone got the wrong idea, Python and SDL files from MOULa and Uru:CC are compatible. It is just Myst V that is different.
Good question, the version of the scripts I downloaded didn't have the glue, but I think when you download them with Drizzle and you extract them they have it.Christopher wrote:Isn't the Glue part missing in the MOULa Pythonscripts?
(Although I might be wrong on this.)
-
- Councilor of Technical Direction
- Posts: 2180
- Joined: Fri Nov 16, 2007 9:45 pm
- MOULa KI#: 23335
- Location: South Georgia
- Contact:
Re: Myst V Incompatability and Conversion
Glue is added as a post processing step in all Plasma games. The files you download from the game server have it but the source files do not. The glue is stored in plasma/glue.py

-
- Deep Island Admin
- Posts: 2972
- Joined: Mon May 05, 2008 5:50 am
- MOULa KI#: 0
- Location: Germany
Re: Myst V Incompatability and Conversion
CC does not do the glue adding, so you have to do that manually before using such a MOUL file in CC. But IIRC, this auto-gluing is only done in the GoW fork?
Also, note that the pak files and the sdl file encryption is not compatible, so stuff needs to be decrypted, unpacked, repacked, encrypted. And finally, there are some Python APIs that exist in MOUL but do not exist in CC, which is the reason why for example the Delin/Tsogahl had to be rewritten.
Also, note that the pak files and the sdl file encryption is not compatible, so stuff needs to be decrypted, unpacked, repacked, encrypted. And finally, there are some Python APIs that exist in MOUL but do not exist in CC, which is the reason why for example the Delin/Tsogahl had to be rewritten.
I prefer e-mails to "diafero arcor de" (after adding the at and the dot) over PMs.
"Many people's horizon is a circle with a radius of zero. They call it their point of view."
Deep Island Shard | Offline KI
"Many people's horizon is a circle with a radius of zero. They call it their point of view."
Deep Island Shard | Offline KI
-
- Councilor of Technical Direction
- Posts: 2180
- Joined: Fri Nov 16, 2007 9:45 pm
- MOULa KI#: 23335
- Location: South Georgia
- Contact:
Re: Myst V Incompatability and Conversion
Tsar Hoikas wrote:The files you download from the game server have it but the source files do not.
plPythonPack adds the glue.

Re: Myst V Incompatability and Conversion
How is the glue added in an internal client when it uses unpacked Python files without glue?
"It is in self-limitation that a master first shows himself." - Goethe