[SCRIPT] Ranking Dial by Wercho - adjusts the growth rate of trade / combat rank
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 20
- Joined: Mon, 1. Feb 10, 00:52
[SCRIPT] Ranking Dial by Wercho - adjusts the growth rate of trade / combat rank
v1.01
Date: 02/18/2010
Author: Wercho
Ranking Dial
Download SPK (v1.01) Please, please, please, for-the-love-of-Pete, please read "Accessing the Menu" below.
Required: Cycrow's Plugin Manager
Description
"Why do they all have PBGs?!? How can I fight four M6 and a ****ton of escorts in my M3? Whyyyyyyy?"
Has this ever happened to you? Do you wish your combat rank would progress slower, so you didn't have to fight such difficult enemies so soon? We've heard your plea, and answered it.
This script package adds the ability to slow (or quicken) the rate of growth of your combat and trade rankings. It is configurable through the in game menus, and allows selection of the growth rate for each separately.
Accessing the Menu
Because this runs through the mission director, and I couldn't find a more convenient way to do things, accessing the menu is done like this:
1. Change pilot name to "rankdial" <--- exactly that, no caps, no spaces
2. You may now change your name back to whatever you want
3. You will get a message asking a series of questions, this is the configuration menu
To access the menu again, repeat from step 1
Installation
1. Install with Cycrow's Plugin Manager.
2. Change your pilot name to "rankdial" (then back to whatever you like)
3. Answer Menu questions
Uninstall
1. Uninstall with Cycrow's Plugin Manager
Files
\scripts
wercho.rd.log.xml
\t
8981-L044.xml (and associated page id)
\director
WerchRankDial.xml
How it works
This script stores your combat/trade ranks. Every 1 minute, it checks your in-game rank against the stored values. It multiplies the difference by the appropriate percentage, and then adjusts your in-game ranking accordingly. Changes are written to the log file at this time.
As a result, after ranking gains there will be up to a one minute period before the plugin takes effect and reduces or increases your ranking. Thus, you may find you gain the same rank multiple times in a row as you earn it, then the script reduces your ranking, then you earn it again. This is normal. Please be aware of this and let the plugin do its thing.
Version History
1.01: Minor fix to logfile script
1.00: Original
Date: 02/18/2010
Author: Wercho
Ranking Dial
Download SPK (v1.01) Please, please, please, for-the-love-of-Pete, please read "Accessing the Menu" below.
Required: Cycrow's Plugin Manager
Description
"Why do they all have PBGs?!? How can I fight four M6 and a ****ton of escorts in my M3? Whyyyyyyy?"
Has this ever happened to you? Do you wish your combat rank would progress slower, so you didn't have to fight such difficult enemies so soon? We've heard your plea, and answered it.
This script package adds the ability to slow (or quicken) the rate of growth of your combat and trade rankings. It is configurable through the in game menus, and allows selection of the growth rate for each separately.
Accessing the Menu
Because this runs through the mission director, and I couldn't find a more convenient way to do things, accessing the menu is done like this:
1. Change pilot name to "rankdial" <--- exactly that, no caps, no spaces
2. You may now change your name back to whatever you want
3. You will get a message asking a series of questions, this is the configuration menu
To access the menu again, repeat from step 1
Installation
1. Install with Cycrow's Plugin Manager.
2. Change your pilot name to "rankdial" (then back to whatever you like)
3. Answer Menu questions
Uninstall
1. Uninstall with Cycrow's Plugin Manager
Files
\scripts
wercho.rd.log.xml
\t
8981-L044.xml (and associated page id)
\director
WerchRankDial.xml
How it works
This script stores your combat/trade ranks. Every 1 minute, it checks your in-game rank against the stored values. It multiplies the difference by the appropriate percentage, and then adjusts your in-game ranking accordingly. Changes are written to the log file at this time.
As a result, after ranking gains there will be up to a one minute period before the plugin takes effect and reduces or increases your ranking. Thus, you may find you gain the same rank multiple times in a row as you earn it, then the script reduces your ranking, then you earn it again. This is normal. Please be aware of this and let the plugin do its thing.
Version History
1.01: Minor fix to logfile script
1.00: Original
Last edited by wercho on Fri, 19. Feb 10, 04:27, edited 1 time in total.
-
- Posts: 1468
- Joined: Wed, 3. Aug 05, 05:05
wercho
Your getting to be a busy person, I do believe you will be some peoples fav persons for a bit with filling this demand for ranking speed changes.
Just a thought, and you can tell me to mind my own bees wax if you want, and i'm not sure this will work without testing it.
Have you tried creating a setup.wercho.rd script to setup a hotkey (yes more of em) to call a very basic script to change player name and then after a 1000ms wait to change it back, and that way you could have a hotkey to call your menu.
eg
As i said i'm not sure it would work but it may be worth a try.
Keep up the good work.
MarCon
Your getting to be a busy person, I do believe you will be some peoples fav persons for a bit with filling this demand for ranking speed changes.
Just a thought, and you can tell me to mind my own bees wax if you want, and i'm not sure this will work without testing it.
Have you tried creating a setup.wercho.rd script to setup a hotkey (yes more of em) to call a very basic script to change player name and then after a 1000ms wait to change it back, and that way you could have a hotkey to call your menu.
eg
Code: Select all
10 $org.player.name = get player name
20 $player.race = [PLAYERSHIP] get race
30 $player.race = set name to 'rankdial'
40 = wait 1000 ms
50 $player.race = set name to $org.player.name
60 return [TRUE]
Keep up the good work.
MarCon
-
- Posts: 126
- Joined: Mon, 12. Nov 07, 05:48
-
- Posts: 266
- Joined: Sun, 5. Oct 08, 10:06
-
- Posts: 6
- Joined: Sun, 21. Feb 10, 07:46
-
- Posts: 48
- Joined: Thu, 31. Aug 06, 23:23
Try this one:LZ wrote:I'm sorry.I think the mediafire Web site has been screened.But I really want this script.Is there another way to get it?
filefront mirror
-
- Posts: 6
- Joined: Sun, 21. Feb 10, 07:46
-
- Posts: 186
- Joined: Thu, 5. May 11, 04:03