Thread: Other maps
View Single Post
Try this
Old
arty-fishL
Senior Member
 
arty-fishL's Avatar
 
Status: Offline
Posts: 1,878
Join Date: Mar 2008
Location: In the corner of your eye
Arrow Try this - 07-02-2011, 05:12 PM

Quote:
Originally Posted by Mr Kidnapper View Post
How do I turn these on :|
If you really want to try to make them work then try this:

(I hope it works)

Open this directory (relative to your Alice install location):
Alice 2.2\Required\resources\

Now do one of the following:
- Open Alice Style.py in a text editor.
- If you already have a custom style for Alice, open its file in a text editor.
- If you dont want to risk messing up Alice, copy and paste Alice Style.py, give it a relevant name and open it in a text editor.

If you use a different file you will need to remember to change your style in Alice:
PreferencesChangeStyle.jpg

Search (using the find function) for the following line:
Code:
"edu.cmu.cs.stage3.alice.core.Model.opacity" : "opacity",
Make a new line below that and paste in this code:
Code:
    "edu.cmu.cs.stage3.alice.core.Model.emissiveColorMap" : "emissiveColorMap",
    "edu.cmu.cs.stage3.alice.core.Model.specularHighlightColorMap" : "specularHighlightColorMap",
    "edu.cmu.cs.stage3.alice.core.Model.bumpMap" : "bumpMap",
    "edu.cmu.cs.stage3.alice.core.Model.detailMap" : "detailMap",
    "edu.cmu.cs.stage3.alice.core.Model.interactionMap" : "interactionMap",
    "edu.cmu.cs.stage3.alice.core.Model.ambientColor" : "ambientColor",
Now here's the bit I hope works, but might not. Open this directory:
Alice 2.2\Required\resources\common

Copy and paste the file named StandardResources.py so you have a backup of it.

Download this file, StandardResources.zip (its not a zip file, rename it so it has a .py extension, I just changed its extension so I could upload it), and overwrite StandardResources.py with it.

Open Alice, change the style if necessary and restart Alice, and hopefully they will be there.


█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█
█░░▓░░░░░░░▓░░░░░░░░░░░▓▓░░▓░░░░░░▓░░░▓░░░░█
█░▓░▓░▓▓▓░▓▓▓░▓░▓░░░░░░▓▒▒░░▒░░▓▓░▓▓▓░▓▒░░░█
█░▓▓▓▒▓▒▒▒░▓▒▒▓▓▓▒▓▓▓░▓▓▓░░▓░░░▓▒▒▓▒▓▒▓▒░░░█
█░▓▒▓▒▓▒░░░▓▓░░▒▓▒░▒▒▒░▓▒▒░▓▓░▓▓▒░▓▒▓▒▓▒░░░█
█░▓▒▓▒░▒░░░░▒▒▓▓▓▒░░░░▓▓▒░░░▒▒░▒▒░░▒░▒▓▓▓░░█
█░░▒░▒░░░░░░░░░▒▒▒░░░░░▒▒░░░░░░░░░░░░░░▒▒▒░█
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█

I have mostly moved on from Alice, but may still respond to messages if important [¬º-°]¬
   
Reply With Quote