Your "success" so far

Saldu

New Member
Reaction score
1
How did you test it in Bnet?

There's a trick with replacing an original map file (after you've hosted it) in your cache folder with another mapfile, the game will play any map like that, also possible for multiple players if all of them replace their files.

Hmm, so I managed something too...: ^^

edit: shoot with s and move with arrow keys

Nicely done, but I noticed something which I don't quite understand.
I'm german and started with a german galaxy editor after patch9, and the translation is really horrible at the moment, so I re-downloaded the complete sc2 beta client to get the english editor.
However, after I opened my map that was saved with the german editor in the english editor, every single string was completely messed up, every variable name, every text for buttons, everything.
I get the exact same thing when I open (and play, ofc) your map with the english editor, and since you named one of your trigger folders "Nützliches", I assume you are at least german, but are you using the german editor?
 

Zwiebelchen

You can change this now in User CP.
Reaction score
60
Yeah, the german editor is really disgusting. I can't understand why blizzard even bothered translating the editor ... I mean ... the translation is so weird and horrible, that it would be better to just read the english descriptions instead of trying to understand the german translations.

I for myself watch triggers with "Show raw data" (Ctrl+D) - which replaces almost all translated functions by the internal names. Much easier to read, too.
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
887
I'm unable to efficiently do anything in the editor because it screws up my computer fairly quickly. :/
I've had it crash my computer twice now while trying to test maps.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,663
I'm unable to efficiently do anything in the editor because it screws up my computer fairly quickly. :/
I've had it crash my computer twice now while trying to test maps.
I thought doctors don't mess with the codes. :rolleyes:
 

Arkless

New Member
Reaction score
31
Very nice work. Amazing how well the new UI interface buttons/menues work.
Can't wait to use em too.

PS: Don't know if you already tested your map in Bnet ... I did some minutes ago and it seemed that the Delay on Keypress events is rather very small compared to WC3. However, you can still "feel" the difference between solo and multiplayer in terms of reaction speed. But I feel like finally FPS styled games are possible, even in bnet.

:3 I love you *caugh* :D
That was one of my biggest questions.

Have you tested it in a multiplayer game? I don't know yet if it works with more then 1 player >.<

Nicely done, but I noticed something which I don't quite understand.
I'm german and started with a german galaxy editor after patch9, and the translation is really horrible at the moment, so I re-downloaded the complete sc2 beta client to get the english editor.
However, after I opened my map that was saved with the german editor in the english editor, every single string was completely messed up, every variable name, every text for buttons, everything.
I get the exact same thing when I open (and play, ofc) your map with the english editor, and since you named one of your trigger folders "Nützliches", I assume you are at least german, but are you using the german editor?

All the strings are localized for your language, if you want to change the language of the editor you should just copy the localization file and change the name to us instead of eu (open your map with an mpq editor v2+ [version 1 mpqs crash the editor as well as the game]).
 

Saldu

New Member
Reaction score
1
Have you tested it in a multiplayer game? I don't know yet if it works with more then 1 player >.<

I tried your system too, singleplayer started via editor works fine, singleplayer via battlenet works fine, however, when I tried it with 2 vehicles at once (with 2 players, ofc) the game crashes ~3s after the vehicles spawn.
But of course I could have messed something up while adding the 2nd player.
Triggers I used:

