Author Topic: Transcend dumb mission  (Read 5537 times)

0 Members and 1 Guest are viewing this topic.

Re: Transcend dumb mission
There's an actual AI class called "Balls of Steele"?
17:37:02   Quanto: I want to have sexual intercourse with every space elf in existence
17:37:11   SpardaSon21: even the males?
17:37:22   Quanto: its not gay if its an elf

[21:51] <@Droid803> I now realize
[21:51] <@Droid803> this will be SLIIIIIGHTLY awkward
[21:51] <@Droid803> as this rich psychic girl will now be tsundere for a loli.
[21:51] <@Droid803> OH WELLL.

See what you're missing in #WoD and #Fsquest?

[07:57:32] <Caiaphas> inspired by HerraTohtori i built a supermaneuverable plane in ksp
[07:57:43] <Caiaphas> i just killed my pilots with a high-g maneuver
[07:58:19] <Caiaphas> apparently people can't take 20 gees for 5 continuous seconds
[08:00:11] <Caiaphas> the plane however performed admirably, and only crashed because it no longer had any guidance systems

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Transcend dumb mission
There's an actual AI class called "Balls of Steele"?

Only in BP2

 
Re: Transcend dumb mission
Creating his own AI class?  That must be the work of a tactical geniu-
STEEEEELE!!!
17:37:02   Quanto: I want to have sexual intercourse with every space elf in existence
17:37:11   SpardaSon21: even the males?
17:37:22   Quanto: its not gay if its an elf

[21:51] <@Droid803> I now realize
[21:51] <@Droid803> this will be SLIIIIIGHTLY awkward
[21:51] <@Droid803> as this rich psychic girl will now be tsundere for a loli.
[21:51] <@Droid803> OH WELLL.

See what you're missing in #WoD and #Fsquest?

[07:57:32] <Caiaphas> inspired by HerraTohtori i built a supermaneuverable plane in ksp
[07:57:43] <Caiaphas> i just killed my pilots with a high-g maneuver
[07:58:19] <Caiaphas> apparently people can't take 20 gees for 5 continuous seconds
[08:00:11] <Caiaphas> the plane however performed admirably, and only crashed because it no longer had any guidance systems

 

Offline technopredator

  • Does not compute
  • 27
  • Don't get mad, consequences are revenging you.
Re: Transcend dumb mission
Thanks Susi for the detailed post, but what I still don't know if after getting accurate the AI will get less accurate after losing the enemy from the HUD and seek to get accurate again.

@Battuta: pfffffff, whatever, most of what you write is crap just to justify your egomaniac POV.

  

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Transcend dumb mission
Thanks Susi for the detailed post, but what I still don't know if after getting accurate the AI will get less accurate after losing the enemy from the HUD and seek to get accurate again.

@Battuta: pfffffff, whatever, most of what you write is crap just to justify your egomaniac POV.

I was lead mission designer on the mod with (currently) the most advanced AI out there. You are a terrible, terrible poster. I think we know where matters stand.
« Last Edit: March 13, 2011, 12:14:21 am by General Battuta »

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Transcend dumb mission
Some day I hope you will have an immortal place besides woutersmits on takashi on the HLP quotes list

 and we will say 'ah, technopredator, remember when he asked for basketball hoops to be lowered so that he too could dunk like jordan, and for the AI to be changed so that he wouldn't find hard mode hard'

EDIT: I was wrong about everything, you were right, I made you a custom AI table

Place the following text in a file called ai.tbl in FreeSpace2/transcend/data/tables

Code: [Select]
; ai.tbl

; This file specifies AI class behavior for each skill level.
; We have five skill levels: Trainee, Rookie, Hotshot, Ace, Insane.
; (We should come up with better names.)
; We have a virtually unlimited number of AI classes.  If you add a new AI class and
; you get an execution error about too many classes, increase MAX_AI_CLASSES, defined
; in ai.h.  On Jan. 30, 1997, MAX_AI_CLASSES = 50.

#AI Classes

;$accuracy: 0..100 how accurately this ship fires its lasers
;$evasion: 0..100 how effective this ship is at evading
;$courage: 0..100 how likely to chance danger to accomplish goal
;$patience: 0..100 how willing to wait for advantage before pursuing goal

; trainee rookie hotshot ace insane

$Name: Coward.
$accuracy: 0.0 0.0 0.0 0.0 0.0
$evasion: 40, 50, 60, 80, 100
$courage: 50, 50, 50, 50, 50
$patience: 40, 50, 60, 80, 100

$Name: None
$accuracy: 0, 0, 0, 0, 0.0
$evasion: 0, 0, 0, 0, 0
$courage: 0, 0, 0, 0, 0
$patience: 0, 0, 0, 0, 0

$Name: Lieutenant
$accuracy: 0.0 0.0 0.0 0.0 0.0
$evasion: 0, 10, 20, 30, 40
$courage: 0, 10, 20, 30, 40
$patience: 0, 10, 20, 30, 40

$Name: Captain
$accuracy: 0.0 0.0 0.0 0.0 0.0
$evasion: 10, 20, 30, 40, 50
$courage: 10, 20, 30, 40, 50
$patience: 10, 20, 30, 40, 50

$Name: Major
$accuracy: 0.0 0.0 0.0 0.0 0.0
$evasion: 20, 30, 40, 50, 60
$courage: 20, 30, 40, 50, 60
$patience: 20, 30, 40, 50, 60

$Name: Colonel
$accuracy: 0.0 0.0 0.0 0.0 0.0
$evasion: 30, 40, 50, 70, 90
$courage: 30, 40, 50, 70, 90
$patience: 30, 40, 50, 70, 90

$Name: General
$accuracy: 0.0 0.0 0.0 0.0 0.0
$evasion: 40, 50, 60, 80, 100
$courage: 40, 50, 60, 80, 100
$patience: 40, 50, 60, 80, 100

#End
« Last Edit: March 13, 2011, 12:08:52 am by General Battuta »

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: Transcend dumb mission
If you can't play nice.....
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline Black Wolf

  • Twisted Infinities
  • 212
  • Hey! You! Get off-a my cloud!
    • Visit the TI homepage!
Re: Transcend dumb mission
Kara beat me to it - is it too much to exect civility, especially out of senior, established members who should know better? HLP's attitude towards new people has gone downhill quickly over the past 12, 18 months, and it's not a good look.

If you don't like an individual, don't engage with them. Simple.
TWISTED INFINITIES · SECTORGAME· FRONTLINES
Rarely Updated P3D.
Burn the heretic who killed F2S! Burn him, burn him!!- GalEmp

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Transcend dumb mission
He received his dose of nice when he arrived. After that, you reap what you sow. You're free to brand the incompetent and sociopathetic with custom titles if you'd prefer to do it that way; it's certainly been the policy in the past.

EDIT: actually, this

Quote
HLP's attitude towards new people has gone downhill quickly over the past 12, 18 months, and it's not a good look.

is just a misrepresentation; hundreds of polite, civil new members, often with tech support issues, have been welcomed and helped without an issue.

You yourself argued that we didn't have to treat assholes civilly, Mr. BlackWolf; this was around the time of Derek Smart's return.

But this discussion should probably go elsewhere.
« Last Edit: March 13, 2011, 10:23:07 am by General Battuta »