Freelancer Community Network
Reminder: Internet Explorer 6 or below are NOT supported.
HomeHome
ForumForum
WikiWiki
DownloadsDownloads
ForgeForge
Multiplayer Connection Tutorial
Collapse/Expand Donations
Monthly costs: -50€
Income (ads): +25€
Donations (last month): +0€

Current balance: -65€
(last updated 2013/05)

Please make a donation if you want to help keeping The-Starport online:

Thanks!
Collapse/Expand Random Image
Collapse/Expand Poll
Would you be interested in Star Citizen modding?
Yes.
No, not interested in SC mods/modding.
No, not interested in SC in general.
Total Votes: 278
3 Comments
Collapse/Expand Login
Username:

Password:

Remember me



Lost Password?

Register now!
Collapse/Expand Chat
Collapse/Expand Twitter
Collapse/Expand Who's Online
28 user(s) are online (11 user(s) are browsing Forum)

Members: 1
Guests: 27

Pascal05, more...
Collapse/Expand Links
Collapse/Expand Advertisement
There are currently 109 users playing Freelancer on 83 servers.
May. 25, 2013
Report message:*
 

Re: 2.0.0 Plugins/KosAcid Projects/Plugin Ports

Subject: Re: 2.0.0 Plugins/KosAcid Projects/Plugin Ports
by { ***M.o.D.***} on 2012/8/1 14:11:35

Huhu guys

so i finally managed to find the code line of pure evil my mod

rightnow im setting up the flhook configuration and i stumbled upon something i couldnt figure out by myself.
(its not an error or problem)

in playercntl.ini (rep fixer feature):
(following lines are just short examples)

@old disco mod:
Code:
[dsy_license_ku_p_grp]
fc_n_grp = -0.90, 3


@newest disco mod:
Code:
[dsy_license_ku_p_grp]
fc_n_grp = -0.90, 0


@my mod^^:
Code:
[fc_n_grp_token]
fc_n_grp = 1

this works perfectly, too.

So what does the second value do?^^ & is it necessary?
(im just curious^^)

greetz,

Edit:
''Problem'' solved
just take a look at the src:

0 -> changes the rep if the current one is smaller
1 -> changes the rep if the current one is bigger
2 -> no change at all
3 -> simply changes the current value to the specified one