Init:
Racestart
Events
Game - Player 1 types a chat message containing "-racestart", matching Exactly
Local Variables
Conditions
Actions
Unit - Create 1 Hellion for player 1 at Point 001 facing 270.0 degrees (No Options)
Variable - Set Vehicles[0] = (Last created unit)
Unit - Create 1 Hellion for player 2 at Point 001 facing 270.0 degrees (No Options)
Variable - Set Vehicles[1] = (Last created unit)
Camera - Pan the camera for player 1 to (Position of Vehicles[0]) over 0.0 seconds with Existing Velocity% initial velocity, 10% deceleration, and Do Not use smart panning
Camera - Lock camera input for player 1
Camera - Pan the camera for player 2 to (Position of Vehicles[1]) over 0.0 seconds with Existing Velocity% initial velocity, 10% deceleration, and Do Not use smart panning
Camera - Lock camera input for player 2
UI - Hide game UI for (All players)
UI - Hide the mouse cursor for (All players).
Variable - Set Racestarted = true
Trigger - Run Loop (Ignore Conditions, Don't Wait until it finishes)
Animation - Play Walk animation for (Actor for Vehicles[0]) as Default, using Full Match, Play Forever options and Default Time blend time
Animation - Play Walk animation for (Actor for Vehicles[1]) as Default, using Full Match, Play Forever options and Default Time blend time

Loop:
Loop
Events
Local Variables
Conditions
Actions
General - While (Conditions) are true, do (Actions)
Conditions
Racestarted == true
Actions
Variable - Set Speed[0] = (0.9 * (Speed[0] + (P1 Keys[0] + P1 Keys[1])))
Variable - Set Speed[1] = (0.9 * (Speed[1] + (P2 Keys[0] + P2 Keys[1])))
Unit - Make Vehicles[0] face ((Facing of Vehicles[0]) + (6.0 * (P1 Keys[2] + P1 Keys[3]))) over 0.0 seconds
Unit - Make Vehicles[1] face ((Facing of Vehicles[1]) + (6.0 * (P2 Keys[2] + P2 Keys[3]))) over 0.0 seconds
Unit - Move Vehicles[0] instantly to ((Position of Vehicles[0]) offset by Speed[0] towards (Facing of Vehicles[0]) degrees) (Blend)
Unit - Move Vehicles[1] instantly to ((Position of Vehicles[1]) offset by Speed[1] towards (Facing of Vehicles[1]) degrees) (Blend)
Camera - Pan the camera for player 1 to (Position of Vehicles[0]) over 0.0 seconds with Existing Velocity% initial velocity, 10% deceleration, and Do Not use smart panning
Camera - Pan the camera for player 2 to (Position of Vehicles[1]) over 0.0 seconds with Existing Velocity% initial velocity, 10% deceleration, and Do Not use smart panning
General - Wait 0.0 Game Time seconds
 

Saldu

New Member
Reaction score
1
Like, actually launching itself there in the sense of leaving the old location, flying towards it's target and landing there? Or rather like a missile that looks like the launching unit?
 

Saldu

New Member
Reaction score
1
Does it deal it's actual melee damage while doing so? Sounds like an awesome ranged, single-target baneling-like thing if it does.
 

BANANAMAN

Resident Star Battle Expert.
Reaction score
150
My attempt to create one of the most imba carriers ever.

God the Editor is confusing.
 

BANANAMAN

Resident Star Battle Expert.
Reaction score
150
I just slapped the abilities there tested it and they do there desired effects. Minus projectiles and what not.

Basically i have no idea how to make them work properly.
 

Sevion

The DIY Ninja
Reaction score
413
I've been continuously working on Helper Bound and..... for some reason, my triggers keep bugging :( It seems turning off a trigger that registers unit death and then killing a unit while that trigger is off then turning that trigger back on after killing said unit does not work. It still fires that trigger...
 

Renendaru

(Evol)ution is nothing without love.
Reaction score
309
I've found out that going to File > Preferences > Video, allows you to set what video settings it's at. By default, it's your game settings. o.o

Edit: In-game rendering, inside the editor...

Edit Again: And... Wayyy better lighting.
 

Attachments

  • Terrain 004.jpg
    Terrain 004.jpg
    327 KB · Views: 430
  • Terrain 005.jpg
    Terrain 005.jpg
    429.5 KB · Views: 413
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Varine Varine:
    I ordered like five blocks for 15 dollars. They're just little aluminum blocks with holes drilled into them
  • Varine Varine:
    They are pretty much disposable. I have shitty nozzles though, and I don't think these were designed for how hot I've run them
  • Varine Varine:
    I tried to extract it but the thing is pretty stuck. Idk what else I can use this for
  • Varine Varine:
    I'll throw it into my scrap stuff box, I'm sure can be used for something
  • Varine Varine:
    I have spare parts for like, everything BUT that block lol. Oh well, I'll print this shit next week I guess. Hopefully it fits
  • Varine Varine:
    I see that, despite your insistence to the contrary, we are becoming a recipe website
  • Varine Varine:
    Which is unique I guess.
  • The Helper The Helper:
    Actually I was just playing with having some kind of mention of the food forum and recipes on the main page to test and see if it would engage some of those people to post something. It is just weird to get so much traffic and no engagement
  • The Helper The Helper:
    So what it really is me trying to implement some kind of better site navigation not change the whole theme of the site
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such
  • Varine Varine:
    That's mostly what I've been looking at
  • Varine Varine:
    I don't think I'm dealing with quite the same pressures though, at the very least its a significantly smaller system. For the time being I'm just going to put together a quick scrubby box though and hope it works good enough to not make my house toxic
  • Varine Varine:
    I mean I don't use this enough to pose any significant danger I don't think, but I would still rather not be throwing styrene all over the air

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top