Showing posts with label overview. Show all posts
Showing posts with label overview. Show all posts

April 15, 2009

Invasion Mod on OA?

Invasion is a mod for Q3A inspired by the Alien movies. Two fractions (marines and aliens) fight against each other and try to accomplish a certain goal, which for the marines can be destroying all alien eggs or grabbing an egg and getting to a teleporter. As players can chose among various marine types (armor and weapons) and alien races (different abilities) it's interesting if cooperative play is possible. All human players can join one team and bots will fill the opposing one, but don't expect a clever AI behind it. It works and that's important. Especially the aliens respawn all together, which leads into an aggressive bunch of foes approaching into the crowd of egg searching marines who cannot respawn.
Olivier asked me after reading my HUNT post if there is an option to get Invasion running on Open Arena. Besides the missing textures, which will hopefully be only a matter of time, exact replacements of Q3A playermodels won't be created. Unlike HUNT in Invasion, playermodels are fixed to the chosen armor class or alien race and are hard coded into the game logic.
On Open Arena it runs actually with default models at least if you enable cg_forcemodel and only the missing textures are a problem. If you are really into getting it working just get the sourcecode from the Invasion website and change the playermodels yourself. You will just miss a few nice skins for Orbb, Klesk and others.

Comparing its coop qualities I enjoy the fast gameplay, a nice HUD, and great weapons (no Q3A guns are used). A real Alien feeling emerges when playing Xenomorph and running across the ceiling, being the death from above. Too bad the places where eggs have to be destroyed are always the same so provided maps, which are great, get pretty repetitive. Anyway for me it is entertaining and I would prefer it over HUNT "Save the Universe". On the other hand the latter offers tons of randomized stuff you can never predict and especially "Escape from Hell" is my favourite, when it comes to coop.

Olivier did you check Tremolous and an Invasion mod for it? Maybe you will get what you are looking for. I have not tried any of these yet but I remember I had good times playing AvP1+2 multiplayer a long time ago.

November 3, 2008

Botskills anyone?

As part of planning a new singleplayer campaign I wrote a little script to get an overview of all the bots of OA. I parse just the main characterfile and not any item or weapon weights files they will look for when traveling through a map.

The most interesting values are listed in this table although I only used the botfiles I found in the SVN. Seems it's not uptodate as bots like assassin are missing. The machinegun as favourite weapon marks more than one weapon as highly skilled.



























nameattack skillaim skillaim accfovreaction timealert.fav Weapon
"Angelyss"
0.3
0.3
0.3
0.3
1.5
0.5
MACHINEGUN
"Arachna"
0.25
0.25
0.25
0.25
3.0
0.5
MACHINEGUN
"Ayumi"
0.25
0.25
0.25
0.25
3.0
0.5
MACHINEGUN
"Beret"
0.25
0.25
0.25
0.25
3.0
0.5
MACHINEGUN
"Dark"
0.3
0.3
0.3
0.3
1.5
0.5
MACHINEGUN
"Player"
0.25
0.25
0.25
0.25
3.0
0.5
MACHINEGUN
"Gargoyle"
0.250
0.250
0.250
0.250
2.00
0.900
BFG10K
"Grism"
0.250
0.250
0.250
0.250
2.00
0.900
BFG10K
"grunt"
0.250
0.250
0.250
0.250
2.00
0.900
BFG10K
"Jenna"
0.25
0.25
0.25
0.25
3.0
0.5
MACHINEGUN
"Kyonshi"
0.250
0.250
0.250
0.250
2.00
0.900
BFG10K
"liz"
0.3
0.3
0.3
0.3
2.5
0.5
MACHINEGUN
"Major"
0.25
0.25
0.25
0.25
2.0
0.95
RAILGUN
"Merman"
0.25
0.25
0.25
0.25
3.0
0.5
LIGHTNING
"Neko"
0.3
0.3
0.3
0.3
1.5
0.5
MACHINEGUN
"Penguin"
0.25
0.25
0.25
0.25
3.0
0.5
MACHINEGUN
"Rai"
0.3
0.3
0.3
0.3
1.5
0.5
MACHINEGUN
"Sarge"
0.250
0.250
0.250
0.250
2.00
0.900
BFG10K
"Sergei"
0.30
0..30
0.30
0.30
1.5
0.5
LIGHTNING
"Skelebot"
0.25
0.25
0.25
0.25
3.0
0.5
MACHINEGUN
"Sly"
0.3
0.3
0.3
0.3
1.5
0.5
MACHINEGUN
"Tanisha"
0.3
0.3
0.3
0.3
1.5
0.5
MACHINEGUN
"Tony"
0.25
0.25
0.25
0.25
3.0
0.5
MACHINEGUN
"Widowe"
0.25
0.25
0.25
0.25
3.0
0.5
MACHINEGUN

So what do we learn?

Most of the bots are pretty much the same without any individual character/skills. Most of 'em were created by just copy and paste. For now it doesn't matter which bot will be on what map as there is no difference. A few bots are harder but that's it.



I'm tinkering with a todo list to improve singleplayer further.