• 0

    posted a message on Third Person Shooter (TPS) engine - Download if you need one
    Quote from Eithos: Go

    hmm The zergling in this demo map have a very very low line of sight to which they aggro the player. Anyone know how to increase that line of sight so you don't have to run literally next to them before they aggro you? Edit*

    @Aspernation: Go

    This game in fps mode looks better than Halo: Reach though rofl and that is pretty sad.

    Especially when one considers that single persons are putting together these TPSs and FPSs alone, and only within a few weeks. Of course we're using models which were developed over the course of several years, so...

    anyway, rofl.

    Posted in: Triggers
  • 0

    posted a message on Third Person Shooter (TPS) engine - Download if you need one

    I was refering to the latency issues and inefficiencies which did not facilitate well functioning TPS/FPS's, not what was "possible." By this I meant that I didn't feel drawn to a craft if the results were inhibited by the game engine, and, additionally, the graphics. Starcraft 2 facilitates these types of mods, (albeit that latency issues on battle.net still remain) and there isn't the need to cover your eyes at the sight of terrible graphics. That was all that I was implying, my appologies if it came off incorrectly.

    Posted in: Triggers
  • 0

    posted a message on Third Person Shooter (TPS) engine - Download if you need one

    My appologies for the triple post, but this is neccesary. You may only attack units from team 15. My map never had any problems, I was simply trying to attack units from team 2 (even when setting their status to hostile).

    Posted in: Triggers
  • 0

    posted a message on Third Person Shooter (TPS) engine - Download if you need one

    Martin,

    I've come up with a new solution. By renaming all parameters, variables, triggers, and folders in the demo map, you can then modify its size and texture set to your will, elliminating the need for a transfer. This is much more convenient, and even works for maps which were in developement, as you can copy and paste their terrain/doodads/triggers into the demo map.

    Posted in: Triggers
  • 0

    posted a message on Third Person Shooter (TPS) engine - Download if you need one

    <<quote 141399>> @Aspernation:

    No, actually I've been at it for a few years now. However, usually my triggering is done with relation to cinematics, or anyting besides camera/attack systems. Though that was the general populace's standpoint back in WC3, since it couldn't really handle these types of modifications. In any case, I'll get back to you in a moment.

    Posted in: Triggers
  • 0

    posted a message on Third Person Shooter (TPS) engine - Download if you need one
    Quote from martinolsson: Go

    @Aspernation:

    Are you sure the units actually get their custom value 0 set? When you spawn the unit, see if it actually has their custom value 0 set to something else than 0.

    How would I check that?

    Posted in: Triggers
  • 0

    posted a message on Third Person Shooter (TPS) engine - Download if you need one
    • Accidental Double Post: Disregard Please*
    Posted in: Triggers
  • 0

    posted a message on Third Person Shooter (TPS) engine - Download if you need one
    Quote from martinolsson: Go

    @Aspernation:

    I've updated the original post now. There's instructions on how to get the library to work with your map.

    The problem of not being able to shoot units is that their height is set to 0 as default (the custom value 0 = 0 from the start), so you need to alter it for every unit (which is supposed to be shot) you spawn on your map.

    I've tried setting the values on zeglings from 0.1 - 1.0, and no matter what value is set for, I still cannot attack the units. Here's what I have entered:

    (only for zerglings in a test enviornment)

    Folder "General Events"> "Set Enemy Unit Height">IF (UNIT type of (Picked unit)) == Zergling, THEN Unit - Set (Picked unit) custom value 0 to 0.5

    Am I doing something wrong?

    Posted in: Triggers
  • 0

    posted a message on Third Person Shooter (TPS) engine - Download if you need one

    Alright, at the moment, I am only trying to allow for an attack against zerglings. I have created a basic map, with default settings (all dependencies ativated) but am unable to attack units. What are the default values that I should insert into the height categories? Would you like me to send you an email of the map?

    Also, in my previous post, I was mentioning a problem that I had had with the library, in that I could not see it. I am no longer experiencing that problem.

    Posted in: Triggers
  • 0

    posted a message on Third Person Shooter (TPS) engine - Download if you need one

    My appologies, I did as it instructed, but forgot to show dependencies. Also, in order to increase performance, would hiding non- visible doodads help in any way?

    Additionally, I am still unable to attack units. Where can height values be found, as the height in the data editor did not match what you entered into your trigger, therefore I assume that it's from another source? Do I need to enter any other values besides height in order for the attack function to work?

    Posted in: Triggers
  • 0

    posted a message on Third Person Shooter (TPS) engine - Download if you need one

    @martinolsson: Go How does one implement a library into their map? Custom Script?

    Posted in: Triggers
  • 0

    posted a message on Third Person Shooter (TPS) engine - Download if you need one

    I'm experiencing a new problem. When the TPS system is integrated into my map, you can only attack units if the are directly in front of you. Is this the same glitch you are experiencing, zelarules?

    Posted in: Triggers
  • 0

    posted a message on Third Person Shooter (TPS) engine - Download if you need one

    I believe that the easiest fix for this issue is to systematically go through each trigger, and rename every parameter, variable, and trigger with simple IDs, such a A1, A2, A3, etc.

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