Important MessageYou are browsing the archived Lancers Reactor forums. You cannot register or login. |
Level 50 Mod
The general place to discuss MOD''ing Freelancer!
18 posts
• Page 1 of 2 • 1, 2
I've created a very simple mod that allows players to advance to level 50. If you would like it you can find it over at the Freelancer File Repository
when did you post it there? I cant seem to find it. I would love to see how you actually got levels to go above 40 because I modded my ptough.ini to go up to lvl 84 and it still wont go above 40. Any tips on what else i need to do to get it to work?
Only the dead have seen the end of war.............Plato
Only the dead have seen the end of war.............Plato
try modifying the ptough.ini file (in the data/missions/ directiory with something like this.
[PlayerToughnessScale
ptough_graph_pt = 0, 0
ptough_graph_pt = 10000, 1
ptough_graph_pt = 25000, 2
ptough_graph_pt = 50000, 3
ptough_graph_pt = 75000, 4
ptough_graph_pt = 100000, 5
ptough_graph_pt = 150000, 6
ptough_graph_pt = 200000, 7
ptough_graph_pt = 250000, 8
ptough_graph_pt = 300000, 9
ptough_graph_pt = 400000, 10
ptough_graph_pt = 500000, 11
ptough_graph_pt = 600000, 12
ptough_graph_pt = 700000, 13
ptough_graph_pt = 800000, 14
ptough_graph_pt = 1000000, 15
ptough_graph_pt = 1250000, 16
ptough_graph_pt = 1500000, 17
ptough_graph_pt = 1750000, 18
ptough_graph_pt = 2000000, 19
ptough_graph_pt = 2500000, 20
ptough_graph_pt = 3000000, 21
ptough_graph_pt = 3500000, 22
ptough_graph_pt = 4000000, 23
ptough_graph_pt = 4500000, 24
ptough_graph_pt = 5500000, 25
ptough_graph_pt = 6500000, 26
ptough_graph_pt = 7500000, 27
ptough_graph_pt = 8500000, 28
ptough_graph_pt = 9500000, 29
ptough_graph_pt = 12500000, 30
ptough_graph_pt = 15000000, 31
ptough_graph_pt = 20000000, 32
ptough_graph_pt = 25000000, 33
ptough_graph_pt = 30000000, 34
ptough_graph_pt = 35000000, 35
ptough_graph_pt = 45000000, 36
ptough_graph_pt = 55000000, 37
ptough_graph_pt = 65000000, 38
ptough_graph_pt = 75000000, 39
ptough_graph_pt = 90000000, 40
ptough_graph_pt = 110000000, 41
ptough_graph_pt = 120000000, 42
ptough_graph_pt = 130000000, 43
ptough_graph_pt = 140000000, 44
ptough_graph_pt = 150000000, 45
ptough_graph_pt = 170000000, 46
ptough_graph_pt = 190000000, 47
ptough_graph_pt = 210000000, 48
ptough_graph_pt = 230000000, 49
ptough_graph_pt = 250000000, 50
Note: Ignore the increased level requirements, that is part of something I'm trying out in an attempt to slow down leveling in a SP Mod I'm setting up (to balance out trading, where you can make up to 100,000 credits in a single trade trip). I've also increased the payment for each mission considerably as another balancing issue. So far is working out well, but I want to play test it some more yet.
[PlayerToughnessScale
ptough_graph_pt = 0, 0
ptough_graph_pt = 10000, 1
ptough_graph_pt = 25000, 2
ptough_graph_pt = 50000, 3
ptough_graph_pt = 75000, 4
ptough_graph_pt = 100000, 5
ptough_graph_pt = 150000, 6
ptough_graph_pt = 200000, 7
ptough_graph_pt = 250000, 8
ptough_graph_pt = 300000, 9
ptough_graph_pt = 400000, 10
ptough_graph_pt = 500000, 11
ptough_graph_pt = 600000, 12
ptough_graph_pt = 700000, 13
ptough_graph_pt = 800000, 14
ptough_graph_pt = 1000000, 15
ptough_graph_pt = 1250000, 16
ptough_graph_pt = 1500000, 17
ptough_graph_pt = 1750000, 18
ptough_graph_pt = 2000000, 19
ptough_graph_pt = 2500000, 20
ptough_graph_pt = 3000000, 21
ptough_graph_pt = 3500000, 22
ptough_graph_pt = 4000000, 23
ptough_graph_pt = 4500000, 24
ptough_graph_pt = 5500000, 25
ptough_graph_pt = 6500000, 26
ptough_graph_pt = 7500000, 27
ptough_graph_pt = 8500000, 28
ptough_graph_pt = 9500000, 29
ptough_graph_pt = 12500000, 30
ptough_graph_pt = 15000000, 31
ptough_graph_pt = 20000000, 32
ptough_graph_pt = 25000000, 33
ptough_graph_pt = 30000000, 34
ptough_graph_pt = 35000000, 35
ptough_graph_pt = 45000000, 36
ptough_graph_pt = 55000000, 37
ptough_graph_pt = 65000000, 38
ptough_graph_pt = 75000000, 39
ptough_graph_pt = 90000000, 40
ptough_graph_pt = 110000000, 41
ptough_graph_pt = 120000000, 42
ptough_graph_pt = 130000000, 43
ptough_graph_pt = 140000000, 44
ptough_graph_pt = 150000000, 45
ptough_graph_pt = 170000000, 46
ptough_graph_pt = 190000000, 47
ptough_graph_pt = 210000000, 48
ptough_graph_pt = 230000000, 49
ptough_graph_pt = 250000000, 50
Note: Ignore the increased level requirements, that is part of something I'm trying out in an attempt to slow down leveling in a SP Mod I'm setting up (to balance out trading, where you can make up to 100,000 credits in a single trade trip). I've also increased the payment for each mission considerably as another balancing issue. So far is working out well, but I want to play test it some more yet.
Really? Oh well, I haven't got that far yet. With the modifications I've made, I'm still on level six with 20,000 credits to go before I reach 7th level. If I could be bothered I'd change all the value to lower levels and see what happens, but I just can't be stuffed doing that, as I can't see the need to go above level 38. Perhaps someone else would like to try it? Just to see what happens.
18 posts
• Page 1 of 2 • 1, 2
Return to Freelancer General Editing Forum