Author Topic: Black Hole Space Station  (Read 5057 times)

Offline Jonzu95

  • Giga Heavyweight
  • Posts: 12638
  • Rep: -28
    • View Profile
    • Awards
Re: Black Hole Space Station
« Reply #20 on: February 28, 2013, 04:39:12 PM »
It should be delivering damage. It just doesn't amount to much.

Go ahead and try reskinning it. I'm using the same texture for two major sections so you would need to modify the GMF if you wanted it to be different.
The original plan was that when the bot drops down in the pit, then the bot would be eliminated. But I think it doesn't work like that in RA2... =/

I still want the pits do more damage though

Offline ianh05

  • *
  • Posts: 2778
  • Rep: 4
  • Stock AW Builder and Tourney Host!
    • View Profile
    • Awards
Re: Black Hole Space Station
« Reply #21 on: February 28, 2013, 05:03:25 PM »
Just play around with the values in the .py file I think you just need to change the bot-1 value to say bot-5 or something.
Check out my UI Improvements topic for stuff like longer team/bot import lists:
https://gametechmods.com/forums/index.php?topic=13324.0
How to make awesome splashes with paint:
https://gametechmods.com/forums/index.php?topic=13310.0
My showcase filled with antweights:
https://gametechmods.com/forums/index.php?topic=1595.0
How to AI: For newbies (with pics!):
https://gametechmods.com/forums/index.php?topic=13814.0
Best tournament results:
Tag Team Challenge and CombatAnts 3: runner-up
Around the World: 3rd place.

Offline Trovaner

  • *
  • Posts: 1222
  • Rep: 32
    • View Profile
    • Awards
Re: Black Hole Space Station
« Reply #22 on: February 28, 2013, 07:15:15 PM »
To deliver more damage, replace the following four lines:
Code: [Select]
plus.damage(bot-1, 0, 15, (15,3.8,15))
plus.damage(bot-1, 0, 15, (-15,3.8,15))
plus.damage(bot-1, 0, 15, (15,3.8,-15))
plus.damage(bot-1, 0, 15, (-15,0,-15))
to something like:
Code: [Select]
plus.damage(bot-1, 0, 60, (15,3.8,15))
plus.damage(bot-1, 0, 60, (-15,3.8,15))
plus.damage(bot-1, 0, 60, (15,3.8,-15))
plus.damage(bot-1, 0, 60, (-15,0,-15))

If you want to eliminate bots, replace the four lines with:
Code: [Select]
plus.eliminatePlayer(bot-1)
plus.eliminatePlayer(bot-1)
plus.eliminatePlayer(bot-1)
plus.eliminatePlayer(bot-1)

Offline ianh05

  • *
  • Posts: 2778
  • Rep: 4
  • Stock AW Builder and Tourney Host!
    • View Profile
    • Awards
Re: Black Hole Space Station
« Reply #23 on: February 28, 2013, 08:22:38 PM »
so close... knew it was that line lol.
Check out my UI Improvements topic for stuff like longer team/bot import lists:
https://gametechmods.com/forums/index.php?topic=13324.0
How to make awesome splashes with paint:
https://gametechmods.com/forums/index.php?topic=13310.0
My showcase filled with antweights:
https://gametechmods.com/forums/index.php?topic=1595.0
How to AI: For newbies (with pics!):
https://gametechmods.com/forums/index.php?topic=13814.0
Best tournament results:
Tag Team Challenge and CombatAnts 3: runner-up
Around the World: 3rd place.

Offline Jonzu95

  • Giga Heavyweight
  • Posts: 12638
  • Rep: -28
    • View Profile
    • Awards
Re: Black Hole Space Station
« Reply #24 on: March 01, 2013, 05:27:55 AM »
One more thing. How I remove the bouncing?

Offline Trovaner

  • *
  • Posts: 1222
  • Rep: 32
    • View Profile
    • Awards
Re: Black Hole Space Station
« Reply #25 on: March 01, 2013, 12:56:35 PM »
Half of it is done by the GMF object that I put at the bottom of the pit and the other half is done by the four force commands. You would have to turn down the elasticity to remove the first one. To turn off the latter, add a "#" before or delete each line starting with plus.force.

Offline Badger

  • Permanent Artifact
  • Giga Heavyweight
  • Posts: 6298
  • Rep: 2
  • I wish to be with my people
  • Awards BOTM Winner Donated money for site hosting 2019
    • View Profile
    • Awards
Re: Black Hole Space Station
« Reply #26 on: March 01, 2013, 01:07:22 PM »
Sadly, I can't use it since its .rar. Too bad, it looks nice.
download winrar = problem solved.
I can't download WinRAR
Please tell me that you're joking.


Also, very nice arena. Good to see that someone is still modding this game.
also lol at most toxic guy around calling others out on this sh**
Google Drive with my newer bots

Offline Jonzu95

  • Giga Heavyweight
  • Posts: 12638
  • Rep: -28
    • View Profile
    • Awards
Re: Black Hole Space Station
« Reply #27 on: March 01, 2013, 03:30:29 PM »
Trov, can you do the .py modification? I'm too scared if I mess up something.

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: Black Hole Space Station
« Reply #28 on: March 01, 2013, 04:11:10 PM »
Trov, can you do the .py modification? I'm too scared if I mess up something.
Done:


http://dl.dropbox.com/u/13002164/BlackHole.py


Offline Jonzu95

  • Giga Heavyweight
  • Posts: 12638
  • Rep: -28
    • View Profile
    • Awards
Re: Black Hole Space Station
« Reply #29 on: March 02, 2013, 04:44:46 PM »
Trov, can you do the .py modification? I'm too scared if I mess up something.
Done:


http://dl.dropbox.com/u/13002164/BlackHole.py


They still do bounce...  :ermm:

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: Black Hole Space Station
« Reply #30 on: March 02, 2013, 05:45:56 PM »
Trov, can you do the .py modification? I'm too scared if I mess up something.
Done:


http://dl.dropbox.com/u/13002164/BlackHole.py


They still do bounce...  :ermm:
http://dl.dropbox.com/u/13002164/BlackHole.gmf


Replace original .gmf in BlackHole folder with this.