Action Not working [solved]

  • #20, by ke4Wednesday, 02. September 2015, 22:13 9 years ago
    You can post it for example here then http://postimage.org/
    It's in your appdata visionaire folder.

    Key Killer

    810 Posts


  • #21, by afrlmeWednesday, 02. September 2015, 22:21 9 years ago
    The log file (messages) is located somewhere in c:/users/username/appdata/local/...

    You can also access the log file by pressing the TAB key on your keyboard to open up the developer console (only works while running your game via the editor) & then typing: PRINT LOG. It will display the log entries. You can use the Page Up & Down keys to change between log pages.

    Also here's a quick tip: using the developer console mentioned above, you can actually find out exactly where your log file is located by typing: exec print(localAppDir) then pressing enter & typing PRINT LOG to display the generated log. You need to navigate through the pages until you find one containing c:/users/... & that will be the path where the log files & your save games will be stored.

    Imperator

    7278 Posts

  • #22, by ygmantellWednesday, 02. September 2015, 23:01 9 years ago
    Sorry, but I have a mac. I will provide screenshots within the hour.
    Thanks

    Great Poster

    274 Posts

  • #23, by ygmantellWednesday, 02. September 2015, 23:40 9 years ago
    http://s2.postimg.org/vcaacnzll/Untitled.png

    This is the scene I am unable to get out of. the "Left" action and the right click are set up o do the same thing. I have it setup the same way on the other scene, but for some reason only this one doesnt work.

    Great Poster

    274 Posts

  • #24, by sebastianThursday, 03. September 2015, 07:31 9 years ago
    has the object you click on a defined position the character will go to whem clicking it?
    You can find your logs in /Library/Logs/visionaire editor and
    /Library/Logs/yourgamename

    Thread Captain

    2346 Posts

  • #25, by ygmantellThursday, 03. September 2015, 20:37 9 years ago
    Yes, they do have defined positions.
    In the log for my game I see two warnings:

    Warning: Illegal polygon border for object 'Desert trailer: Ext_to_Diner' (id: 28)
    and
    Warning: Illegal polygon border for object 'Diner Ext.: Obj_roof sign' (id: 7)

    The "Obj_roof sign", doesnt have anything to do with this problem, but if anybody knows why it says that, please let me know.

    The one about the "Ext_to_Diner" is whats causing the problem, but I dont know what it means.
    Thanks

    Great Poster

    274 Posts

  • #26, by sebastianThursday, 03. September 2015, 20:51 9 years ago
    could you make a screenshot from the objectborders you "drawed" in visionaire? maybe there is some wierd border which runs in errors.

    Thread Captain

    2346 Posts

  • #27, by ygmantellThursday, 03. September 2015, 21:06 9 years ago
    This is the Ext_to_diner
    http://s3.postimg.org/lbx7o1nn7/Untitled.png

    And this is the Obj_roof sign
    http://s2.postimg.org/ck66wqcyh/Untitled.png

    Great Poster

    274 Posts

  • #28, by afrlmeThursday, 03. September 2015, 21:21 9 years ago
    When it says the illegal polygon border it is usually because...

    a. the shape is too complicated, or...

    b. something got corrupted / messed up while you were creating the polygon border.

    Deleting the polygon points & recreating them again usually fixes the issue. If not then you may need to create the entire object again. To delete the polygon points: left click on one & then just keep pressing the delete key on your keyboard until they are all gone.

    Imperator

    7278 Posts

  • #29, by ygmantellThursday, 03. September 2015, 22:35 9 years ago
    The obj_roof sign hasn't caused any issues, and I don't think that is the cause of this problem, so I would rather not mess with that. But, the other scene object, I deleted it multiple times, and re-made it multiple times, in hopes of fixing this. Still it did not do anything.

    Great Poster

    274 Posts

  • #30, by ygmantellThursday, 03. September 2015, 22:43 9 years ago
    I did try re-create the object just to see, and it still does the same issue. I guess I can write this over with the story, but i really want this to be fixed, and I dont want to continue with my game, knowing that some stupid bug can potentially mess it up again.
    Thanks

    Great Poster

    274 Posts