• 0

    posted a message on Add Map to EU Servers

    Hmm good idea. Now I just need to find a trustable guy from the EU Servers :P

    Posted in: Miscellaneous Development
  • 0

    posted a message on Add Map to EU Servers

    @BloodyOrange: Go

    Yea :). I'm just curious because I've seen people say "when it is coming to EU?"

    Posted in: Miscellaneous Development
  • 0

    posted a message on Verdant Fray

    Hey everyone,

    After spending numerous hours, my map "Verdant Fray" is nearly polished. It's close enough right now though to enjoy it :)

    For those of you who have played World of Warcraft, this map can be best described as being similar to Arathi Basin. The layout of the map is 3 main bases on the north and south ends of the map. The middle is a lower terrain area detailed to simulated that of an ancient temple ruins. The ruins consist of 5 islands. The players participating are separated amongst two teams of 3 and must work together to capture as many islands as they can and be the first team to reach 5,000 points.

    Also, players must also yield the realistic environment I have created to prevent their demise. First off, a constant day and night cycle will run throughout the match and only allow cloaking units to use their cloaking abilities at night. Next up is a randomly occurring flood that will slowly destroy units caught in the flood and reduce the movement speed of units caught in the flood.

    In the end, I created an elaborate AI system for the Team Two players so players aren't forced to find 6 human players. Hoping this map catches on, this won't be an issue later on.

    You can watch the video here:

    Enjoy!

    Posted in: Map Feedback
  • 0

    posted a message on Add Map to EU Servers

    How is this done exactly?

    Posted in: Miscellaneous Development
  • 0

    posted a message on Prevent Units from Entering Region

    @Berrala: Go

    Hmm, good idea, I'll try that

    Posted in: Triggers
  • 0

    posted a message on Prevent Units from Entering Region

    Is there a way to prevent units from certain players from entering a certain region but still allow units from other players to still enter the region?

    Posted in: Triggers
  • 0

    posted a message on [Delete]

    I just ran the first ALPHA Test for Verdant Fray v1.3

    Overall the test went very well. The AI performed as expected (with the exception of a few minor bugs). After I fix a couple of bugs and add a bit more AI functionality, I should get this patch live in the next few days

    Posted in: Project Workplace
  • 0

    posted a message on removing water waves

    @Excludos: Go

    Ooh ok, my apologies. In that case, try playing with the water's "Texture Roughness" and "Mesh Roughness"

    Posted in: Terrain
  • 0

    posted a message on removing water waves

    I believe you also have to remove "Cliff Shoreline"

    Posted in: Terrain
  • 0

    posted a message on Condition for 'Ability is Usable'?

    Try "Unit Property", it gives you access to all available unit resources

    Posted in: Triggers
  • 0

    posted a message on [Update] - AI Option stops working

    So I discovered that the IF Statement is working correctly, however this line of code stops working for some reason:

    AI Advanced - Sets the UnitAIOption Available For Attack Waves for unit (Triggering unit) to state Disable
    

    The code is found in this chunk of code:

    CheckAttackWaveTeamTwo
        Events
            Unit - Any Unit Enters Team One No Man Land
        Local Variables
        Conditions
        Actions
            General - If (Conditions) then do (Actions) else do (Actions)
                If
                    (Controller of player Index) == Computer
                    (Unit type of (Triggering unit)) != Overlord
                    ((Triggering unit) is Excluded: Structure, Worker, Resource (Raw), Resource (Harvestable) for player Index) == true
                Then
                    AI Advanced - Sets the UnitAIOption Available For Attack Waves for unit (Triggering unit) to state Disable
    

    Now, I think it has something to do with a certain mechanism with my map. It appears to be occurring when the West and East islands are captured by Team Two, which triggers reduced training speed and cost. To achieve this, a unit (Gateway for example) that trains units uses the ability I made "Train Zealot - (Cheap Fast)" instead of the normal train ability. I've looked over the Ability "Info" and I can't see anything there that would cause any problems

    Posted in: Triggers
  • 0

    posted a message on [Update] - AI Option stops working

    So I'm running a trigger when any unit enters a region. This is my code:

    CheckAttackWaveTeamTwo
        Events
            Unit - Any Unit Enters (Region)
        Local Variables
        Conditions
        Actions
            General - If (Conditions) then do (Actions) else do (Actions)
                If
                    ((Triggering unit) is Excluded: Structure, Worker, Resource (Raw), Resource (Harvestable) for player Index) == true
                Then
                    Run stuff...
    

    I'm basically using this to narrow it down to just attacking units. It works for the most part, but eventually it begins to fail. I'm having a hard time figuring out why...

    Posted in: Triggers
  • 0

    posted a message on [Delete]

    So I know I said that I was almost done programming the AI for my map on my last post, but I discovered I took a wrong turn. Also, I spent a lot of time to create a high-quality AI response for the map. It was very difficult none-the-less. Now, the AI is not quite done yet, but it truly is nearly complete. Once done, I'll be running a live test version called "Verdant Fray_AI Test". Anyone who is willing to test would be greatly appreciated if you could do so and provide errors and bugs.

    I'll let everyone know when the test map goes live. It should hopefully be in the next few days.

    Posted in: Project Workplace
  • 0

    posted a message on About IA wave attacks [Help]

    Try running "Start Campaign AI for Player" before all your AI commands

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