Page 2 of 3

Re: Ok, this is strange...

PostPosted: Wed Jun 25, 2008 11:59 pm
by Lontahv
Uh, why get rid of everything when he/you could just delete the personal sav? O.o

~Lontahv

Re: Ok, this is strange...

PostPosted: Thu Jun 26, 2008 12:19 am
by GPNMilano
Lontahv wrote:Uh, why get rid of everything when he/you could just delete the personal sav? O.o


Because that doesn't fix this particular problem. Its a clash with Drizzle, that unlocks the Negilahn book on the bookshelf. It was one of the left over pieces of code for Negilahn and Todelmer that got left behind. If the python pak for drizzle (Uruutils and the pythoncommand.txt) file are installed in the uru folders when you're using the ages distributed with that package. It causes the book to be unlocked. There is a fix in the Uruutils python pak for the negilahn code that looks something like this:

Code: Select all
  def negilahnbugfix1(self):
        #negilahn book shows up, because SinglePlayerMode saves all links to your owned list, and negilahn was partially implemented in pots.
        vault = ptVault()
        self.msg("uruutils: looking for negilahn link.")
        pal = vault.getAgesIOwnFolder()
        if(pal):
            contents = pal.getChildNodeRefList()
            for content in contents:
               
                link = content.getChild().upcastToAgeLinkNode()
                info = link.getAgeInfo()
                if (info):
                    agename = info.getAgeFilename()
                    if(agename=="Negilahn"):
                        self.msg("uruutils: found negilahn link, deleting...")
                        pal.removeNode(link)
                        #pal.save()

Re: Ok, this is strange...

PostPosted: Thu Jun 26, 2008 5:48 pm
by Jamey
Ok, I put the files into the Python folder...and got this lovely looking thing come up in front of my screen when I started Uru:


Image


X _ X

I'm so lost

Re: Ok, this is strange...

PostPosted: Thu Jun 26, 2008 7:18 pm
by Tsar Hoikas
Someone used PtPrintToScreen!

Re: Ok, this is strange...

PostPosted: Thu Jun 26, 2008 8:02 pm
by Jamey
What does this mean?

Re: Ok, this is strange...

PostPosted: Thu Jun 26, 2008 8:52 pm
by Deledrius
Jamey wrote:What does this mean?

It means you've won A NEW CAR!

Re: Ok, this is strange...

PostPosted: Fri Jun 27, 2008 12:10 am
by Trylon
That, or that some python script is desperately seaching for "uruutils\ModuleDrizzle.py" - probably in a pak file or another, or in your [URU] folder.

AKA: Probably a broken drizzle python pak.

Re: Ok, this is strange...

PostPosted: Fri Jun 27, 2008 2:35 am
by D'Lanor
It seems you are using a mix of ages you have converted yourself and files from the drizzle torrent. Add the rest of the torrent Python files and you should be ok.

Re: Ok, this is strange...

PostPosted: Fri Jun 27, 2008 8:52 am
by Jamey
Ok, I took the ModuleDrizzle python file and put it in the Uru Python folder along with the pythoncommand.txt & the Uruutils.pak files, and got the same error...did I miss something I needed to put in there?

Re: Ok, this is strange...

PostPosted: Fri Jun 27, 2008 9:52 am
by D'Lanor
pythoncommand.txt should not be in the Python folder. It goes into the main Uru folder.