Chamassa
- boblishman
- Posts: 882
- Joined: Fri Oct 05, 2007 4:47 pm
- MOULa KI#: 0
- Location: Spain
Re: Chamassa
usually no hotspot is because you have not made the clickable object and actor ... with bounds ... and remember that your avatar must be standing inside the click region in order to get a hotspot. Check also that the region has NO scaling (i.e. 1.00) ... press crt+A to apply scaling
when it comes to Age creation ... "DOH" seems to be my middle name...
Re: Chamassa
I have the object, and have it convex hull and actor, and scaled it with ctrl-A. Maybe my region isn't big enough.
MOUL Again Ki #'s
I.Brattin - 777796
Jayden Halliwell (IC Explorer) - 54404
I.Brattin - 777796
Jayden Halliwell (IC Explorer) - 54404
- boblishman
- Posts: 882
- Joined: Fri Oct 05, 2007 4:47 pm
- MOULa KI#: 0
- Location: Spain
Re: Chamassa
did you make sure the clickable object has no scalinging as well (1.0)
when it comes to Age creation ... "DOH" seems to be my middle name...
Re: Chamassa
Yes, in fact I have started over 3 times and get the same results.
MOUL Again Ki #'s
I.Brattin - 777796
Jayden Halliwell (IC Explorer) - 54404
I.Brattin - 777796
Jayden Halliwell (IC Explorer) - 54404
Re: Chamassa
K here is my alcscript
And here is the book object and the region stuff. Can you see what might be wrong here?
Code: Select all
AquhBook:
physical:
pinned: true
quickscript:
simpleclick:
pythonfile: ChamassaBookGUI
region: AquhRegion
Journal1:
physical:
pinned: true
quickscript:
simpleclick:
pythonfile: ChamassaBookGUI
region: JournalRegion
And here is the book object and the region stuff. Can you see what might be wrong here?
- Attachments
-
- aquhregion.jpg (89.59 KiB) Viewed 9795 times
-
- aquhbook.jpg (90.92 KiB) Viewed 9795 times
MOUL Again Ki #'s
I.Brattin - 777796
Jayden Halliwell (IC Explorer) - 54404
I.Brattin - 777796
Jayden Halliwell (IC Explorer) - 54404
Re: Chamassa
Please post your export log file.
"It is in self-limitation that a master first shows himself." - Goethe
Re: Chamassa
You can get the log here.
It was too large to post and when I tried to upload it here as an attachment, it wouldn't let me.
It was too large to post and when I tried to upload it here as an attachment, it wouldn't let me.
MOUL Again Ki #'s
I.Brattin - 777796
Jayden Halliwell (IC Explorer) - 54404
I.Brattin - 777796
Jayden Halliwell (IC Explorer) - 54404
Re: Chamassa
Nothing wrong with the logic modifiers. They exported fine according to the log file. Not sure what is going on there.
Maybe you can try it without quickscript:
If that still doesn't help can you post the Python.0.elf logfile?
Maybe you can try it without quickscript:
Code: Select all
AquhBook:
logic:
modifiers:
- name: AquhBookClick
cursor: poised
flags:
- localelement
activators:
- type: objectinvolume
remote: AquhRegion
triggers:
- any
conditions:
- type: activator
activators:
- type: picking
- type: objectinbox
satisfied: true
actions:
- type: pythonfile
ref: :PythAquhBook
actions:
- type: pythonfile
name: PythAquhBook
pythonfile:
file: ChamassaBookGUI
parameters:
- type: activator
ref: logicmod:AquhBookClick
- type: string
value: AquhBook
Journal1:
logic:
modifiers:
- name: Journal1Click
cursor: poised
flags:
- localelement
activators:
- type: objectinvolume
remote: JournalRegion
triggers:
- any
conditions:
- type: activator
activators:
- type: picking
- type: objectinbox
satisfied: true
actions:
- type: pythonfile
ref: :PythJournal1
actions:
- type: pythonfile
name: PythJournal1
pythonfile:
file: ChamassaBookGUI
parameters:
- type: activator
ref: logicmod:Journal1Click
- type: string
value: Journal1
If that still doesn't help can you post the Python.0.elf logfile?
"It is in self-limitation that a master first shows himself." - Goethe
Re: Chamassa
If I need to yeah I can post it.
Exporting Chamassa now with the new alcscript and will report what happens.
Edit: Still No Hot Spot. Give me a second to upload.
Edit: Python.0.elf file
Exporting Chamassa now with the new alcscript and will report what happens.
Edit: Still No Hot Spot. Give me a second to upload.
Edit: Python.0.elf file
MOUL Again Ki #'s
I.Brattin - 777796
Jayden Halliwell (IC Explorer) - 54404
I.Brattin - 777796
Jayden Halliwell (IC Explorer) - 54404
Re: Chamassa
The Python file doesn't load:
It seems you forgot to replace the PageDef reference. Though I'm not sure why that would stop the hotspot.
Code: Select all
(03/10 19:03:36) File "D:\DOCUME~1\Garrett\LOCALS~1\Temp\tmp18A.tmp\ChamassaBookGUI.py", line 10, in ?
(03/10 19:03:36) ImportError: No module named *YourAge*PageDefs
(03/10 19:03:36) Python file ChamassaBookGUI.py was not found.
It seems you forgot to replace the PageDef reference. Though I'm not sure why that would stop the hotspot.
"It is in self-limitation that a master first shows himself." - Goethe