• 0

    posted a message on (Solved) TD Issues ( canceling tower gives 75% mins why?)

    @ElBushido: Go

    Ok fugured it out. Tho it has nothing to do with Abil/refund it does with the builders build ability cost refund:

    changing the "Cost:Refund Fraction" to -1 from -0.75 in the builders build ability will get rid of this problem.

    Thx for the tip bud!

    Posted in: Data
  • 0

    posted a message on TD Issues Why canceling tower gives only 75% of money back?

    @ElBushido: Go

    I have a new problem...

    When I cancel the tower while building it gives me only 75% of the minerals back for some reason.

    I know in a meele game it does the same, but how do I change that to 100% ?

    Posted in: Data
  • 0

    posted a message on (Solved) TD Issues ( canceling tower gives 75% mins why?)

    @Enexy: Go Am i to add it to the tower or?

    Posted in: Data
  • 0

    posted a message on (Solved) TD Issues ( canceling tower gives 75% mins why?)

    I have a new problem...

    When I cancel the tower while building it gives me only 75% of the minerals back for some reason.

    I know in a meele game it does the same, but how do I change that to 100% ?

    Posted in: Data
  • 0

    posted a message on TD Issues Why canceling tower gives only 75% of money back?

    @ElBushido: Go

    Hi !

    I forgot to mention that you need an actor for your footprint dummy...

    Duplicate any actor than edit the "Death effect Model" to none and the "Death effect sound" to none.

    Modify all the sounds to none.

    Modify the Radius to 0.

    Modify "Scale Maximium" to 0.5

    Modify Scale Minimum" to 0.5 ( only for testing so you see the footprint, it wont matter as soon as you check "no draw")

    And finally at the very bottom of the right side you'll see: Token/( unit name) under unit name you need to change this to the footprint dummy unit.

    Thanks for reading ! Good Luck!

    Posted in: Data
  • 0

    posted a message on TD Issues Why canceling tower gives only 75% of money back?

    @ElBushido: Go

    Hi all !

    I have the solution for this now:

    1st we need a footprint dummy so go to data and make a new unit and name it to w/e you wish ( mine is "TD FP"):

    -add a footprint to it ( i gave a 1x1 to footprint pathing and pathing placemment)

    -don't change anything on the footprint

    -in the "flags" section uncheck: "movable" ; check: "untargetable, unselectable, undetectable, uncommandable,not on radar, no tooltip, no score, no portray talk, no draw( this will hide the unit so check this when everything is done and working)

    Now we need to change the colliders on the actual tower and the mob(s)

    Go to your towers "Collide" section and check: "unused(Land10)". If you want your flying mob to "walk" through the maze than check : "unused (Air10) as well ( it doesn't nessesary have to be unused(land/air 10) it can be any other but, has to be one of the "unused" ones.Remove any other collider.

    For the mobs:

    ground mob collide = add "unused(Land10) ( the one you chose for your tower) leave the rest as is. air mob collide = add "unused(Air10) ( the one you chose for your tower) leave the rest as is.

    We need to add these colliders to make sure the mobs collide with our tower to prevent the separation of the footprint from the tower when trying to build on top of the mob thats running through the area ( it happened to me while tasting, thats how I came up with this solution)

    OK, so we are done with the colliders now let jump to the triggers!

    Make a new trigger and name it to something like "Remove FP" and do this:

    Event: (none)

    Action:

    - Unit - Kill (Closest unit to (Position of (Triggering unit)) in (TD FP units within 0.1 of (Position of (Triggering unit)) where player (Triggering player) matches filter Excluded: Missile, Dead, Hidden, with at most Any Amount))

    Now lets create a new trigger and name it to "Apply FP" that should look like this:

    Event:

    - Unit - Any Unit construction progress is Started

    Action:

    - Unit - Create 1 TD FP for player (Triggering player) at (Position of (Triggering unit)) facing 270.0 degrees (No Options)

    Where "TD FP" is the name of your unit, if i.e you named it to "Blocker" than it should be:

    - Unit - Create 1 Blocker for player (Triggering player) at (Position of (Triggering unit)) facing 270.0 degrees (No Options)

    And make a General custom scrip and copy-paste this to it:

    TriggerAddEventUnitDied(gt_RemoveFP,UnitRefFromUnit(EventUnitProgressUnit()));

    Where "gt_RemoveFP" is the name of your trigger that removes the dummy if the tower dies. I.e you named that trigger to "Kill Dummy" than it should look like this:

    TriggerAddEventUnitDied(gt_KillDummy,UnitRefFromUnit(EventUnitProgressUnit()));

    Now we have a tower that has a footprint, but still rotates towards the enemy its shooting!

    Good luck with your TDs !

    Huge thanks goes out to :

    DrSuperEvil

    TheFed

    Posted in: Data
  • 0

    posted a message on TD Issues Why canceling tower gives only 75% of money back?

    @ElBushido: Go

    This is what i did: I made a tower (its a DT) I wanted it to turn with the enemy so instead of giving it a footprint I just made it unmovable, than I modified an auto turret (named it TDFP) to be my footprint for the tower. I added a trigger and named it to "Apply FootPrint Dummy". This is how it looks like:

    Event -Unit-Any Unit construction progress is Started

    Action -Unit-Create 1 TDFP for player(Triggering PLayer) at (Position of (Triggering Unit)) facing 270.0 degrees (No Option)

    It works perfectly. It creates my modified turret under the tower and acts as a blockage, but in the same time my tower turns towards the mob its shooting!

    The only hick-up I have with this is that i dont know how to remove/destroy this turret if say I cancel the tower before its constructed or if I sell the tower. Right now if i do that the turret stays where it was created....

    Posted in: Data
  • 0

    posted a message on TD Issues Why canceling tower gives only 75% of money back?

    @DrSuperEvil: Go

    This TD will not have the mob attacking the towers they just run through the designated player area and player kills as much as he/she can.

    With dummy i can apply the same to all the units created instead of making each and every tower with a turret.

    Reducing collision u mean units radius or..?

    Posted in: Data
  • 0

    posted a message on TD Issues Why canceling tower gives only 75% of money back?

    @DrSuperEvil: Go

    Hi,

    I was able to add a footprint dummy to my tower trough triggers. Its a modified auto-turret (so when a player builds a tower its actually 2 units )

    I still have some problems tho..:

    1: I need to remove the dummy when the tower is sold or canceled while building

    2: My mob is spawning in a bunch which makes them run around when the path is choked(mazed) so I need to get my mob to spawn following each other, but I have no idea how to do that

    3:I have trouble figuring out how to disallow blocking the path complitely with towers ( say player can build 8 towers in a row but the 8th would block path so it needs to be destroyed before it starts to build thus leaving a hole for the mob to pass trough the maze)

    Help plz :(

    Thx

    Posted in: Data
  • 0

    posted a message on TD Issues Why canceling tower gives only 75% of money back?

    @ElBushido: Go

    Hi all !

    So i have some towers ready, but like to make them face the target(s) while attacking. I searched around but didnt find any specific answer that would explain it step by step.

    Plz help if u know how to get this workin thx !

    Posted in: Data
  • 0

    posted a message on TD Issues Why canceling tower gives only 75% of money back?

    @DrSuperEvil: Go

    Thx man i went back to check the footprint and there are 3 of them Footprint, dead , placement; turns out i added the footprint for dead ( i'm not even sure if I need this ) and footprint but not to placement lol ( what a fool lol) XD thx bud

    Posted in: Data
  • 0

    posted a message on TD Issues Why canceling tower gives only 75% of money back?

    @ElBushido: Go Hi,

    I crashed into a build problem. I want to use Stone Zealot as a tower, but i can't get my builder to build it. I gave a button and all but it wont place it. Error message : can't place location invalid Whats happening?

    Posted in: Data
  • 0

    posted a message on TD Issues Why canceling tower gives only 75% of money back?

    @DrSuperEvil: Go

    Thx a buch!!

    Ill get on to work on it right away!

    Hopefully i wont bother you with this anymore ;) (but i may with other issues that will come about LOL)

    Posted in: Data
  • 0

    posted a message on TD Issues Why canceling tower gives only 75% of money back?

    @DrSuperEvil: Go

    I was able to make a weapon with FB's effects! works great! ( didnt think it was that simple ) i applied a footprint of 2x2 changed weapon arc to 360 so it does attack all around.

    I have only 1 tiny problem now .. I cant get it to do AOE anymore... Im trying to add a search to the weapon it self but got confused a bit.. ( yeah im a noob at this )

    How do i add a turret and t/actor? Am i adding that to the weapon or the unit itself?

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