• 0

    posted a message on $ REWARD: Phoenixes face target while attacking due to TurretZ on .m3 file... make a TurretZ on Marine.m3? EDIT: PAYING MONEY

    @Skizot: Go

    Wonderful, thanks!

    I had no illusion that they were "easier" to do, I simply need the marine models, the zerg models are less critical.

    The price is a reflection of the fact that the first hurdle is "how to modify a model to meet this requirement". Once that was figured out it would be simple for the rest.

    I am currently at work but I will be home this evening and get in contact with you.

    Posted in: Requests
  • 0

    posted a message on Modifying a custom mover in-game?

    @Circulation: Go

    For option 2, I was assuming you would be changing the mover on the unit during its course, not before firing it.

    You can easily use the same damage effect for any number of fireballs. If you intend on launching different units though I believe you will need different Launch Missile effects for each one, which you could select through a Switch effect, based on whichever one they had selected.

    Morphing was more for "in flight change to mover".

    If you only want to modify the mover before firing the fireball then you don't need Morph at all.

    Posted in: Data
  • 0

    posted a message on Modifying a custom mover in-game?

    @Circulation: Go

    Option 1

    You might be able to use the "Modify Catalog Value" trigger action to change this, however it would change it for every unit using that mover.

    Option 2

    Most likely your best option is to use a Morph ability to morph into an identical unit with the new mover.

    • So make your Fireball unit A with mover A. Give it a "Morph to Fireball B" ability.
    • Duplicate fireball A into Fireball B, set Fireball B's mover to mover B.
    • Give Fireball B a "Morph to Fireball A" ability.

    So:

    Fireball A

    • Mover: A
    • Morph: to Fireball B

    Fireball B

    • Mover: B
    • Morph: to Fireball A

    Burrowed roaches use this to switch their mover.

    Obviously this can be extended to any number of movers (Fireball C, Fireball D, etc)

    Option 3

    It may be possibly to simply use behaviors to modify the acceleration and max speed values, causing the zig-zag to increase in intensity without modifying the Mover object.

    Posted in: Data
  • 0

    posted a message on $ REWARD: Phoenixes face target while attacking due to TurretZ on .m3 file... make a TurretZ on Marine.m3? EDIT: PAYING MONEY

    I will pay via Paypal if this is accomplished properly

    1. Must be able to import the model file into the SC2 editor
    2. Model must be the same as the basic model, with all animations, attachment points, etc, only with the addition of a TurretZ like the *Phoenix* model

    Marine models: $10 Bounty for the following two

    1. Marine model with TurretZ
    2. War-pig model with TurretZ

    Optional upon completion of marines: $2 Bounty each for the following five

    1. Baneling model with TurretZ
    2. Hydralisk model with TurretZ
    3. Ultralisk model with TurretZ
    4. Mutalisk model with TurretZ
    5. Zergling model with TurretZ

    If you do all of them, that is $20 total ($10 for the Marines, $2 each for the 5 Zerg models)

    The Marine set must be done prior to the zerg models.

    Posted in: Requests
  • 0

    posted a message on View user's forum posts?

    @progammer: Go

    Right, but it sorts by the last post of *any* user, not the user you are searching for. Also, as I noted, it will list out anything with your name. Sure would suck if your name was "Marine" or something, good luck finding your posts.

    Anyway, a list of posts by a user is one of the most basic features of a forum, and would be insanely useful for tracking what you've replied to and see if there have been any follow-ups.

    Please implement it, it would be very simple.

    Posted in: General Chat
  • 0

    posted a message on Working! Ability - Damage taken by unit also taken by...

    @kramcomposer: Go

    How about posting how you accomplished it rather than just the results?

    Posted in: Data
  • 0.96353591160221

    posted a message on Removing the F key hero

    Or just unflag the unit as a hero under Unit - Flags

    Posted in: Data
  • 0

    posted a message on View user's forum posts?

    Either I'm missing something extremely obvious, or there is no simple way to view a user's post history, not even your own.

    You can search for a user's name in the search box, but that will return results of quoted posts, and also seems to be completely unsortable by date.

    I really just want a simple "view user's posts in descending chronological order" functionality.

    Posted in: General Chat
  • 0

    posted a message on $ REWARD: Phoenixes face target while attacking due to TurretZ on .m3 file... make a TurretZ on Marine.m3? EDIT: PAYING MONEY

    Hey artists!

    As detailed here, there is a huge demand for the ability to have a unit face its target while attacking, in the same way that a phoenix does: http://forums.sc2mapster.com/development/map-development/7785-phoenix-behaviour

    The problem is that the Phoenix model itself (.m3 file) has a TurretZ attachment or axis or whatever, and without that nothing can mimic the behavior.

    My request/challenge is to edit the basic Marine model to include TurretZ, for the capability to face and attack a target while moving.

    If someone here would do this, I will import the edited Marine model and set up all the data in a test map showcasing the Phoenix-like behavior on a Marine, and upload it here on the site for anyone to use and view.

    This would be greatly appreciated by mapmakers.

    Thanks if so!

    Posted in: Requests
  • 0

    posted a message on Phoenix behaviour.

    I've been toying around with this in the editor, attempting to utilize a tiny phoenix model with "real" actor attached as a turret.

    I've had middling success after one evening, where I have a marine that will face his target, but does not perform his "walk" animation at all.

    I think I have a lot of work to go, it seems like a huge workaround. The way I see it, you have to effectively forward all of the events of the phoenix-model actor to the "real" actor you are trying to use, and probably use some site operations and such to get the weapon attachment points where they need to be, etc.

    What would likely be even better is to edit the actual .m3 files and add the TurretZ attachment.

    edit: I put out a request to the Artist Tavern: http://forums.sc2mapster.com/development/artist-tavern/requests/17700-challenge-phoenixes-face-target-while-attacking-due/ Post support in that thread and maybe someone will help us out!

    Posted in: Miscellaneous Development
  • 0

    posted a message on Highest Integer in Array
    Quote from SouLCarveRR: Go

    @siege911: Go

    A sorting algorithm .... changes the order of the values in an array to be in order of min-max or vice versa

    what you want to do is just a simple loop through all the values to determine the highest value i think.

    SouLCarveRR is correct here. The original question was not how to sort, but rather simply to find the largest value.

    I have not messed with arrays in the editor, but if they do not have a built-in equivalent of a max() function that returns the largest value in an array, the all you really need to do it yourself is make a Function and

    Function: MaxIntegerInArray (assuming parameter: an array of integers named integerArray)

    • Local variable: largestFoundInteger = integer (default value 0)
    • Local variable index
    • For Each Integer (index) from (0) to (length of (integerArray)) incrementing by 1 {
      • If (integerArray[index] > largestFoundInteger){
        • largestFoundInteger = integerArray[index]
      • }
    • }
    • return largestFoundInteger
    Posted in: Triggers
  • 0

    posted a message on Does triggering player work with mouse move?

    @SexLethal: Go

    Yes, it does, despite being greyed out.

    Posted in: Triggers
  • 0

    posted a message on Condition check to see if unit is an Item

    Are your items invulnerable? If so, just filter on that.

    Posted in: Triggers
  • 0

    posted a message on How do you create a ripple effect?

    @SkrowFunk: Go

    When I looked for a similar visual effect, it seemed that the ripple was part of specific models (.m3 file), rather than its own model. However that does not mean it does not exist, I may have simply not found it.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Auto repair- auto attack?

    @Selfcreation: Go

    You could use an ability of type Behavior, and enable the Auto-cast and Smart commands, I believe.

    Make the corresponding Behavior enable the weapon when active, disable when not present.

    Not 100% that will work but sounds close.

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