For test results, bug reports, announcements of new builds etc.
Moderators: winston , another_commander , Getafix
Capt. Murphy
Commodore
Posts: 1127 Joined: Fri Feb 25, 2011 8:46 am
Location: UK South Coast.
Post
by Capt. Murphy » Sat Apr 14, 2012 8:47 am
Zieman wrote: mandoman wrote:
I was wrong, it just finished. All it listed were my oolite-save files. Not sure what the significance is with that, though.
A stab in the dark: Could some OXP write the "necessity" to use specific textures for some planets to save file? The OXP can be long gone, but changes in save file will remain.
Good call Zieman. I think that scripts that make changes to planetinfo keys (including texture) via
system.info.xxx
make persistent changes to the save game which remain after the OXP is gone.
Mandoman can you post the contents of one of the save games that showed up in your search?
Commander McLane
---- E L I T E ----
Posts: 9520 Joined: Thu Dec 14, 2006 9:08 am
Location: a Hacker Outpost in a moderately remote area
Contact:
Post
by Commander McLane » Sat Apr 14, 2012 8:54 am
Capt. Murphy wrote: Mandoman can you post the contents of one of the save games that showed up in your search?
The
mission_variables
part would suffice.
Eric Walch
Slightly Grand Rear Admiral
Posts: 5536 Joined: Sat Jun 16, 2007 3:48 pm
Location: Netherlands
Post
by Eric Walch » Sat Apr 14, 2012 12:06 pm
Commander McLane wrote:
The mission_variables
part would suffice.
I think you mean the
local_planetinfo_overrides
part?
A likely candidate, but than grep should have found the save file, I would think.
I just verified. typing in the console:
system.info.texture = "myPlanet.png"
results in the following log on loading the save game:
Code: Select all
[files.notFound]: ----- WARNING: Could not find texture file "myPlanet.png".
SandJ
---- E L I T E ----
Posts: 1048 Joined: Fri Nov 26, 2010 9:08 pm
Location: Help! I'm stranded down here on Earth!
Post
by SandJ » Sat Apr 14, 2012 1:09 pm
Eric Walch wrote: grep should have found the save file
He said it did:
mandoman wrote: Okay, I finally got the Gnome-Search-Tool, and it's working on finding anything with Xequerin.png. It just finished. All it listed were my oolite-save files.
Flying a Cobra Mk I Cobbie 3 with nothing but Explorers Club.OXP and a beam laser 4 proper lasers for company
Dropbox referral link 2GB of free space online + 500 Mb for the referral: good for securing work-in-progress.
mandoman
---- E L I T E ----
Posts: 1385 Joined: Thu Apr 28, 2011 3:17 pm
Post
by mandoman » Sat Apr 14, 2012 3:05 pm
Okay, a lot on the table. First, here is one of the Oolite-Saves, as requested. Note the local planet overrides. Why are those even there? Like I said, I long ago removed "Famous Planets", and "Povery Planets", and any other "System" type oxps, because they caused problems with the game. Does this mean that they are not really removed?
Code: Select all
<key>local_planetinfo_overrides</key>
<dict>
<key>0 0</key>
<dict>
<key>texture</key>
<string>Tibedied.png</string>
</dict>
<key>0 1</key>
<dict>
<key>texture</key>
<string>Qube.png</string>
</dict>
<key>0 10</key>
<dict>
<key>texture</key>
<string>Teaatis.png</string>
</dict>
<key>0 100</key>
<dict>
<key>texture</key>
<string>Vetitice.png</string>
</dict>
<key>0 101</key>
<dict>
<key>texture</key>
<string>Laenin.png</string>
</dict>
<key>0 102</key>
<dict>
<key>texture</key>
<string>Beraanxe.png</string>
</dict>
<key>0 103</key>
<dict>
<key>texture</key>
<string>Atage.png</string>
</dict>
<key>0 104</key>
<dict>
<key>texture</key>
<string>Veisti.png</string>
</dict>
<key>0 105</key>
<dict>
<key>texture</key>
<string>Zaerla.png</string>
</dict>
<key>0 106</key>
<dict>
<key>texture</key>
<string>Esredice.png</string>
</dict>
<key>0 107</key>
<dict>
<key>texture</key>
<string>Beor.png</string>
</dict>
<key>0 108</key>
<dict>
<key>texture</key>
<string>Orso.png</string>
</dict>
<key>0 109</key>
<dict>
<key>texture</key>
<string>Usatqura.png</string>
</dict>
<key>0 11</key>
<dict>
<key>texture</key>
<string>Riinus.png</string>
</dict>
<key>0 110</key>
<dict>
<key>texture</key>
<string>Erbiti.png</string>
</dict>
<key>0 111</key>
<dict>
<key>texture</key>
<string>Reinen.png</string>
</dict>
<key>0 112</key>
<dict>
<key>texture</key>
<string>Ininbi.png</string>
</dict>
<key>0 113</key>
<dict>
<key>texture</key>
<string>Erlaza.png</string>
</dict>
<key>0 114</key>
<dict>
<key>texture</key>
<string>Celabile.png</string>
</dict>
<key>0 115</key>
<dict>
<key>texture</key>
<string>Ribiso.png</string>
</dict>
<key>0 116</key>
<dict>
<key>texture</key>
<string>Qudira.png</string>
</dict>
<key>0 117</key>
<dict>
<key>texture</key>
<string>Isdibi.png</string>
</dict>
<key>0 118</key>
<dict>
<key>texture</key>
<string>Gequre.png</string>
</dict>
<key>0 119</key>
<dict>
<key>texture</key>
<string>Rarere.png</string>
</dict>
<key>0 12</key>
<dict>
<key>texture</key>
<string>Esbiza.png</string>
</dict>
<key>0 120</key>
<dict>
<key>texture</key>
<string>Aerater.png</string>
</dict>
<key>0 121</key>
<dict>
<key>texture</key>
<string>Atbevete.png</string>
</dict>
<key>0 122</key>
<dict>
<key>texture</key>
<string>Bioris.png</string>
</dict>
<key>0 123</key>
<dict>
<key>texture</key>
<string>Raale.png</string>
</dict>
<key>0 124</key>
<dict>
<key>texture</key>
<string>Tionisla.png</string>
</dict>
<key>0 125</key>
<dict>
<key>texture</key>
<string>Encereso.png</string>
</dict>
<key>0 126</key>
<dict>
<key>texture</key>
<string>Anerbe.png</string>
</dict>
<key>0 127</key>
<dict>
<key>texture</key>
<string>Gelaed.png</string>
</dict>
<key>0 128</key>
<dict>
<key>texture</key>
<string>Onusorle.png</string>
</dict>
<key>0 129</key>
<dict>
<key>texture</key>
<string>Zaonce.png</string>
</dict>
<key>0 13</key>
<dict>
<key>texture</key>
<string>Ontimaxe.png</string>
</dict>
<key>0 130</key>
<dict>
<key>texture</key>
<string>Diquer.png</string>
</dict>
<key>0 131</key>
<dict>
<key>texture</key>
<string>Zadies.png</string>
</dict>
<key>0 132</key>
<dict>
<key>texture</key>
<string>Entizadi.png</string>
</dict>
<key>0 133</key>
<dict>
<key>texture</key>
<string>Esanbe.png</string>
</dict>
<key>0 134</key>
<dict>
<key>texture</key>
<string>Usralaat.png</string>
</dict>
<key>0 135</key>
<dict>
<key>texture</key>
<string>Anlere.png</string>
</dict>
<key>0 136</key>
<dict>
<key>texture</key>
<string>Teveri.png</string>
</dict>
<key>0 137</key>
<dict>
<key>texture</key>
<string>Sotiera.png</string>
</dict>
<key>0 138</key>
<dict>
<key>texture</key>
<string>Ededleen.png</string>
</dict>
<key>0 139</key>
<dict>
<key>texture</key>
<string>Inonri.png</string>
</dict>
<key>0 14</key>
<dict>
<key>texture</key>
<string>Cebetela.png</string>
</dict>
<key>0 140</key>
<dict>
<key>texture</key>
<string>Esbeus.png</string>
</dict>
<key>0 141</key>
<dict>
<key>texture</key>
<string>Lerelace.png</string>
</dict>
<key>0 142</key>
<dict>
<key>texture</key>
<string>Eszaraxe.png</string>
</dict>
<key>0 143</key>
<dict>
<key>texture</key>
<string>Anbeen.png</string>
</dict>
<key>0 144</key>
<dict>
<key>texture</key>
<string>Biorle.png</string>
</dict>
<key>0 145</key>
<dict>
<key>texture</key>
<string>Anisor.png</string>
</dict>
<key>0 146</key>
<dict>
<key>texture</key>
<string>Usrarema.png</string>
</dict>
<key>0 147</key>
<dict>
<key>texture</key>
<string>Diso.png</string>
</dict>
<key>0 148</key>
<dict>
<key>texture</key>
<string>Riraes.png</string>
</dict>
<key>0 149</key>
<dict>
<key>texture</key>
<string>Orrira.png</string>
</dict>
<key>0 15</key>
<dict>
<key>texture</key>
<string>Ceedra.png</string>
</dict>
<key>0 150</key>
<dict>
<key>texture</key>
<string>Xeer.png</string>
</dict>
<key>0 151</key>
<dict>
<key>texture</key>
<string>Ceesxe.png</string>
</dict>
<key>0 152</key>
<dict>
<key>texture</key>
<string>Isatre.png</string>
</dict>
<key>0 153</key>
<dict>
<key>texture</key>
<string>Aona.png</string>
</dict>
<key>0 154</key>
<dict>
<key>texture</key>
<string>Isinor.png</string>
</dict>
<key>0 155</key>
<dict>
<key>texture</key>
<string>Uszaa.png</string>
</dict>
<key>0 156</key>
<dict>
<key>texture</key>
<string>Aanbiat.png</string>
</dict>
<key>0 157</key>
<dict>
<key>texture</key>
<string>Bemaera.png</string>
</dict>
<key>0 158</key>
<dict>
<key>texture</key>
<string>Inines.png</string>
</dict>
<key>0 159</key>
<dict>
<key>texture</key>
<string>Edzaon.png</string>
</dict>
<key>0 16</key>
<dict>
<key>texture</key>
<string>Rizala.png</string>
</dict>
<key>0 160</key>
<dict>
<key>texture</key>
<string>Leritean.png</string>
</dict>
<key>0 161</key>
<dict>
<key>texture</key>
<string>Veale.png</string>
</dict>
<key>0 162</key>
<dict>
<key>texture</key>
<string>Edle.png</string>
</dict>
<key>0 163</key>
<dict>
<key>texture</key>
<string>Anlama.png</string>
</dict>
<key>0 164</key>
<dict>
<key>texture</key>
<string>Ribilebi.png</string>
</dict>
<key>0 165</key>
<dict>
<key>texture</key>
<string>Relaes.png</string>
</dict>
<key>0 166</key>
<dict>
<key>texture</key>
<string>Dizaoner.png</string>
</dict>
<key>0 167</key>
<dict>
<key>texture</key>
<string>Razaar.png</string>
</dict>
<key>0 168</key>
<dict>
<key>texture</key>
<string>Enonla.png</string>
</dict>
<key>0 169</key>
<dict>
<key>texture</key>
<string>Isanlequ.png</string>
</dict>
<key>0 17</key>
<dict>
<key>texture</key>
<string>Atriso.png</string>
</dict>
<key>0 170</key>
<dict>
<key>texture</key>
<string>Tibecea.png</string>
</dict>
<key>0 171</key>
<dict>
<key>texture</key>
<string>Sotera.png</string>
</dict>
<key>0 172</key>
<dict>
<key>texture</key>
<string>Esveor.png</string>
</dict>
<key>0 173</key>
<dict>
<key>texture</key>
<string>Esteonbi.png</string>
</dict>
<key>0 174</key>
<dict>
<key>texture</key>
<string>Xeesenri.png</string>
</dict>
<key>0 175</key>
<dict>
<key>texture</key>
<string>Oresle.png</string>
</dict>
<key>0 176</key>
<dict>
<key>texture</key>
<string>Ervein.png</string>
</dict>
<key>0 177</key>
<dict>
<key>texture</key>
<string>Larais.png</string>
</dict>
<key>0 178</key>
<dict>
<key>texture</key>
<string>Anxebiza.png</string>
</dict>
<key>0 179</key>
<dict>
<key>texture</key>
<string>Diedar.png</string>
</dict>
<key>0 18</key>
<dict>
<key>texture</key>
<string>Teanrebi.png</string>
</dict>
<key>0 180</key>
<dict>
<key>texture</key>
<string>Eninre.png</string>
</dict>
<key>0 181</key>
<dict>
<key>texture</key>
<string>Bibe.png</string>
</dict>
<key>0 182</key>
<dict>
<key>texture</key>
<string>Diquxe.png</string>
</dict>
<key>0 183</key>
<dict>
<key>texture</key>
<string>Sorace.png</string>
</dict>
<key>0 184</key>
<dict>
<key>texture</key>
<string>Anxeonis.png</string>
</dict>
<key>0 185</key>
<dict>
<key>texture</key>
<string>Riantiat.png</string>
</dict>
<key>0 186</key>
<dict>
<key>texture</key>
<string>Zarece.png</string>
</dict>
<key>0 187</key>
<dict>
<key>texture</key>
<string>Maesin.png</string>
</dict>
<key>0 188</key>
<dict>
<key>texture</key>
<string>Tibionis.png</string>
</dict>
<key>0 189</key>
<dict>
<key>texture</key>
<string>Gelegeus.png</string>
</dict>
<key>0 19</key>
<dict>
<key>texture</key>
<string>Azaqu.png</string>
</dict>
<key>0 190</key>
<dict>
<key>texture</key>
<string>Diora.png</string>
</dict>
<key>0 191</key>
<dict>
<key>texture</key>
<string>Rigeti.png</string>
</dict>
<key>0 192</key>
<dict>
<key>texture</key>
<string>Begeabi.png</string>
</dict>
<key>0 193</key>
<dict>
<key>texture</key>
<string>Orrere.png</string>
</dict>
<key>0 194</key>
<dict>
<key>texture</key>
<string>Beti.png</string>
</dict>
<key>0 195</key>
<dict>
<key>texture</key>
<string>Gerete.png</string>
</dict>
<key>0 196</key>
<dict>
<key>texture</key>
<string>Qucerere.png</string>
</dict>
<key>0 197</key>
<dict>
<key>texture</key>
<string>Xeoner.png</string>
</dict>
<key>0 198</key>
<dict>
<key>texture</key>
<string>Xezaor.png</string>
</dict>
<key>0 199</key>
<dict>
<key>texture</key>
<string>Ritila.png</string>
</dict>
<key>0 2</key>
<dict>
<key>texture</key>
<string>Leleer.png</string>
</dict>
<key>0 20</key>
<dict>
<key>texture</key>
<string>Retila.png</string>
</dict>
<key>0 200</key>
<dict>
<key>texture</key>
<string>Edorte.png</string>
</dict>
<key>0 201</key>
<dict>
<key>texture</key>
<string>Zaalela.png</string>
</dict>
<key>0 202</key>
<dict>
<key>texture</key>
<string>Biisorte.png</string>
</dict>
<key>0 203</key>
<dict>
<key>texture</key>
<string>Beesor.png</string>
</dict>
<key>0 204</key>
<dict>
<key>texture</key>
<string>Oresqu.png</string>
</dict>
<key>0 205</key>
<dict>
<key>texture</key>
<string>Xeququti.png</string>
</dict>
<key>0 206</key>
<dict>
<key>texture</key>
<string>Maises.png</string>
</dict>
<key>0 207</key>
<dict>
<key>texture</key>
<string>Bierle.png</string>
</dict>
<key>0 208</key>
<dict>
<key>texture</key>
<string>Arzaso.png</string>
</dict>
<key>0 209</key>
<dict>
<key>texture</key>
<string>Teen.png</string>
</dict>
<key>0 21</key>
<dict>
<key>texture</key>
<string>Sotiqu.png</string>
</dict>
<key>0 210</key>
<dict>
<key>texture</key>
<string>Riredi.png</string>
</dict>
<key>0 211</key>
<dict>
<key>texture</key>
<string>Teorge.png</string>
</dict>
<key>0 212</key>
<dict>
<key>texture</key>
<string>Vebege.png</string>
</dict>
<key>0 213</key>
<dict>
<key>texture</key>
<string>Xeenle.png</string>
</dict>
<key>0 214</key>
<dict>
<key>texture</key>
<string>Arxeza.png</string>
</dict>
<key>0 215</key>
<dict>
<key>texture</key>
<string>Edreor.png</string>
</dict>
<key>0 216</key>
<dict>
<key>texture</key>
<string>Esgerean.png</string>
</dict>
<key>0 217</key>
<dict>
<key>texture</key>
<string>Ditiza.png</string>
</dict>
<key>0 218</key>
<dict>
<key>texture</key>
<string>Anle.png</string>
</dict>
<key>0 219</key>
<dict>
<key>texture</key>
<string>Onisqu.png</string>
</dict>
<key>0 22</key>
<dict>
<key>texture</key>
<string>Inleus.png</string>
</dict>
<key>0 220</key>
<dict>
<key>texture</key>
<string>Aleusqu.png</string>
</dict>
<key>0 221</key>
<dict>
<key>texture</key>
<string>Zasoceat.png</string>
</dict>
<key>0 222</key>
<dict>
<key>texture</key>
<string>Rilace.png</string>
</dict>
<key>0 223</key>
<dict>
<key>texture</key>
<string>Beenri.png</string>
</dict>
<key>0 224</key>
<dict>
<key>texture</key>
<string>Laeden.png</string>
</dict>
<key>0 225</key>
<dict>
<key>texture</key>
<string>Mariar.png</string>
</dict>
<key>0 226</key>
<dict>
<key>texture</key>
<string>Riiser.png</string>
</dict>
<key>0 227</key>
<dict>
<key>texture</key>
<string>Qutiri.png</string>
</dict>
<key>0 228</key>
<dict>
<key>texture</key>
<string>Biramabi.png</string>
</dict>
<key>0 229</key>
<dict>
<key>texture</key>
<string>Soorbi.png</string>
</dict>
<key>0 23</key>
<dict>
<key>texture</key>
<string>Onrira.png</string>
</dict>
<key>0 230</key>
<dict>
<key>texture</key>
<string>Solageon.png</string>
</dict>
<key>0 231</key>
<dict>
<key>texture</key>
<string>Tiquat.png</string>
</dict>
<key>0 232</key>
<dict>
<key>texture</key>
<string>Rexebe.png</string>
</dict>
<key>0 233</key>
<dict>
<key>texture</key>
<string>Qubeen.png</string>
</dict>
<key>0 234</key>
<dict>
<key>texture</key>
<string>Cetiisqu.png</string>
</dict>
<key>0 235</key>
<dict>
<key>texture</key>
<string>Rebia.png</string>
</dict>
<key>0 236</key>
<dict>
<key>texture</key>
<string>Ordima.png</string>
</dict>
<key>0 237</key>
<dict>
<key>description</key>
<string>This planet is noted for Zero-G cricket. RRS Galactic Headquarters are in this system.</string>
<key>texture</key>
<string>Aruszati.png</string>
</dict>
<key>0 238</key>
<dict>
<key>texture</key>
<string>Zaleriza.png</string>
</dict>
<key>0 239</key>
<dict>
<key>texture</key>
<string>Zasoer.png</string>
</dict>
<key>0 24</key>
<dict>
<key>texture</key>
<string>Ceinzala.png</string>
</dict>
<key>0 240</key>
<dict>
<key>texture</key>
<string>Raleen.png</string>
</dict>
<key>0 241</key>
<dict>
<key>texture</key>
<string>Qurave.png</string>
</dict>
<key>0 242</key>
<dict>
<key>texture</key>
<string>Atrebibi.png</string>
</dict>
<key>0 243</key>
<dict>
<key>texture</key>
<string>Teesdi.png</string>
</dict>
<key>0 244</key>
<dict>
<key>texture</key>
<string>Ararus.png</string>
</dict>
<key>0 245</key>
<dict>
<key>texture</key>
<string>Ara.png</string>
</dict>
<key>0 246</key>
<dict>
<key>texture</key>
<string>Tianve.png</string>
</dict>
<key>0 247</key>
<dict>
<key>texture</key>
<string>Quorte.png</string>
</dict>
<key>0 248</key>
<dict>
<key>texture</key>
<string>Soladies.png</string>
</dict>
<key>0 249</key>
<dict>
<key>texture</key>
<string>Maxeedso.png</string>
</dict>
<key>0 25</key>
<dict>
<key>texture</key>
<string>Biisza.png</string>
</dict>
<key>0 250</key>
<dict>
<key>texture</key>
<string>Xexedi.png</string>
</dict>
<key>0 251</key>
<dict>
<key>texture</key>
<string>Xexeti.png</string>
</dict>
<key>0 252</key>
<dict>
<key>texture</key>
<string>Tiinlebi.png</string>
</dict>
<key>0 253</key>
<dict>
<key>texture</key>
<string>Rateedar.png</string>
</dict>
<key>0 254</key>
<dict>
<key>texture</key>
<string>Onlema.png</string>
</dict>
<key>0 255</key>
<dict>
<key>texture</key>
<string>Orerve.png</string>
</dict>
<key>0 26</key>
<dict>
<key>texture</key>
<string>Legees.png</string>
</dict>
<key>0 27</key>
<dict>
<key>texture</key>
<string>Quator.png</string>
</dict>
<key>0 28</key>
<dict>
<key>texture</key>
<string>Arexe.png</string>
</dict>
<key>0 29</key>
<dict>
<key>texture</key>
<string>Atrabiin.png</string>
</dict>
<key>0 3</key>
<dict>
<key>texture</key>
<string>Biarge.png</string>
</dict>
<key>0 30</key>
<dict>
<key>texture</key>
<string>Usanat.png</string>
</dict>
<key>0 31</key>
<dict>
<key>texture</key>
<string>Xeesle.png</string>
</dict>
<key>0 32</key>
<dict>
<key>texture</key>
<string>Oreseren.png</string>
</dict>
<key>0 33</key>
<dict>
<key>texture</key>
<string>Inera.png</string>
</dict>
<key>0 34</key>
<dict>
<key>texture</key>
<string>Inus.png</string>
</dict>
<key>0 35</key>
<dict>
<key>texture</key>
<string>Isence.png</string>
</dict>
<key>0 36</key>
<dict>
<key>texture</key>
<string>Reesdice.png</string>
</dict>
<key>0 37</key>
<dict>
<key>texture</key>
<string>Terea.png</string>
</dict>
<key>0 38</key>
<dict>
<key>texture</key>
<string>Orgetibe.png</string>
</dict>
<key>0 39</key>
<dict>
<key>texture</key>
<string>Reorte.png</string>
</dict>
<key>0 4</key>
<dict>
<key>texture</key>
<string>Xequerin.png</string>
</dict>
<key>0 40</key>
<dict>
<key>texture</key>
<string>Ququor.png</string>
</dict>
<key>0 41</key>
<dict>
<key>texture</key>
<string>Geinona.png</string>
</dict>
<key>0 42</key>
<dict>
<key>texture</key>
<string>Anarlaqu.png</string>
</dict>
<key>0 43</key>
<dict>
<key>texture</key>
<string>Oresri.png</string>
</dict>
<key>0 44</key>
<dict>
<key>texture</key>
<string>Esesla.png</string>
</dict>
<key>0 45</key>
<dict>
<key>texture</key>
<string>Socelage.png</string>
</dict>
<key>0 46</key>
<dict>
<key>texture</key>
<string>Riedquat.png</string>
</dict>
<key>0 47</key>
<dict>
<key>texture</key>
<string>Gerege.png</string>
</dict>
<key>0 48</key>
<dict>
<key>texture</key>
<string>Usle.png</string>
</dict>
<key>0 49</key>
<dict>
<key>texture</key>
<string>Malama.png</string>
</dict>
<key>0 5</key>
<dict>
<key>texture</key>
<string>Tiraor.png</string>
</dict>
<key>0 50</key>
<dict>
<key>texture</key>
<string>Aesbion.png</string>
</dict>
<key>0 51</key>
<dict>
<key>texture</key>
<string>Alaza.png</string>
</dict>
<key>0 52</key>
<dict>
<key>texture</key>
<string>Xeaqu.png</string>
</dict>
<key>0 53</key>
<dict>
<key>texture</key>
<string>Raoror.png</string>
</dict>
<key>0 54</key>
<dict>
<key>texture</key>
<string>Ororqu.png</string>
</dict>
<key>0 55</key>
<dict>
<key>description</key>
<string>The planet Leesti is reasonably fabled for Zero-G cricket and Leestiian evil juice, but cursed by deadly asteroid storms. Leesti's orbital station was recently destroyed by a large asteroid strike. Ships without planet landing capabilities are therefore advised to avoid this system.</string>
<key>productivity</key>
<string>0.0352</string>
<key>station</key>
<string>none</string>
<key>texture</key>
<string>Leesti.png</string>
</dict>
<key>0 56</key>
<dict>
<key>texture</key>
<string>Geisgeza.png</string>
</dict>
<key>0 57</key>
<dict>
<key>texture</key>
<string>Zainlabi.png</string>
</dict>
<key>0 58</key>
<dict>
<key>texture</key>
<string>Uscela.png</string>
</dict>
<key>0 59</key>
<dict>
<key>texture</key>
<string>Isveve.png</string>
</dict>
<key>0 6</key>
<dict>
<key>texture</key>
<string>Rabedira.png</string>
</dict>
<key>0 60</key>
<dict>
<key>texture</key>
<string>Tioranin.png</string>
</dict>
<key>0 61</key>
<dict>
<key>texture</key>
<string>Learorce.png</string>
</dict>
<key>0 62</key>
<dict>
<key>texture</key>
<string>Esusti.png</string>
</dict>
<key>0 63</key>
<dict>
<key>texture</key>
<string>Ususor.png</string>
</dict>
<key>0 64</key>
<dict>
<key>texture</key>
<string>Maregeis.png</string>
</dict>
<key>0 65</key>
<dict>
<key>texture</key>
<string>Aate.png</string>
</dict>
<key>0 66</key>
<dict>
<key>texture</key>
<string>Sori.png</string>
</dict>
<key>0 67</key>
<dict>
<key>texture</key>
<string>Cemave.png</string>
</dict>
<key>0 68</key>
<dict>
<key>texture</key>
<string>Arusqudi.png</string>
</dict>
<key>0 69</key>
<dict>
<key>texture</key>
<string>Eredve.png</string>
</dict>
<key>0 7</key>
<dict>
<key>texture</key>
<string>Lave.png</string>
</dict>
<key>0 70</key>
<dict>
<key>texture</key>
<string>Regeatge.png</string>
</dict>
<key>0 71</key>
<dict>
<key>texture</key>
<string>Edinso.png</string>
</dict>
<key>0 72</key>
<dict>
<key>texture</key>
<string>Ra.png</string>
</dict>
<key>0 73</key>
<dict>
<key>texture</key>
<string>Aronar.png</string>
</dict>
<key>0 74</key>
<dict>
<key>texture</key>
<string>Arraesso.png</string>
</dict>
<key>0 75</key>
<dict>
<key>texture</key>
<string>Cevege.png</string>
</dict>
<key>0 76</key>
<dict>
<key>texture</key>
<string>Orteve.png</string>
</dict>
<key>0 77</key>
<dict>
<key>texture</key>
<string>Geerra.png</string>
</dict>
<key>0 78</key>
<dict>
<key>texture</key>
<string>Soinuste.png</string>
</dict>
<key>0 79</key>
<dict>
<key>texture</key>
<string>Erlage.png</string>
</dict>
<key>0 8</key>
<dict>
<key>texture</key>
<string>Zaatxe.png</string>
</dict>
<key>0 80</key>
<dict>
<key>texture</key>
<string>Xeaan.png</string>
</dict>
<key>0 81</key>
<dict>
<key>texture</key>
<string>Veis.png</string>
</dict>
<key>0 82</key>
<dict>
<key>texture</key>
<string>Ensoreus.png</string>
</dict>
<key>0 83</key>
<dict>
<key>texture</key>
<string>Riveis.png</string>
</dict>
<key>0 84</key>
<dict>
<key>texture</key>
<string>Bivea.png</string>
</dict>
<key>0 85</key>
<dict>
<key>texture</key>
<string>Ermaso.png</string>
</dict>
<key>0 86</key>
<dict>
<key>texture</key>
<string>Velete.png</string>
</dict>
<key>0 87</key>
<dict>
<key>texture</key>
<string>Engema.png</string>
</dict>
<key>0 88</key>
<dict>
<key>texture</key>
<string>Atrienxe.png</string>
</dict>
<key>0 89</key>
<dict>
<key>texture</key>
<string>Beusrior.png</string>
</dict>
<key>0 9</key>
<dict>
<key>texture</key>
<string>Diusreza.png</string>
</dict>
<key>0 90</key>
<dict>
<key>texture</key>
<string>Ontiat.png</string>
</dict>
<key>0 91</key>
<dict>
<key>texture</key>
<string>Atarza.png</string>
</dict>
<key>0 92</key>
<dict>
<key>texture</key>
<string>Arazaes.png</string>
</dict>
<key>0 93</key>
<dict>
<key>texture</key>
<string>Xeeranre.png</string>
</dict>
<key>0 94</key>
<dict>
<key>texture</key>
<string>Quzadi.png</string>
</dict>
<key>0 95</key>
<dict>
<key>texture</key>
<string>Isti.png</string>
</dict>
<key>0 96</key>
<dict>
<key>texture</key>
<string>Digebiti.png</string>
</dict>
<key>0 97</key>
<dict>
<key>texture</key>
<string>Leoned.png</string>
</dict>
<key>0 98</key>
<dict>
<key>texture</key>
<string>Enzaer.png</string>
</dict>
<key>0 99</key>
<dict>
<key>texture</key>
<string>Teraed.png</string>
</dict>
</dict>
<key>market_rnd</key>
<integer>56</integer>
<key>max_cargo</key>
<integer>50</integer>
<key>max_passengers</key>
<integer>0</integer>
<key>missile_roles</key>
<array>
<string>EQ_REPAIRBOTS_MINE</string>
<string>EQ_HRACK_3_MISSILE</string>
<string>EQ_HRACK_3_MISSILE</string>
<string>EQ_HRACK_3_MISSILE</string>
<string>NONE</string>
<string>NONE</string>
<string>NONE</string>
<string>NONE</string>
<string>NONE</string>
<string>NONE</string>
<string>NONE</string>
<string>NONE</string>
</array>
<key>missiles</key>
<integer>4</integer>
<key>missionDestinations</key>
<array>
</array>
<key>mission_variables</key>
<dict>
<key>Bounty Status Display</key>
<string>Current Bounty: 0cr (Clean)</string>
<key>IronHide Armour Script</key>
<string>IronHide Armour Strength - 100%</string>
<key>Random_Hits</key>
<string>The Bounty Hunters' Guild consider you a harmless Outsider.</string>
<key>display-reputation-contract</key>
<string>You're starting to make a name in the cargo contract business.</string>
<key>display-reputation-passenger</key>
<string>You're starting to make a name in the passenger ferrying business.</string>
<key>mission_CT_thargonCargo</key>
<string>1</string>
<key>mission_CT_thargonCount</key>
<string>0</string>
<key>mission_OXPConfig_Change</key>
<string>2-0</string>
<key>mission_amCount</key>
<string>6</string>
<key>mission_asteroids</key>
<string>asteroids_FINISHED</string>
<key>mission_asteroids_bombremoved</key>
<string>0</string>
<key>mission_asteroids_rockdead</key>
<string>1</string>
<key>mission_asteroids_statdead</key>
<string>1</string>
<key>mission_autoECM</key>
<string>FALSE</string>
<key>mission_conhunt</key>
<string>STAGE_1</string>
<key>mission_deep_space_pirate_kills</key>
<string>29</string>
<key>mission_ec_currentcontract</key>
<string>no</string>
<key>mission_ec_escortrep</key>
<string>0</string>
<key>mission_ec_escortrepstring</key>
<string>neutral</string>
<key>mission_flightCreditsMemory</key>
<string>192.10000000000002:2782.5:232.8:66.8:279.8:428.1:4773.6:-3902.9:384.1:177.4</string>
<key>mission_flightCreditsStore</key>
<string>98140.3</string>
<key>mission_flightKillsMemory</key>
<string>0:0:7:1:7:14:10:2:10:3</string>
<key>mission_flightKillsStore</key>
<string>269</string>
<key>mission_flightLogMemory</key>
<string>232:109:123:232:127:149:106:33:106:123</string>
<key>mission_hiredGuns_chance</key>
<string>0.12800079411401005</string>
<key>mission_hiredGuns_count</key>
<string>0</string>
<key>mission_hyperCargoFailChance</key>
<string>0.01</string>
<key>mission_hyperCargoMemory</key>
<string>EMPTY</string>
<key>mission_ironHide_cost</key>
<string>225</string>
<key>mission_ironHide_milFlag</key>
<string>1</string>
<key>mission_ironHide_percentage</key>
<string>100</string>
<key>mission_ironHide_strength</key>
<string>400</string>
<key>mission_military_fiasco</key>
<string>MIL_START</string>
<key>mission_military_fiasco_killcount</key>
<string>0</string>
<key>mission_military_fiasco_progresscount</key>
<string>0</string>
<key>mission_numericcrosshairpositionaft</key>
<string>1</string>
<key>mission_numericcrosshairpositionforward</key>
<string>1</string>
<key>mission_numericcrosshairpositionport</key>
<string>1</string>
<key>mission_numericcrosshairpositionstarboard</key>
<string>1</string>
<key>mission_ooCheat_ecm</key>
<string>Activate</string>
<key>mission_ooCheat_fuel</key>
<string>Activate</string>
<key>mission_ooCheat_invuln</key>
<string>Activate</string>
<key>mission_ooCheat_missile</key>
<string>Activate</string>
<key>mission_ooCheat_recharge</key>
<string>Activate</string>
<key>mission_player_sortie</key>
<string>0</string>
<key>mission_powers_sortie</key>
<string>49</string>
<key>mission_railgun_projectile</key>
<string>railgun_1_projectile</string>
<key>mission_railgun_projectiles</key>
<string>100</string>
<key>mission_railgun_type</key>
<string>EQ_RAILGUN_1_AMMUNITION</string>
<key>mission_random_hits_criminal_hate_score</key>
<string>0</string>
<key>mission_random_hits_criminal_kill_score</key>
<string>0</string>
<key>mission_random_hits_currentrank</key>
<string>a raw</string>
<key>mission_random_hits_dockings_number</key>
<string>0</string>
<key>mission_random_hits_events_dice</key>
<string>2</string>
<key>mission_random_hits_events_number</key>
<string>0</string>
<key>mission_random_hits_events_timer</key>
<string>1</string>
<key>mission_random_hits_hunter_kill_score</key>
<string>0</string>
<key>mission_random_hits_playertitle</key>
<string>Outsider</string>
<key>mission_random_hits_revenge</key>
<string>NO</string>
<key>mission_random_hits_score</key>
<string>0</string>
<key>mission_random_hits_special_mission</key>
<string>WAITING</string>
<key>mission_random_hits_special_mission_timer</key>
<string>1</string>
<key>mission_random_hits_striketime</key>
<string>NOT_NOW</string>
<key>mission_random_hits_timer</key>
<string>0</string>
<key>mission_random_hits_total_boss_kills</key>
<string>0</string>
<key>mission_random_hits_total_player_boss_kills</key>
<string>0</string>
<key>mission_rescuestation_firstconv</key>
<string>0</string>
<key>mission_rescuestation_missionlog</key>
<string></string>
<key>mission_rescuestation_prevreputation</key>
<string>0</string>
<key>mission_rescuestation_reputation</key>
<string>0</string>
<key>mission_rescuestation_stage</key>
<string>0</string>
<key>mission_reserve_offer</key>
<string>OFFER_OPEN</string>
<key>mission_reserve_status</key>
<string>STATUS_CIVILIAN</string>
<key>mission_reserve_targets</key>
<string>0</string>
<key>mission_seccom_station</key>
<string>SECCOM_REVISIT</string>
<key>mission_snoopers_CRCNews</key>
<string>|</string>
<key>mission_snoopers_dateCheck</key>
<string>2084026</string>
<key>mission_snoopers_usedSlots</key>
<string>0</string>
<key>mission_stealth_barraCount</key>
<string>0</string>
<key>mission_stealth_barraKills</key>
<string>0</string>
<key>mission_stealth_mission</key>
<string>OFFER</string>
<key>mission_targetAutolock</key>
<string>TRUE</string>
<key>mission_thargoid_ambush</key>
<string>IMPOSSIBLE</string>
<key>mission_thargoidwars_ambush_timer</key>
<string>-1</string>
<key>mission_thargoidwars_ambush_timer_start</key>
<string>NO</string>
<key>mission_thargoidwars_medal</key>
<string>NONE</string>
<key>mission_thargoidwars_medal_number</key>
<string>0</string>
<key>mission_thargoidwars_number</key>
<string>0</string>
<key>mission_thargoidwars_satellite_timer</key>
<string>-1</string>
<key>mission_thargoidwars_satellite_timer_start</key>
<string>NO</string>
<key>mission_thargoidwars_station_attack</key>
<string>INITIALISE</string>
<key>mission_thargoidwars_timer</key>
<string>0</string>
<key>mission_thargoidwars_timer_start</key>
<string>NO</string>
<key>mission_trumbles</key>
<string>NOT_NOW</string>
<key>mission_unitOrder</key>
<string>checkin</string>
<key>mission_unitSelection</key>
<string>GWunit</string>
<key>mission_vector_arnmeet</key>
<string>0</string>
<key>mission_vector_cpods</key>
<string>0</string>
<key>mission_vector_epods</key>
<string>0</string>
<key>mission_vector_expFactor</key>
<string>1</string>
<key>mission_vector_limiter</key>
<string>0</string>
<key>mission_vector_logbook</key>
<string>AAA</string>
<key>mission_vector_newspointer</key>
<string>0|0|0|0|0|0</string>
<key>mission_vector_passengerState</key>
<string>0</string>
<key>mission_vector_version</key>
<string>1_5</string>
<key>mission_vicbond_count</key>
<string>0</string>
<key>mission_warrick_sortie</key>
<string>16</string>
<key>mission_xaquetl_sortie</key>
<string>14</string>
<key>mission_zalack_sortie</key>
<string>10</string>
<key>oolite-constrictor-hunt</key>
<string>Hunt for the Constrictor stolen from Xeer.</string>
Second, I am aware of the other "AddOns" file. It is in the GNUstep folder, as are all the core Oolite files. As noted, the only oxp in THAT AddOns folder is the Debug.oxp.
Capt. Murphy
Commodore
Posts: 1127 Joined: Fri Feb 25, 2011 8:46 am
Location: UK South Coast.
Post
by Capt. Murphy » Sun Apr 15, 2012 3:59 am
mandoman wrote: Okay, a lot on the table. First, here is one of the Oolite-Saves, as requested. Note the local planet overrides. Why are those even there? Like I said, I long ago removed "Famous Planets", and "Povery Planets", and any other "System" type oxps, because they caused problems with the game. Does this mean that they are not really removed?
No the OXP is gone, but it seems it sets textures via script using
system.info.texture
which leaves a permanent record of that texture for that system in your save game. It shouldn't be a causing crashes though, and in game I'd have thought the planets with the 'missing' texture would default to the textures generated by the core game.
You can safely remove the
local_planetinfo_overrides
entries that refer to textures using a text editor. Keep a backup copy of all the save games in question first!
Each entry to remove is in the format:
Code: Select all
<key>0 0</key>
<dict>
<key>texture</key>
<string>Tibedied.png</string>
</dict>
mandoman
---- E L I T E ----
Posts: 1385 Joined: Thu Apr 28, 2011 3:17 pm
Post
by mandoman » Sun Apr 15, 2012 5:26 am
Well, I'm glad I saved the originals, because when I removed the Local Planet Override entries, all of my captains, and ships disappeared from the game menu. I've noticed that the oolite-saves files are kind of touchy about being messed with. Learned not to mess with them too much a long time ago. The only changes I make now are to slip a new ship in on one of the Commanders oolite-saves, for testing. It doesn't seem to mind that, but maybe I'm wrong there, as well.
Capt. Murphy
Commodore
Posts: 1127 Joined: Fri Feb 25, 2011 8:46 am
Location: UK South Coast.
Post
by Capt. Murphy » Sun Apr 15, 2012 5:46 am
Ok - not all text editors are equal - some can save invisible special characters which will throw Oolite. But one that you normally use for editing plists should be fine. You didn't change the save game extension (.oolite-save
I presume it's the same under Linux as Windows) did you? That would prevent Oolite from recognising the save game.
mandoman
---- E L I T E ----
Posts: 1385 Joined: Thu Apr 28, 2011 3:17 pm
Post
by mandoman » Sun Apr 15, 2012 2:53 pm
No, I just copied each oolite-saves file into another folder, and then removed all the the text you mentioned. I was suppose to remove all of it, right? Everything under the Planet Overrides, but not past the planet overrides list?
Commander McLane
---- E L I T E ----
Posts: 9520 Joined: Thu Dec 14, 2006 9:08 am
Location: a Hacker Outpost in a moderately remote area
Contact:
Post
by Commander McLane » Sun Apr 15, 2012 3:26 pm
Removing everything could render the file unreadable. There should be an empty dictionary left, which looks like this:
Code: Select all
<key>local_planetinfo_overrides</key>
<dict/>
Try this one, mandoman.
mandoman
---- E L I T E ----
Posts: 1385 Joined: Thu Apr 28, 2011 3:17 pm
Post
by mandoman » Sun Apr 15, 2012 4:14 pm
That did it. After removing all of the planet info, but leaving that header in place, not only did everything in my Commander/Ship menu remain in place, but there are also no more error reports in Latest.log about missing planet textures. Thank you, Commander McClane, and all the rest of you that helped as well.
Commander McLane
---- E L I T E ----
Posts: 9520 Joined: Thu Dec 14, 2006 9:08 am
Location: a Hacker Outpost in a moderately remote area
Contact:
Post
by Commander McLane » Sun Apr 15, 2012 5:44 pm
mandoman wrote: Thank you, Commander McClane, and all the rest of you that helped as well.
You're welcome.
(Although the name's McLane; I've got nothing to do with
this guy, and everything with
that guy.)
mandoman
---- E L I T E ----
Posts: 1385 Joined: Thu Apr 28, 2011 3:17 pm
Post
by mandoman » Sun Apr 15, 2012 5:57 pm
I have never heard of that series. It looks cool, but I bet it's in German, and I couldn't follow it anyway. Six years before Star Trek, though. Cool.
Eric Walch
Slightly Grand Rear Admiral
Posts: 5536 Joined: Sat Jun 16, 2007 3:48 pm
Location: Netherlands
Post
by Eric Walch » Sun Apr 15, 2012 6:02 pm
mandoman wrote: I have never heard of that series. It looks cool, but I bet it's in German, and I couldn't follow it anyway. Six years before Star Trek, though. Cool.
I remember it well. I even recognise the characters from that picture. At that time I watched more german tv than dutch.
Cody
Sharp Shooter Spam Assassin
Posts: 16081 Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:
Post
by Cody » Sun Apr 15, 2012 6:08 pm
Was Raumpatrouille being broadcast in the late '70s? I have a vague memory of maybe seeing it when I was in West Germany around that time.
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!