741
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 742
Discussion / Re: What do you mod? (2012)« on: October 15, 2012, 06:33:40 PM »
The voting period for this has now expired and all votes have been finalized.
Here is some additional statistics which can be concluded from this poll:
743
Discussion / Re: random help topic« on: October 13, 2012, 12:12:56 AM »
Its a cool idea to translate RA2 but in order to get everything translated, you would have to edit more than the component TXT files. This is especially true for DSL (which is the section that you posted in). You would need to edit the GIBs and any images with text on them.
744
General Support / Re: AI Problem/Questions« on: October 10, 2012, 06:16:17 PM »I recently learn how to do AI, and I've been making and tweaking them like there's no tomorrow, however, I have a problem: 745
Tournament Archives / Re: Robo Zone 2 - Splash, Predictions, Videos!« on: October 07, 2012, 01:57:31 PM »
Are you pausing at the start of the match? The custom tactic is on a timer that uses real time as opposed to a counter (I got lazy). The tactic is meant to make the bot flip onto the correct side at the start of the match. I only tested this in the Robo Zone Arena though so its possible that I didn't tell it to spin the wheels long enough. Speaking of tactics, I should have finished my side swipe tactic...
Regardless, that round was pretty funny. Some bots did well and other bots just plain failed. 746
Tournament Archives / Re: Robo Zone 2 - Splash, Predictions, Videos!« on: October 06, 2012, 07:47:55 PM »
Personally, I'm fine with how it works. Besides beat the box, the rest of the challenges prioritize durability over the bot's offensive abilities. There also wouldn't be much point in me doing well since I've already got the arena and I don't spend much time in game anymore.
Out of all the contenders, I think Anty C. will do the best. It may struggle in the Survival round but it may get lucky and land a blow to the T-extender. 747
Discussion / Re: New Robot Arena 2 Game Modes Built Into Arenas.« on: October 06, 2012, 07:28:10 PM »
Capture the zone sounds like a cool idea. It sort of reminds of one of the game modes in Tony Hawk's Pro Skater. The only issue that I have with it is that you can't turn things around after the opponent has the majority of the zones.
Though small, the DSL Obstacle Course has a lot of features. Making a bigger/better one would require quite a bit of time, planning, and experience. That said, what did people like about the first one and what are they interested in having in a new one. Also *IF* I were to work on this, would anyone be interested in assisting? 748
Tournament Archives / Re: Robo Zone 2 - Splash, Predictions, Videos!« on: October 05, 2012, 01:17:16 PM »
I didn't have the weight to point the weapons in the right direction (DSA and a nifty kinda made it heavy) and I wasn't able to exostack the anchors out far enough to use one of the extender's side APs. Most of my time was actually spent on getting the AI to drive. RA2 has problems with robots on their sides and NefariusBeing is no exception.
Useless Trivia: -Its my only antweight and I made it solely for this tournament. -I slanted the wheels so that it could drive on both sides. The chassis was getting to level with the ground for it to work without doing this. -RA2 doesn't look at the roll (just pitch and yaw) when calculating the heading. It didn't even give access to a roll value (getHeading returns one pitch value and two yaw values (offset by 90 degrees)). 749
General Support / Re: Lets Fix Team Events Once and For All for DSL« on: October 04, 2012, 01:15:35 PM »
I've never used Philetbabe's bot rotator but there is no reason that we couldn't get it to work; batch files are pretty easy to use and write. There are however problems with using something like this. If Bot3, Bot4, and Bot5 aren't a lightweight, mediumweight, and heavyweight then you may end up fighting a SHW with your AW.
The optimal solution would be to write a program that c 750
General Support / Re: AI fail - Robot charges forward without any purpose what-so-ever« on: October 02, 2012, 10:16:57 AM »also invertible can be put to binary values as well ? This is interestingBoolean values get translated into 0 (False) and 1 (True) but you can also give it any other non-zero number and it will evaluate to True. It is actually slightly faster to check the Boolean of a number as opposed to checking if the number is not 0 (None also evaluates to False so be careful if you mix them). Change your radius to something like 1.2. That way, IsStraightPathClear will tell the AI to stay further away from the walls (in the very slim chance that they are preventing you from turning). 751
Tournament Archives / Re: Robo Zone 2.« on: September 30, 2012, 11:56:58 PM »
I also have an entry but I'm still working on the custom AI (it kind of requires one).
752
General Support / Re: AI fail - Robot charges forward without any purpose what-so-ever« on: September 21, 2012, 03:17:32 PM »
Your bindings work for me so if adding 'AimError':0.1 doesn't help, I would need to look at the bot itself.
753
Discussion / What do you mod? (2012)« on: September 14, 2012, 03:45:20 PM »
Since my last poll is pretty dated, I figured it was about time that I re-asked this question. It won't provide a level of skill in each but it will provide a sense of the basic understanding of people for each subject.
Although there are types of modding other than the ones listed, I figured that these are the most predominate and expandable. Let me know if you feel that something should be added. Here are a couple sample questions if you are looking to give more input: (edits have been made to this for clarity) -How much experience do you have in a specific category? -What do you want to learn more about? -What do you like modding? -What mod types are you most interested in getting? (one of the categories in the poll) -What is your favorite mod? (more specific than just DSL unless talking about the GIB work) 754
Discussion / Re: New Robot Arena 2 Game Modes Built Into Arenas.« on: September 14, 2012, 12:11:09 AM »
As far as modes go, I've heard quite a few over the years but they were rarely implemented due to a lack of advanced modders. I'm not even sure if others know how to control the AI from the Arena.py (which is ideal for special modes because most people play alone).
As far as offering a different way of playing RA2, I have made and modified some arenas that fall under this category: 1. Soccer Arena - modified so that the AI actually plays competitively. 2. Obstacle Course Arena - modified so that the AI can navigate the arena. 3. Remote Housebots - each bot controls a housebot and with its ungodly power must destroy an enemy's shield. 4. Tug of War - pull or fall into a pit, you decide. 5. Race - several modified arenas that involve the AI following a given track. 6. Capture the Flag - get the flag and get out of there. 7. Robo Zone Arena -a new arena from an old idea. 8. Joust Arena - modified so that JoeBlo didn't have to AI the bots weird and capable of determining when the target component breaks off. 9. Intelligent Housebot - a housebot that plays like a normal bot (with the obvious damage issues) 10. Practice Arena - lots of stuff that I'm trying to keep hush hush about.... but failing. Other than the ones that I've started, I've also wanted to do: 1. Maze Arena - a random maze that challenges both AI and human players to find a path. 2. RW Arena - modified to include housebots, CPZ zones, AI alternatives to housebots, and AI that takes advantage of the arena's unique features. I keep mentioning this arena but its pretty daunting for one person. My problem isn't a lack of ideas, its a lack of time. That said, I'm always interested in people's ideas. I even implement some of them. Unfortunately, I tend to stretch myself out a bit thin so things rarely get finished. For this reason, I was thinking of starting a mods showcase to get motivation and get input on which arenas I should be spending time on. Also, group mods tend to work well for me. I did quite a few mods with Madiaba but he hasn't been very active lately. I'm always looking for someone to co-mod with me so here's a shout out to all you modders and modder want-to-bes. It doesn't really matter how much knowledge you have as long as you have an interest in learning or have a skill that you can bring to the table (skin, GMF, PY, GIB, etc.). With the 10th anniversary less than half a year away, I think it would be pretty cool to work on a big mod (the bigger the team; the bigger the mod). 755
Stock Showcases / Re: Robo-Trons (intro videos for your robots)« on: September 07, 2012, 10:57:34 PM »
The AI bot wouldn't be able to move out of its starting point but would be able to fire its weapons, spin its spinner, and/or wiggle the wheels. Unfortunately, in game battle scenes would look much cooler than a stationary bot so there is no real alternative to a separate intro video.
756
Modifications / Re: Removing the reversal of direction when inverted in AI.« on: September 07, 2012, 09:22:02 PM »WHAT HAVE I DONE Does Click's version work? 757
Modifications / Re: AI Robots attempting to outmaneuver instead of "Leroy Jenkins!"« on: September 07, 2012, 05:22:21 PM »
Was Plow.py ever used outside of philetbabe's AI Chart? I don't know if it would work because I don't know the context that the Disable method was being use in. If I used it on ANY of my RA2 versions, the method would crash on me because my SuperAI doesn't inherit or define a Disable method and "self" is being used in the wrong way. Anyone using it without calling that method would merely be using the Charge and Shove tactics without any active weapons.
758
Modifications / Re: AI Robots attempting to outmaneuver instead of "Leroy Jenkins!"« on: September 07, 2012, 04:36:34 PM »
It has never been a question about which would be better. The current tactic is just easier to code and works decently well when close to the opponent. While this has been discussed numerous times in the past, it is always nice to get people's input on possible solutions and problems. There have also been quite a few advancements in terms of understanding the mechanics of RA2 and its built-in commands.
That said, it is important that other people know what they can work with. Here are all the commands from my big list that could be useful in an a flanking AI. Code: [Select] #----- Plus Codes: ----- As far as identifying the opponent's type, we are limited to only knowing their components' base. We have no idea how the components are connected. For this reason, we are better off determining if it is a type of bot that we don't want to flank. For HS, you could use plus.rayTest to see if any weapons are moving in the front of the bot at the start of the match (you would also need to make sure that you aren't looking at a FS or VS). For FBS, you could determine if their heading keeps changing at the start of the match. There is no one-size-fits-all solution for figuring out bot types so even this solution would require quite a bit of coding. As far as flanking goes, you can check the size of the arena, the speed of both players, their current headings, and use the turn and max turn speeds from the bindings of the AI bot. The map size is rarely correct in custom arenas but you can use a self.RayTest as a corrective measure. If the hazards were properly labeled, you can also tell it to avoid them (preferably before attempting the flanking maneuver). 759
Modifications / Re: AI Robots attempting to outmaneuver instead of "Leroy Jenkins!"« on: September 07, 2012, 09:18:58 AM »What I was thinking:You can't view the trigger names of human bots without accidentally AIing them (assuming they bothered to name the triggers properly). Also if you look at the components (not that you mentioned doing this), you will have troubles differentiating between things like FS and HS which would have completely different battle tactics. You can break out of the random circling if you add a random variable but any form of circling usually exposes your sides. I've attempted to make intelligent tactics in the past but there is currently no easy way of doing this. I've tried scanning bots in game (slow and I can't tell what component I'm looking at), reading bot files (too difficult to read all the sources that RA2 does), and waiting until the first attack hits (to see if it was a rotational or linear force being applied). Perhaps, if we used a guess and check type of AI. Something like Snow (Seism 13's AI) would work well for battles that are performed more than once. 760
Discussion / Re: How do you bring yourself to play RA2?« on: September 06, 2012, 06:10:23 PM »
Whenever I feel like testing one of my mods or get inspired by an original stock bot or idea. The latter only happens like twice a year for me, though.
|