Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Scriptfehler Deponia-Interface

  • #1, by superscheibenkleiste 14 years ago Zitieren
    Ey Leutz Zu meinem Problem: Ich habe mir die beiden Scripts und Projektdateien zum Deponia-Interface von AFRLme runtergeladen. Die Projektdateien laufen beide einwandfrei. Wenn ich aber das AUTO-Script (auch bei dem Anderen) in MEIN Spiel einfüge, stürzt das Spiel IM EDITOR sofort nach einer halben Sekunde ab. Das fertige Spiel stürzt nicht ab, reagiert aber auch nicht auf mein Mausrad. Die Bedingungen sind Erstellt, und im Script hab ich den Interfacenamen und die Koordinaten geändert. (Sollte das helfen: Wem kann ich die dump.dmp schicken??) Was hab ich für ein Problem? Liegt's an mir? Hab ich was vergessen? Kann mir bitte jemand helfen? lg, Superscheibenkleiste
  • #2, by afrlme 14 years ago Zitieren
    um are you actually copy/pasting my script from the .lua file or are you including the file into the script section of your project like I am doing in my files?

    you should be copy/pasting the script & set as definition.

    do you have many functions / apps running on your computer while running Visionaire Studio? sounds like it's overloading (using too much cpu/memory)

    what does it say in the log file (messages.txt or whatever it's called in German version?)

  • #3, by superscheibenkleiste 14 years ago Zitieren
    Hey I've copyed the script directly out from your .ved file! There are 0,00000000 other programs! I don't understand what I made wrong: the conditions were called "mwheel?" and "slide?", on the way as the Game crashed. I wrote these names myself. but as I copyed the words "mwheel?" and "slide?", the script worked perfectly! Now it works, but I don't know why!?!?!?!??!?! Thanks

    (Maybe sorry for my bad english! I've said it before, I'm 13 smile)

  • #4, by afrlme 14 years ago Zitieren
    no worries - the elevator mechanics script I was working on kept crashing all the time too ... if I closed & re-opened the .ved file it was usually ok - could be stability issue with current version - possibly.

    don't worry about English, it's fine - I would use the translator to translate my English into German ... but the translators are never much good for translating from English into any other language.

  • #5, by Retrogame-Fan 14 years ago Zitieren
    don't worry about English, it's fine - I would use the translator to translate my English into German ... but the translators are never much good for translating from English into any other language.
    Right!
  • #6, by superscheibenkleiste 14 years ago Zitieren
    Kann mir bitte jemand ein Script schreiben in dem:
    -Das Interface durch einen Aktionsteil auf- und abscrollt, und NICHT über das Mausrad?
    Und eines in dem
    -Man die Position des Interfaces OHNE SLIDING ÄNDERN kann
    Danke, Superscheibenkleiste
  • #7, by afrlme 14 years ago Zitieren
    Can someone please write a script I where:
    -The interface through a part of the action up and abscrollt, and does not have the mouse wheel?
    And one in which
    -The position of the interface without SLIDING change can
    Thank you, Superscheibenkleiste


    you want an interface on hover to snap to another position without sliding to the new position?

    you can do that inside of the editor easily enough without any need to use LUA Script! wink

    on mouse over: interfaces > set interface position (x=?, y=?) [absolute]
    


    P.S: did you check the new version of the deponia interface script I uploaded?
    you can use on mouse over or mouse wheel modes & it shows examples for all 4 directions (left, right, bottom & top)
  • #8, by superscheibenkleiste 14 years ago Zitieren
    Sorry, but we had a misunderstanding:
    I want to have 2 Scripts.
    In the first, the interface position should be changed by an action part. SLIDING
    (When you for example press SPACE, the interface should scroll down)
    In the second script, the interface should change the position directly. WITHOUT SLIDING
    (To change the position by an action part every times)
  • #9, by afrlme 14 years ago Zitieren
    well second is simple as I mentioned in my previous message:

    as for the sliding out on key input - you just need to set/change a condition/value inside of the key input area of the editor, which said condition/value would then be included into the deponia script I wrote.

    you more or less: need to rip out anything from my script you don't need & then edit it to suit your needs. I currently don't have time to sort it out - sorry.
  • #10, by superscheibenkleiste 14 years ago Zitieren
    Sorry, but I don't know what I need for the new script! Can you help again please?
    I understand nothing of scripting
    thanks
  • #11, by afrlme 14 years ago Zitieren
    I don't know exactly what you want & it's kind of hard to explain on account of me not knowing much German or you not knowing much English but if you could explain exactly what you want in some more detail then maybe I or someone else could help.

    Could explain in German & maybe SimonS could give you an example of what you need to do - if he's not too busy? (probably is mind)