Plasmashop and Broken URU
Posted: Wed Feb 02, 2011 6:59 pm
This evening, I used Andy's tutorial to create a linking book. I did my best to do it just as the tutorial states, but now have a bit of a problem.
After following through all the steps, I went to compile the pak and recieved an error that stated: RuntimeError: Bad magic number in .pyc file
I searched here in these threads and found someone else who had the same problem, which was due to a syntax error. I went back through and double checked everything that I had edited - but didn't find anything. After searching some more, I found a thread where someone was unable to compile their pak in Plasmashop, but could with URUPython. So, why not? I gave it a shot.
URUPython originally gave me an error stating that this line was improperly formatted:
class *yourage*GUI(ptModifier,):
The tutorial did not say to change this line, so I had left it alone. However, when I changed it to: class TaygahnBookGUI(ptModifier,): - it exported without error.
---
Here's where it gets good. When I start up URU to see if the linking book is working correctly, I reach relto without a KI. The age itself is also different (for example, the pillars are all up and the door is shut). When I jump off the cliff to re-link inside the hut, I cannot click on any of the books - the bookshelf is also now completely full. (Which is different, since I'm using a vanilla installation.) All I had in my relto are the books that were there upon the very first link.
What's going on here? I was trying to make a linking book and now I'm probably looking at doing a fresh installation. I tried deleting all of the files I had created, but when I go into the game, it's busted. Anyone have any thoughts why this could have happened?
It's a lot of code, but I could paste it here if it would help.
After following through all the steps, I went to compile the pak and recieved an error that stated: RuntimeError: Bad magic number in .pyc file
I searched here in these threads and found someone else who had the same problem, which was due to a syntax error. I went back through and double checked everything that I had edited - but didn't find anything. After searching some more, I found a thread where someone was unable to compile their pak in Plasmashop, but could with URUPython. So, why not? I gave it a shot.
URUPython originally gave me an error stating that this line was improperly formatted:
class *yourage*GUI(ptModifier,):
The tutorial did not say to change this line, so I had left it alone. However, when I changed it to: class TaygahnBookGUI(ptModifier,): - it exported without error.
---
Here's where it gets good. When I start up URU to see if the linking book is working correctly, I reach relto without a KI. The age itself is also different (for example, the pillars are all up and the door is shut). When I jump off the cliff to re-link inside the hut, I cannot click on any of the books - the bookshelf is also now completely full. (Which is different, since I'm using a vanilla installation.) All I had in my relto are the books that were there upon the very first link.
What's going on here? I was trying to make a linking book and now I'm probably looking at doing a fresh installation. I tried deleting all of the files I had created, but when I go into the game, it's busted. Anyone have any thoughts why this could have happened?
It's a lot of code, but I could paste it here if it would help.