Author Topic: Forward base idea  (Read 16138 times)

techhead

  • Posts: 1496
  • Turrets: +77/-73
    • My (Virtually) Infinite Source of Knowledge (and Trivia)
Forward base idea
« Reply #30 on: May 09, 2007, 09:54:59 pm »
Exactly.
I'm playing Tremulous on a Mac!
MGDev fan-club member
Techhead||TH
/"/""\"\
\"\""/"/
\\:.V.://
Copy and paste Granger into your signature!

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Forward base idea
« Reply #31 on: May 10, 2007, 12:48:09 am »
Quote from: "techhead"
Ok, here how the system works.
For every 450 credits on the humans load-out, an extra evolve is distributed, for a max of 3 evos.
0-449 = 1 evo
450-899 = 2 evo
900+ = 3 evo
wrong, the value of a human is ceil( 3 * (total_value_of_equipment / 900) ), which means...
0-300 = 1 evo
301-600 = 2
601-900 = 3
901+ = 4
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

techhead

  • Posts: 1496
  • Turrets: +77/-73
    • My (Virtually) Infinite Source of Knowledge (and Trivia)
Forward base idea
« Reply #32 on: May 10, 2007, 02:30:12 am »
Code: [Select]
#define HUMAN_MAXED                 900   //a human with a strong selection of weapons/upgrades
#define HUMAN_MAX_CREDITS           2000
#define ALIEN_MAX_KILLS             9
#define ALIEN_MAX_SINGLE_KILLS      3

Straight from tremulous.h
Unless I misunderstand the code, the max you can earn is 3.
Besides, in a devmap session I killed a fresh luci-suit (1000) and I got only 3 credits.
I'm playing Tremulous on a Mac!
MGDev fan-club member
Techhead||TH
/"/""\"\
\"\""/"/
\\:.V.://
Copy and paste Granger into your signature!

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Forward base idea
« Reply #33 on: May 10, 2007, 02:49:24 am »
Quote from: "techhead"
Code: [Select]
#define HUMAN_MAXED                 900   //a human with a strong selection of weapons/upgrades
#define HUMAN_MAX_CREDITS           2000
#define ALIEN_MAX_KILLS             9
#define ALIEN_MAX_SINGLE_KILLS      3

Straight from tremulous.h
Unless I misunderstand the code, the max you can earn is 3.
Besides, in a devmap session I killed a fresh luci-suit (1000) and I got only 3 credits.
ok you're partially right (that's what i get for trying to read code when i'm late for class, i missed the if(portion > 1.0f) portion = 1.0f;), humans can't be worth more than 3 evos, but my numbers for the boundaries are correct.
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----