Cutscene in show scene/menü (Solved..kinda)

  • #10, by elecTuesday, 14. February 2017, 13:45 7 years ago
    13:38:34: Engine Version: 4.2.5 (Build 1185 from Build date: Nov 24 2015)
    13:38:34: Time needed for preloading game: 4 msec
    13:38:35: Initializing graphics interface. Surface size: 1920x1080, render size: 1920x1080
    13:38:35: Using Framebuffer with texture.
    13:38:35: red, green, blue, alpha, depth size: , doublebuffer , accelerated
    13:38:35: Serialization finished. Needed time: 50 ms
    13:38:35: SetupParents finished. Needed time: 0 ms
    13:38:35: SortLinks finished. Needed time: 0 ms
    13:38:35: Interfaces loaded. Needed time: 0 ms
    13:38:35: Scripts loaded. Needed time: 1 ms
    13:38:35: Time needed for loading game: 299 msec
    13:38:39: log: Fragment shader failed to compile with the following errors:
    ERROR: 0:13: error(#164) l-value required: assign "color" (can't modify a uniform)
    ERROR: error(#273) 1 compilation errors.  No code generated

    13:38:39: log: Fragment shader(s) were not successfully compiled before glLinkProgram() was called.  Link failed.
    13:38:58: C:\Users\Frank\AppData\Local/VisionaireStudio/A new Hope/

    Forum Fan

    109 Posts


  • #11, by afrlmeTuesday, 14. February 2017, 14:40 7 years ago
    Hmm, quick question: have you set the animation center for each character animation? If you don't then the character will likely end up off screen somewhere.

    Anyway, not really seeing anything wrong in that screenshot. Would you be willing to send me the ved & resource files? Still think it's something you've overlooked, or possibly a corruption issue.

    Imperator

    7278 Posts

  • #12, by elecTuesday, 14. February 2017, 15:56 7 years ago
    https://workupload.com/file/SLphAPy
    theres my folder
    and yes, i did :/

    Forum Fan

    109 Posts

  • #13, by afrlmeTuesday, 14. February 2017, 16:45 7 years ago
    Character is showing up for me. Tried using Lua to change scene & also created a key event to change to scene & set current character to the only scene object on space released.

    Both worked fine.

    Ok... are you working on windows, mac or both?

    Imperator

    7278 Posts

  • #14, by elecTuesday, 14. February 2017, 16:50 7 years ago
    Im working on Windows.
    So somehow he appears now when i use "change scene to "Im Kleiderschrank" but when i actually play to the scene he doesnt.

    Forum Fan

    109 Posts

  • #15, by afrlmeTuesday, 14. February 2017, 17:40 7 years ago
    Ok, right I assume you are talking about the npc?

    I noticed that you have not added any animation sprites to the left & right walk & idle animations. Just because you didn't add any animation sprites to them doesn't mean that the engine won't try to display the animations for said directions. The only way to get it to force displaying the next nearest animation is to remove any empty animation tables from the characters idle, walk, talk & random animation sections entirely.

    https://i.gyazo.com/7bb1d251c5dd40c809d9df60375dbe6b.png

    By the way, which scene & scene object changes to the scene in question? My German is not so great, so I'm randomly clicking scene objects to see what each one is linked to.

    Imperator

    7278 Posts

  • #16, by elecTuesday, 14. February 2017, 18:09 7 years ago
    If Value "Empathie aufgebaut" >= 3 then the action area in "Shinaryas Haus" kicks in and the main character has to hide, you can get the value high by clicking the other objects, then you click on the wardrobe to hide and the scene changes to "Im kleiderschrank" "in the wardrobe"

    Tried to delete the nonexistant ones, still not appearing

    Forum Fan

    109 Posts

  • #17, by afrlmeTuesday, 14. February 2017, 19:28 7 years ago
    Really not understanding the problem. I've changed to Shinaryas Haus scene. Changed condition verstecken to true. clicked on wardrobe. it changed to the scene & I can see the npc commander character.

    Imperator

    7278 Posts

  • #18, by elecTuesday, 14. February 2017, 20:34 7 years ago
    Did the same and it worked for me 2, but everytime i normally play the Game, it doesnt work somehow

    Forum Fan

    109 Posts

  • #19, by afrlmeTuesday, 14. February 2017, 22:57 7 years ago
    Sorry mate, I'm not sure what the problem is. Maybe could try deleting the scene & rebuilding it. See if it's a corruption issue.

    Imperator

    7278 Posts

  • #20, by esmeraldaWednesday, 15. February 2017, 09:14 7 years ago
    Are you starting your game from a savegame? That often causes problems if you made some changes since the save.

    Key Killer

    513 Posts