Seite 713 von 2417 ErsteErste ... 21346359365368370971071171271371471571671774377383396312131713 ... LetzteLetzte
Ergebnis 7.121 bis 7.130 von 24170

Thema: Der wirklich allgemeine Thread (Teil 1)

  1. #7121

    Smalltalk Star
    Het doel heiligt
    de middelen.
    Avatar von !Xirteg!
    Registriert seit
    23.09.2006
    Ort
    Gelsenkirchen

    Standard AW: Der wirklich allgemeine Thread

    Zitat Zitat von Max Beitrag anzeigen
    Ich kann sogar keine schönen Maps in Strategiespielen erstellen, wie z.B. Age of Empires III, oder Age of Empires II
    Ich hab ma eine in Battlefield 1942 geschafft. Voll geil war das Teil .
    ein 48 jähriger könnte dein mind voll nciht nach china blowen ey - RP-01

  2. #7122

    Standard AW: Der wirklich allgemeine Thread

    Zitat Zitat von Alex22 Beitrag anzeigen
    Ich weis nicht wie das mit den Displacements geht...

    Aber in Warcraft 3 ohhaa da kann ich mappen sag ich euch!
    ich verstehe garnicht wie der editor in warcraft 3 funktionier xD

    Zitat Zitat von Shiny
    22:11 - SHIMSR: ich muss jetzt anschaffen gehen
    22:11 - SHIMSR: wir sehen uns morgen

  3. #7123
    Avatar von Alex22
    Registriert seit
    11.11.2005
    Ort
    Berlin

    Standard AW: Der wirklich allgemeine Thread

    Zitat Zitat von Max Beitrag anzeigen
    Ich kann sogar keine schönen Maps in Strategiespielen erstellen, wie z.B. Age of Empires III, oder Age of Empires II
    Warcraft 3 ist ein Strategiespiel

    Zitat Zitat von Effe_93 Beitrag anzeigen
    ich verstehe garnicht wie der editor in warcraft 3 funktionier xD
    1sen und 0en Effe 1sen und 0en...



  4. #7124

    Smalltalk Star
    Het doel heiligt
    de middelen.
    Avatar von !Xirteg!
    Registriert seit
    23.09.2006
    Ort
    Gelsenkirchen

    Standard AW: Der wirklich allgemeine Thread

    Ich liebe Gmod .
    Diese Emotion musst mal raus .
    ein 48 jähriger könnte dein mind voll nciht nach china blowen ey - RP-01

  5. #7125
    Avatar von Seamus
    Registriert seit
    27.06.2006
    Ort
    Winterthur, Schweiz

    Standard AW: Der wirklich allgemeine Thread

    Zitat Zitat von Alex22 Beitrag anzeigen
    1sen und 0en Effe 1sen und 0en...
    Macht Sinn

    Empire Earth hatte einen geilen Editor, einfach und doch leisungsfähig. Ich hab glaube ich mehr Zeit im Editor verbracht als im eigentlichen Spiel

  6. #7126

    Standard AW: Der wirklich allgemeine Thread

    Code:
    Answered
        Events
            Player - Player 1 (Red) types a chat message containing <Empty String> as A substring
            Player - Player 2 (Blue) types a chat message containing <Empty String> as A substring
            Player - Player 3 (Teal) types a chat message containing <Empty String> as A substring
            Player - Player 4 (Purple) types a chat message containing <Empty String> as A substring
            Player - Player 5 (Yellow) types a chat message containing <Empty String> as A substring
            Player - Player 6 (Orange) types a chat message containing <Empty String> as A substring
            Player - Player 7 (Green) types a chat message containing <Empty String> as A substring
            Player - Player 8 (Pink) types a chat message containing <Empty String> as A substring
            Player - Player 1 (Red) Selects a unit
            Player - Player 2 (Blue) Selects a unit
            Player - Player 3 (Teal) Selects a unit
            Player - Player 4 (Purple) Selects a unit
            Player - Player 5 (Yellow) Selects a unit
            Player - Player 6 (Orange) Selects a unit
            Player - Player 7 (Green) Selects a unit
            Player - Player 8 (Pink) Selects a unit
            Player - Player 1 (Red) skips a cinematic sequence
            Player - Player 2 (Blue) skips a cinematic sequence
            Player - Player 3 (Teal) skips a cinematic sequence
            Player - Player 4 (Purple) skips a cinematic sequence
            Player - Player 5 (Yellow) skips a cinematic sequence
            Player - Player 6 (Orange) skips a cinematic sequence
            Player - Player 7 (Green) skips a cinematic sequence
            Player - Player 8 (Pink) skips a cinematic sequence
        Conditions
            Has_Answered[(Player number of (Triggering player))] Equal to 0
        Actions
            Special Effect - Create a special effect at (Position of Units[(Player number of (Triggering player))]) using Abilities\Spells\Orc\SpiritLink\SpiritLinkTarget.mdl
            Set Special_Effect[(Player number of (Triggering player))] = (Last created special effect)
            -------- String --------
            If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                If - Conditions
                    Right_Answer Not equal to Empty String
                Then - Actions
                    If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                        If - Conditions
                            (Entered chat string) Equal to Right_Answer
                        Then - Actions
                            Do nothing
                        Else - Actions
                            Skip remaining actions
                Else - Actions
                    -------- Unit --------
                    If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                        If - Conditions
                            Right_Unit Not equal to No unit
                        Then - Actions
                            If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                                If - Conditions
                                    (Triggering unit) Equal to Right_Unit
                                Then - Actions
                                    Do nothing
                                Else - Actions
                                    Skip remaining actions
                        Else - Actions
                            -------- Escape --------
                            If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                                If - Conditions
                                    Escape_Press Equal to 1
                                Then - Actions
                                    Do nothing
                                Else - Actions
                                    Skip remaining actions
            -------- ===== --------
            Set Players_answered = (Players_answered + 1)
            Set Has_Answered[(Player number of (Triggering player))] = 1
            Set Player_Time[(Player number of (Triggering player))] = Timer
            Set All_Seconds[(Player number of (Triggering player))] = (All_Seconds[(Player number of (Triggering player))] + Player_Time[(Player number of (Triggering player))])
            Multiboard - Set the text for Time_board item in column 2, row Multiboard_position[(Player number of (Triggering player))] to ((Substring((String(Player_Time[(Player number of (Triggering player))])), 1, ((Length of (String(Player_Time[(Player number of (Triggering player))]))) - 1))) +  Seconds)
            If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                If - Conditions
                    Players_answered Equal to Players_there
                Then - Actions
                    Trigger - Turn off (This trigger)
                    Trigger - Run Round End <gen> (ignoring conditions)
                Else - Actions
                    Do nothing
    Nur ein Trigger meiner Map..

  7. #7127

    Smalltalk Star
    Het doel heiligt
    de middelen.
    Avatar von !Xirteg!
    Registriert seit
    23.09.2006
    Ort
    Gelsenkirchen

    Standard AW: Der wirklich allgemeine Thread

    Zitat Zitat von Maurice
    Bla
    Öhm?
    Geändert von Maurice (09.04.2007 um 21:50 Uhr) Grund: sorry!
    ein 48 jähriger könnte dein mind voll nciht nach china blowen ey - RP-01

  8. #7128
    Avatar von Max
    Registriert seit
    20.09.2006
    Ort
    香港

    Standard AW: Der wirklich allgemeine Thread

    Zitat Zitat von Seamus Beitrag anzeigen
    Macht Sinn

    Empire Earth hatte einen geilen Editor, einfach und doch leisungsfähig. Ich hab glaube ich mehr Zeit im Editor verbracht als im eigentlichen Spiel
    Empire Earth ? Zufällig benötige ich dort ein bisschien Hilfe Nämlich funktionieren meine Auslöser* nie und wie mache ich Regen?
    * Doch schon, nur passiert da nicht was ich will, sondern genau das Gegenteil oder es passiert garnichts
    http://garrysmod.de/forum/custom/signaturepics/sigpic1051_7.gif

  9. #7129
    Avatar von Seamus
    Registriert seit
    27.06.2006
    Ort
    Winterthur, Schweiz

    Standard AW: Der wirklich allgemeine Thread

    Ich habe keine Ahnung, ich habe schon bestimmt seit 2 Jahren nicht mehr gespielt

  10. #7130

    Standard AW: Der wirklich allgemeine Thread

    Zitat Zitat von Effe_93 Beitrag anzeigen
    ich verstehe garnicht wie der editor in warcraft 3 funktionier xD
    Ich hab mich auch heute dran versucht. Das war ein totaler Reinfall. Mal gucken ob noch was aus mir und dem Editor wird. Solang hab ich ja meinen Holy Hammer.


    [youtube]RiV_ue-PbL4[/youtube]

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •