• 0

    posted a message on Dialogue Designer? Designing Dialogues?
    Quote from ScorpSCII: Go

    I believe pretty much everyone does it by hand. I like to use a lot of custom functions when working with dialogs though; it really saves time and helps with the overall clarity of your code.

    This is key. Using custom definition as "templates" helps to an extreme amount.

    Posted in: UI Development
  • 0

    posted a message on Mapster Mentoring

    Name: Hobbidude

    Help type: Triggers

    Specialty: Triggers by far is what i do; complex systems made easy, simple, and clean. As a senior member of Team Genesis I have taken many students under my wing.

    Maps: Starfront, Raze, Marine Arena, Phantom Mode Hotspot, Motm, and more

    Contact: PM me for further details or if you just want to run by some ideas.

    Time Zone: MST (GMT-7) - typically available in the morning.

    Posted in: Tutorials
  • 0

    posted a message on =EDITOR PLAYER CHOICES= I make maps if anyone wants a map published, or requested tell me! Player gets credited!

    I always wanted to do a game based within a detail terran city with a day/night cycle (for aggression) were players have to collect supplies to build things or ammo to help them survive the zombie apocalypse. The items would be largely scatters and if you large supplies of the same items to make it so teaming up would help. You would have a bag of like only 5 slots but you then add the right recipe to give you charges on your abilities for your class of hero. Granted I've got the skills but already have so many projects I had to put this one the back burner; if you do decided on something like this I'd loved to be involved.

    Posted in: Map Suggestions/Requests
  • 0

    posted a message on [Showcase] Kailniris's Models

    @Hammer107: Go

    That looks disturbingly similar to one of the doodads from hots.

    Posted in: Artist Tavern
  • 0

    posted a message on Few questions

    @Xirxies: Go

    Let me be the first to welcome you to mapster.

    Rpg's have been done before so they are indeed possible in every aspect althought there may be some obstacles you'll have to work around. As your your questions I'll start with the easy second one. Information, typical to what you can store in a variable, is saved and passed on between game via banks which is through triggers. Most of the rpg tutorials you'll find will be mostly camera's as that really only one of the few things specific to rpgs style games; but you will also find tutorials for a loot/game system and so on. Triggers are not specific to any game; you will have to learn the basics which can be applied to any game and then think your way through implementing them. Granted it may be a long journey but can be very rewarding if you enjoy it (expect to do a lot of self teaching although there are tons of mappers that are happy to guide you in the right direction). If you are truely interested in starting in triggers i would recommend you look at tutorials in the following subject and order: if thens, variables and arrays, loops, custom action definitions and functions.

    Posted in: Miscellaneous Development
  • 0

    posted a message on [SOLVED] Splitterling not 'splitting'

    @XViper: Go

    I believe there is a death effect field withinin the unit tab.

    Posted in: Data
  • 0

    posted a message on [Solved]Force effect problem

    @LawfulDuke56: Go

    Just look at the motherships ability then add a damage effect.

    Posted in: Data
  • 0

    posted a message on How to make a global shield

    @nostradamus1915: Go

    Use the pdd as a reference.

    Posted in: Data
  • 0

    posted a message on Modifying Archangel to become a 'normal unit'

    Welcome to the world of the data editor ;)

    Posted in: Data
  • 0

    posted a message on Modifying Archangel to become a 'normal unit'
    Quote from XViper: Go

    I'm sure there's something that is telling it to become 'invisible', but damned if I can find it.

    Likely a buff applied.

    Posted in: Data
  • 0

    posted a message on Modifying Archangel to become a 'normal unit'

    @XViper: Go

    Height depends on how it is down. If the flying version is done via a morph ability then there will be a second unit with its own complete info. If the entire thing is just a visual used in conjuction with an ability then it will be in actors. Default attacks are called "weapons" and have their own tab; they are basically setup just like an ability but has setting for auto targeting, range, unit interaction, etc.

    Posted in: Data
  • 0

    posted a message on Modifying Archangel to become a 'normal unit'

    @XViper: Go

    I would recommend just swapping the model of your regular viking with the archangel one; that at least would be the easiest.

    The campaign version is heavily customized to its currently role; tho i can probably still answer a few of the previous questions (srry don't have editor access atm). I'd guess that the default form of the archangel is the land version that then does a morph ability for the sky version which has a modified height for the secondary unit. Almost all the attacks of the archangel are actually target abilities since they target ground or specific targets with splash damage. The campaign triggers simply has an ai that chooses attack points and issues the ability to initiate. Hope that helps.

    Posted in: Data
  • 0

    posted a message on Enemy progress bar

    @Velkydia: Go

    Did you bother looking at the void ray?

    Posted in: Data
  • 0

    posted a message on How to make a proper victory/defeat trigger that works?!

    The easiest way to do it is make sure the unit type has a unique unit type or attribute like hero/leader/etc; Then in your unit dies trigger check for the attribute in the conditions, and run an if then for the number of units with that attribute in relation to the alliances. I'd also use a loop instead for the victory/defeat actions bases on teams.

    Posted in: Triggers
  • 0

    posted a message on [Solved][Effects/Missiles] Firing missiles eternally forward and in a spread

    I think I might know the issue if its the one im thinking about but it hard to know without more info or pics; is it purely a visual thing? Are you using a throw or guidance mover? Make sure you have an action actor for each launch effect if you have multiple.

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