• 0

    posted a message on A little bit help on the editor

    @Lascero: Go

    ah okay thx :D

    but ive given up the idea for an td just for now, have everything planned out already but i want a really functional galaxy editor starting to do it... (somehow the german one is missing some texts and discriptions)

    so im trying to figure out how to make a 2d sidescroller.. it should be a small game about my comic "Space Corn" which is basically a remake of Samus Aran but only in an "Pop-Corn Universe" so everything is like popcorn

    some problems with camera and attack have occured... is there any map online which i can download to look at the triggers for that? i basically want an attack which is triggered by pressing the s-key, a-key and d-key are basically the movement also something about jumping would be nice

    Posted in: General Chat
  • 0

    posted a message on A little bit help on the editor

    well, somehow i cant find anything of those things you mentiond -.-

    is there a possible way to download the english galaxy editor? cauz i have the german version and most of the texts and strings within it are buggy. and because of that an error bocks continously pops up and its kind of annoying and of course that the wc3 editor was mostly in english, too. would be easier to get in galaxy editor for me when its in english

    long story short: is there a possible way to download the english galaxy editor?

    Posted in: General Chat
  • 0

    posted a message on A little bit help on the editor

    @Sixen: Go

    well the first spawn works but then it doesnt ^^
    thanx for the advise for the data editor :D
    will be checking it out l8er, have to do some work at home first ^^

    Posted in: General Chat
  • 0

    posted a message on A little bit help on the editor

    I am currently trying to make a custom TD map, but I have several problems concerning my project:

    - First off, the data editor: In the data editor, where can you change size and the actual model of a unit? Where can you add units to the building list? What are the most important things to care about when you create a unit by scrap?

    - The trigger editor My real-time trigger doesnt work as it used to do in the WC3-editor. Variables needed: - Spawn (the spawn counter for each round, increases when a unit gets spawned) - Spawn-limit (the spawn limit for each round. If it is reached the actual spawn trigger turns off) - Timer (adjustable timer concerning when the actual spawn timer should be runned (turned on in this case))

    Here is the basic script: Timer Event: Every 1 second of real-time Action: Set Timer = Timer + 1 If: Timer = 30 Then: Set Timer = 0 Turn on Spawn Trigger Else Do Nothing

    Spawn Trigger Event Every 1 second of realtime Action Spawn 1 Siege Tank at [Point] facing 270 degrees Set Spawn = Spawn + 1 If Spawn = Spawn Limit Then Turn off this trigger Set Spawn = 0 Else Do nothing

    Actually this is the script i used in WC3 and i tried to convert it in SC2-Editor! Could you tell me how to adjust this to SC2-Editor?

    Sorry for my bad english, I didnt learn so much while i had it in school. ;) And thanx for any feedback! PM would be nice!

    Posted in: General Chat
  • To post a comment, please or register a new account.