Author Topic: *ARENA* - The Trauma Pit  (Read 1987 times)

Offline Streetlamp

  • Antweight
  • Posts: 4
  • Rep: 1
    • http://www.youtube.com/us
    • View Profile
    • Awards
*ARENA* - The Trauma Pit
« on: September 04, 2016, 11:40:47 AM »
Hey, long time lurker first time poster.

Been working on an arena for about a week now and it's nearly ready for release. Started off as a reskin of the AU arena from the BBAI pack to make it look like the Rio Delgado Center from RA1 (ya'know, to match the imported RA1 parts in the Retooled pack). Started messing with the .gmf and one thing led to another and it kinda turned into its own thing.



Click Here to download.

EDIT: Gave the arena a proper name, got the OOTA working, and walls hitbox fixed.

« Last Edit: September 06, 2016, 11:48:55 AM by Streetlamp »

Offline R01

  • Heavyweight
  • Posts: 769
  • Rep: 1
  • Awards BOTM Winner
    • View Profile
    • Awards
Re: *ARENA* - Battle Center (Needs New Name)
« Reply #1 on: September 04, 2016, 11:54:19 AM »
Wow, amazing work for a newcomer.
Tournament History:
Showcases:
https://gametechmods.com/forums/index.php?topic=18882.0
https://gametechmods.com/forums/index.php?topic=19197.0

Offline 090901

  • alcoholic in denial
  • *
  • Posts: 7006
  • Rep: 22
  • :mrgreen:
  • Awards Donated money for site hosting 2019 GTMCS2 Divison Winner GTMCS Division Winner
    • View Profile
    • Awards
Re: *ARENA* - Battle Center (Needs New Name)
« Reply #2 on: September 04, 2016, 12:14:32 PM »
looks sexy man

iirc the combat arenas walls has a sperate visual and collision mesh.

also its possible to import the whole rio arena  :dumb)

Offline Badger

  • Permanent Artifact
  • Giga Heavyweight
  • Posts: 6318
  • Rep: 3
  • I wish to be with my people
  • Awards BOTM Winner Donated money for site hosting 2019
    • View Profile
    • Awards
Re: *ARENA* - Battle Center (Needs New Name)
« Reply #3 on: September 04, 2016, 12:25:51 PM »
That's super cool, nice work. You should upload it to the downloads section, cause that dropbox link is gonna die at some point.
also lol at most toxic guy around calling others out on this sh**
Google Drive with my newer bots

Offline yugitom

  • *
  • Posts: 2378
  • Rep: 17
  • Google Garry's Wars
    • TheYuGiTom
    • View Profile
    • Awards
  • Skype: nanwiththeplan
Re: *ARENA* - Battle Center (Needs New Name)
« Reply #4 on: September 04, 2016, 12:45:49 PM »
I really like this arena; nice job :)

Offline Mecha

  • Ultra Heavyweight
  • Posts: 2140
  • Rep: 7
    • View Profile
    • Awards
Re: *ARENA* - Battle Center (Needs New Name)
« Reply #5 on: September 04, 2016, 01:51:20 PM »
I was just wondering the other day how come we don't have more RA1 arenas.
Nice work

Offline Mr. AS

  • TheGloriousCarbideArstotzkanIronsideChaosProtocol
  • *
  • Posts: 7558
  • Rep: 19
    • robotarenagtm
  • Awards BOTM Winner
    • View Profile
    • Awards
Re: *ARENA* - Battle Center (Needs New Name)
« Reply #6 on: September 04, 2016, 02:12:15 PM »
There's a few ways to add elimination zones, but most arenas just use this bit of code from the tabletop arenas:

Code: [Select]
    def Tick(self):
        # check to see if anyone has been "eliminated" by falling off the tabletop
        for each in self.players:
            if plus.getLocation(each)[1] < Y:
                plus.eliminatePlayer(each)

        return Arenas.SuperArena.Tick(self)

where Y is the height a robot needs to be in order to be eliminated. If you were able to figure out the .gmf, finding the correct Y value should be easy enough.

The code is pretty flexable, plus.eliminatePlayer(each) can be changed to any command, such as plus.addPoints(each, X) or plus.force(BotID, X_Direction, Y_Direction, Z_Direction) or whatever. You can also change the < to a > if you want a robot that is higher than a certain height to have an effect, rather than lower.

This thread also has some information on how to add OOTA zones and other hazards.

The arena itself is looking pretty good. The only thing I would really add is a hazard or two, just to give it some variety. I feel some combat zone-esque popup spikes, or hellraisers would fit well with this arena.
How you make Alarm Clock Pizza is:
Step 1: You buy an alarm clock from the store, and then you have to break it and put it in the sauce.
Step 2: Fold the sauce in 5 slices and put it in the dough.
Step 3: Paint the eggs with a pitcher of a clock showing what time you want to wake up and eat pizza for breakfast.
Step 4: Put the eggs in the dough.
Step 5: Make it flat into a round shape and draw the time you want on it.
Step 6: Put some old steel to prevent other peple from stealing it.
Step 7: Make it flat and cut into 60 slices 1 for each minute in 1 our.
Step 8: Put in the oven set the timer to 30048813.2884 seconds and put the temperature on 'Volcano' setting.
Step 9: If you think it is take to long, then get yor alarm clock and set it to now so that it will ring and you can take it out.
Step 10: Take it out uv the uvin wen it is redy and go to bed. In the morning eat pizza and also eat yor hands bi mistake.

Offline Badnik96

  • tired of your shit
  • *
  • Posts: 17537
  • Rep: 3
    • Badnik96GTM
  • Awards BOTM Winner
    • View Profile
    • BattleBots Wiki
    • Awards
  • See profile for gamer tags: Yes
  • Skype: Badnik96
Re: *ARENA* - The Trauma Pit
« Reply #7 on: September 07, 2016, 01:24:11 AM »
holy sh** i remember you! i found your ra2 series on youtube forever ago

this arena is super cool man, hope you stick around