Random Hits OXP
Moderators: winston, another_commander
Re: Random Hits OXP
My pleasure
Re: Random Hits OXP
Some feedback:
The auto re-fuel is very nice. It just didn't make sense to rush out for a battle almost unarmed with no injector fuel. The Thargoids I fought might think otherwise.
The chart connected with the RH bulletin boards is VERY helpfull! It is just perfect!
Tanks a lot!
The auto re-fuel is very nice. It just didn't make sense to rush out for a battle almost unarmed with no injector fuel. The Thargoids I fought might think otherwise.
The chart connected with the RH bulletin boards is VERY helpfull! It is just perfect!
Tanks a lot!
Re: Random Hits OXP
Let me quote gizmo here:ralph_hh wrote:Some feedback:
The auto re-fuel is very nice. It just didn't make sense to rush out for a battle almost unarmed with no injector fuel. The Thargoids I fought might think otherwise.
The chart connected with the RH bulletin boards is VERY helpfull! It is just perfect!
Tanks a lot!
gizmo wrote:My pleasure
Re: Random Hits OXP
I'm a bit confused...
After killing a (high-level) mark and receiving my "fistful of credits" my reputation dropped from a "a fearsome great one" to "an inexperienced great one".
Shouldn't the reputation increase or stay at the same level instead?
After killing a (high-level) mark and receiving my "fistful of credits" my reputation dropped from a "a fearsome great one" to "an inexperienced great one".
Shouldn't the reputation increase or stay at the same level instead?
- Fatleaf
- Intergalactic Spam Assassin
- Posts: 1988
- Joined: Tue Jun 08, 2010 5:11 am
- Location: In analysis mode on Phaelon
- Contact:
Re: Random Hits OXP
Did you kill the mark in a cowardly way of some kind? Or spend too long between the kill and the last visit to a Space bar?gizmo wrote:I'm a bit confused...
After killing a (high-level) mark and receiving my "fistful of credits" my reputation dropped from a "a fearsome great one" to "an inexperienced great one".
Shouldn't the reputation increase or stay at the same level instead?
Find out about the early influences of Fatleaf here. Also his OXP's!
Holds the Ooniversal record for "Thread Necromancy"
Holds the Ooniversal record for "Thread Necromancy"
Re: Random Hits OXP
Looking at the code, it looks like the only thing that drops the score from which the reputation is determined is canceling a hit. Has that happened? If not, then there's something wrong with the reputation calculation part.Fatleaf wrote:Did you kill the mark in a cowardly way of some kind? Or spend too long between the kill and the last visit to a Space bar?gizmo wrote:I'm a bit confused...
After killing a (high-level) mark and receiving my "fistful of credits" my reputation dropped from a "a fearsome great one" to "an inexperienced great one".
Shouldn't the reputation increase or stay at the same level instead?
Re: Random Hits OXP
I neither killed the mark cowardly (would I've got the credits in that case?) nor did I cancel a contract.
I'll check if I can recreate the problem - should there be somthing easy to spot in the savefile or in the debug console?
edited to add:
Between the kill and the next space bar visit wasn't even a jump (I killed the mark in an Anarchy).
I'll check if I can recreate the problem - should there be somthing easy to spot in the savefile or in the debug console?
edited to add:
Between the kill and the next space bar visit wasn't even a jump (I killed the mark in an Anarchy).
Re: Random Hits OXP
Tried it and the same happened again (dropped from inexperienced to newly appointed).
Here's what I saw in the debug console - took the contract
destroyed the marks's ship and the pod
edited to add:
and the relevant lines from the savefile - before the kill
after the kill
Here's what I saw in the debug console - took the contract
Code: Select all
(Hatred : 1448. Events Timer : 512. Dockings : 9. Events Number : 16. Special Mission Timer : 512.
Revenge Status : NO. Time to Strike : SLOW_BURN. Revenge Jumps Made : 0. Special Mission : WAITING.
Master Timer : 512. Dice Roll : 75)
Code: Select all
Mark was killed by: [PlayerShip "Cobra Mark III" position: (-40056.1, -12363.5, 285249) scanClass: CLASS_PLAYER
status: STATUS_IN_FLIGHT] Because of: energy damage. Last recorded hit: PLAYER_ATTACK
Mark podded out of his ship
Pod was killed by: [PlayerShip "Cobra Mark III" position: (-44700.7, -10297.4, 289260) scanClass: CLASS_PLAYER
status: STATUS_IN_FLIGHT] Because of: energy damage
and the relevant lines from the savefile - before the kill
Code: Select all
<key>mission_random_hits_criminal_hate_score</key>
<string>1448</string>
<key>mission_random_hits_criminal_kill_score</key>
<string>5</string>
<key>mission_random_hits_currentrank</key>
<string>an inexperienced</string>
<key>mission_random_hits_dockings_number</key>
<string>9</string>
<key>mission_random_hits_score</key>
<string>382</string>
Code: Select all
<key>mission_random_hits_criminal_hate_score</key>
<string>1455</string>
<key>mission_random_hits_criminal_kill_score</key>
<string>5</string>
<key>mission_random_hits_currentrank</key>
<string>a newly appointed</string>
<key>mission_random_hits_dockings_number</key>
<string>9</string>
<key>mission_random_hits_score</key>
<string>391</string>
Re: Random Hits OXP
I think I've got it. You've gone through the roof so to speak . There is a rank and a title. Rank is that "fearsome" and title is "great one". There are 14 titles altogether and the rank is just cycled from 10 different set's of three. 1 is the lowest and 10 the highest. The set is selected by taking modulo 10 from the rh score so these just go around and around. You seem to be on your around 25th round of ranks since reaching "great one". You seem to like these missions.
From the looks of it, it looks like that part of the code is a bit unfinished. I'll do something about it. Thanks again for reporting, you've been very helpful in debugging this old classic oxp.
From the looks of it, it looks like that part of the code is a bit unfinished. I'll do something about it. Thanks again for reporting, you've been very helpful in debugging this old classic oxp.
Re: Random Hits OXP
It sure looks that wayspara wrote:You seem to like these missions.
I especially like the difficult ones - an easy way to burn your money with repairs instead of "blings"
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Random Hits OXP
<nods sagely>gizmo wrote:... an easy way to burn your money with repairs instead of "blings"
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
Re: Random Hits OXP
Version 1.10.2 is up.
* Fixed the rank system to work the way it most likely was meant to work.
Gizmo, you should now be known as "The Great One".
* Fixed the rank system to work the way it most likely was meant to work.
Gizmo, you should now be known as "The Great One".
Re: Random Hits OXP
Could you release this as a straight OXZ file? The expansion manager seems to be giving me an older version every time I reload it.
** OK solved. For anyone as daft as me who is having this problem: don't forget to update the expansion pack list using the expansion manager menu!
** OK solved. For anyone as daft as me who is having this problem: don't forget to update the expansion pack list using the expansion manager menu!
Re: Random Hits OXP
The next Oolite version will make it more difficult to forget that step.streb2001 wrote:don't forget to update the expansion pack list using the expansion manager menu!
Re: Random Hits OXP
I suppose I should 'fess up to my dirty little secret here. I am a big user of Jones Mod Enabler. I have even used it for mp3 playlists and source code library management in the past!
I'm afraid that for any addons that are only available via the expansion manager I copy the OXZ out of Oolite, delete the addon using the expansion manager and then re-enable it with JME. I do this for two reasons: 1. I like to "own" all the files I use and 2. I like to unpack interesting Oolite addons and see how they work.
My point is this - if you change the expansion manager in future versions, could you still make it possible for people like me to get at the OXZs please? ie don't encrypt them or anything like that.
I'm afraid that for any addons that are only available via the expansion manager I copy the OXZ out of Oolite, delete the addon using the expansion manager and then re-enable it with JME. I do this for two reasons: 1. I like to "own" all the files I use and 2. I like to unpack interesting Oolite addons and see how they work.
My point is this - if you change the expansion manager in future versions, could you still make it possible for people like me to get at the OXZs please? ie don't encrypt them or anything like that.