HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

custom experience requirements for Levels

10-27-2004, 01:58 PM#1
xxxSpikexxx
I wonder how to set up your own values how many experience you need for each level...

there is a lot of XP stuff in the gameplay constants but most are for the exprerience gain rate and i can't find out which of these make what i need.

to try it out i set all to 1 and still the 2nd level needs 100 wtf?

how can i make like 200Xp for level one and than + 50% of the pervious value or something like that?
10-27-2004, 02:09 PM#2
AntJAB
There was an in deapth tutorial done on this, I'll see if I can dig it up.
In short there are a series of variables in the gameplay constants that decide how much XP you need to get to the next level.

Thread hunting time.


Edit: jl;asdfhklasjfh
This is frustraiting. I remember reading a LONG time ago about the exact formula that decides on XP gain and how much is needed to level up.

Never the less, it deals with variables and tables in the gameplay constants.

Sorry I couldn't help more.
10-27-2004, 04:33 PM#3
xxxSpikexxx
well yes i know that... i often remeber some very old threads but don't remeber the exact information and can't find them ...

i found the constants now... its XP gained - level facos, constant factor, pervious value facotor and table...
10-27-2004, 04:46 PM#4
th15
The reason the exp required for level 2 is staying the same no matter what you do is because the "XP required - table" sets absolute values for level advancement. The first value entered in that constant field will be the exp required for lvl 2, regardless of other settings. You can use this to manually set the required exp of each level by repeatedly adding integers to the field.
10-27-2004, 05:05 PM#5
xxxSpikexxx
allright, i allready wondered if you can't make the XP steps as irregular as you want ... now i can thx