Exactly what Maroonroon said.
The error message isn't really clear, but this affects any Windows version after Vista, so 7, 8, 10 and 11. Ideally Uru shouldn't be installed in Program Files.
Search found 1507 matches
- Fri May 10, 2024 8:48 am
- Forum: General Discussion
- Topic: cannot run drizzle on windows 11
- Replies: 2
- Views: 21627
- Fri May 10, 2024 8:45 am
- Forum: Building
- Topic: Clothing Reward question(s)
- Replies: 28
- Views: 73153
Re: Clothing Reward question(s)
Bonjour Maroonroon,
Tes scripts ont l'air OK - pas mal même si tu n'as jamais fait de Python. Tout a l'air globalement correct, mais voici une liste des modifications que je te recommande.
[code]
from Plasma import *
from PlasmaTypes import *
actTrigger = ptAttribActivator(1, 'Activator: avatar ...
Tes scripts ont l'air OK - pas mal même si tu n'as jamais fait de Python. Tout a l'air globalement correct, mais voici une liste des modifications que je te recommande.
[code]
from Plasma import *
from PlasmaTypes import *
actTrigger = ptAttribActivator(1, 'Activator: avatar ...
- Thu Jan 04, 2024 4:20 am
- Forum: General Discussion
- Topic: Issue with offline ki and EAX sounds restauration
- Replies: 30
- Views: 97663
Re: Issue with offline ki and EAX sounds restauration
Your Python scripts broke, it seems.
This could be an issue with file dates... Uru has a rather unfortunate way of handling conflicts between Python files, which may be incompatible with Steam/GoG.
Go to Uru's install folder, then to the Python folder. Switch the file explorer to detailed view ...
This could be an issue with file dates... Uru has a rather unfortunate way of handling conflicts between Python files, which may be incompatible with Steam/GoG.
Go to Uru's install folder, then to the Python folder. Switch the file explorer to detailed view ...
- Thu Dec 21, 2023 4:21 am
- Forum: Plasma Development
- Topic: Drizzle 32 ! (experimental)
- Replies: 120
- Views: 4196937
Re: Drizzle 32 ! (experimental)
For just converting the Ages 1-to-1 (or as 1-to-1 as possible), libHSPlasma includes a PageConvert utility that should also work.
If I remember correctly, that's only for PRPs so one would still need to somehow retrieve and adjust the Python and SDLs for the puzzles to work. Still, as you said ...
If I remember correctly, that's only for PRPs so one would still need to somehow retrieve and adjust the Python and SDLs for the puzzles to work. Still, as you said ...
- Tue Dec 19, 2023 2:02 pm
- Forum: Plasma Development
- Topic: Drizzle 32 ! (experimental)
- Replies: 120
- Views: 4196937
Re: Drizzle 32 ! (experimental)
Hey guys. Thanks for the concern, I'm doing okay, but I am busy with real life stuff and other projects. So sorry for the lack of update. Playing catch up with MOUL's content and format updates has been very low on my list of things I want to do.
Either it's up to each of the Ages writers/builders ...
Either it's up to each of the Ages writers/builders ...
- Sun Mar 05, 2023 9:13 am
- Forum: Building
- Topic: Elevator Question
- Replies: 33
- Views: 102096
Re: Elevator Question
Honnêtement je ne sais pas, j'ai du mal à lire les nodetrees dans tes images...
J'ai déjà eu des problèmes lorsque je demande au jeu de jouer une animation qui est déjà en train d'être jouée, mais jusqu'ici dans le fichier d'exemple que je t'ai donné les portes s'ouvrent et se ferment correctement ...
J'ai déjà eu des problèmes lorsque je demande au jeu de jouer une animation qui est déjà en train d'être jouée, mais jusqu'ici dans le fichier d'exemple que je t'ai donné les portes s'ouvrent et se ferment correctement ...
- Sun Mar 05, 2023 9:09 am
- Forum: Building
- Topic: Clothing Reward question(s)
- Replies: 28
- Views: 73153
Re: Clothing Reward question(s)
Ah, je n'avais pas vu ton message à propos de la couleur du bracelet lorsque l'on quitte l'âge...
Voici le script trgnBraceletDetector.py modifié, ça réparera le problème du bracelet (et évitera que la porte reste ouverte dans ce cas ci).
[code]from Plasma import *
from PlasmaTypes import ...
Voici le script trgnBraceletDetector.py modifié, ça réparera le problème du bracelet (et évitera que la porte reste ouverte dans ce cas ci).
[code]from Plasma import *
from PlasmaTypes import ...
- Sun Mar 05, 2023 9:05 am
- Forum: Plasma Development
- Topic: Drizzle 32 ! (experimental)
- Replies: 120
- Views: 4196937
Re: Drizzle 32 ! (experimental)
- For the fullscreen FlyBy video, after the link, it isn't a video but a camera animation made in Blender. (Which in the case of Myst V Ages, have been video captured to make the .bik files).
Yes. I found those in the files, so I just hacked together a script that runs those animations on link-in ...
Yes. I found those in the files, so I just hacked together a script that runs those animations on link-in ...
- Wed Feb 08, 2023 2:10 am
- Forum: Plasma Development
- Topic: Drizzle 32 ! (experimental)
- Replies: 120
- Views: 4196937
Re: Drizzle 32 ! (experimental)
When I approach the imager in Relto to connect KI, I hear the sound but don't see the blue light coming on.
I replaced the "Personal_District_psnlDustAdditions.prp" dat file with the one that came with the Offline KI and the blue light is back.
I also noticed that the Uru CC conversion on top doesn ...
I replaced the "Personal_District_psnlDustAdditions.prp" dat file with the one that came with the Offline KI and the blue light is back.
I also noticed that the Uru CC conversion on top doesn ...
- Fri Feb 03, 2023 7:58 am
- Forum: Plasma Development
- Topic: Drizzle 32 ! (experimental)
- Replies: 120
- Views: 4196937
Re: Drizzle 32 ! (experimental)
Cool, seems everyone's problems are solved for now then 8-)
Slowing things down is not so much dgVoodoo, but the generic video driver coming with Parallels.
Oh possibly. On my setup (Linux), dgVoodoo actually speeds up rendering compared to what Wine uses. But I've heard it's less efficient on ...
Slowing things down is not so much dgVoodoo, but the generic video driver coming with Parallels.
Oh possibly. On my setup (Linux), dgVoodoo actually speeds up rendering compared to what Wine uses. But I've heard it's less efficient on ...