Chamassa

Show us what you can do! Let us know how you did it!
User avatar
boblishman
Posts: 882
Joined: Fri Oct 05, 2007 4:47 pm
MOULa KI#: 0
Location: Spain

Re: Chamassa

Post by boblishman »

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...
I.Brattin
Posts: 472
Joined: Sat Jan 31, 2009 3:06 pm
MOULa KI#: 0

Re: Chamassa

Post by I.Brattin »

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
User avatar
boblishman
Posts: 882
Joined: Fri Oct 05, 2007 4:47 pm
MOULa KI#: 0
Location: Spain

Re: Chamassa

Post by boblishman »

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...
I.Brattin
Posts: 472
Joined: Sat Jan 31, 2009 3:06 pm
MOULa KI#: 0

Re: Chamassa

Post by I.Brattin »

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
Posts: 472
Joined: Sat Jan 31, 2009 3:06 pm
MOULa KI#: 0

Re: Chamassa

Post by I.Brattin »

K here is my alcscript

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
aquhregion.jpg (89.59 KiB) Viewed 9795 times
aquhbook.jpg
aquhbook.jpg (90.92 KiB) Viewed 9795 times
MOUL Again Ki #'s
I.Brattin - 777796
Jayden Halliwell (IC Explorer) - 54404
D'Lanor
Posts: 1980
Joined: Sat Sep 29, 2007 4:24 am

Re: Chamassa

Post by D'Lanor »

Please post your export log file.
"It is in self-limitation that a master first shows himself." - Goethe
I.Brattin
Posts: 472
Joined: Sat Jan 31, 2009 3:06 pm
MOULa KI#: 0

Re: Chamassa

Post by I.Brattin »

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.
MOUL Again Ki #'s
I.Brattin - 777796
Jayden Halliwell (IC Explorer) - 54404
D'Lanor
Posts: 1980
Joined: Sat Sep 29, 2007 4:24 am

Re: Chamassa

Post by D'Lanor »

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:

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
I.Brattin
Posts: 472
Joined: Sat Jan 31, 2009 3:06 pm
MOULa KI#: 0

Re: Chamassa

Post by I.Brattin »

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
MOUL Again Ki #'s
I.Brattin - 777796
Jayden Halliwell (IC Explorer) - 54404
D'Lanor
Posts: 1980
Joined: Sat Sep 29, 2007 4:24 am

Re: Chamassa

Post by D'Lanor »

The Python file doesn't load:

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
Locked

Return to “Tips and Showcase”