News:

Come Chat with us live! Learn how HERE!

Main Menu

Forward base idea

Started by Hydra, April 24, 2007, 07:33:29 PM

techhead

I'm playing Tremulous on a Mac!
MGDev fan-club member
Techhead||TH
/"/""\"\
\"\""/"/
\\:.V.://
Copy and paste Granger into your signature!

kevlarman

Quote from: techheadOk, 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#msg169333Ok 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

#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

Quote from: techhead#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#msg169333Ok 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| #
|.@.-##
-----