script.javaScript.warning.ooliteDefinedError]: ----- JavaScript warning ("Famous Planets 2 Launch Script" 2.0): The function Planet.setTexture() is deprecated and will be removed in a future version of Oolite. Use planet.texture = 'foo' instead.
[script.javaScript.warning.ooliteDefinedError]: ../AddOns/Famous_Planets_v2.0.oxp/Config/script.js, line 97.
[script.javaScript.warning.undefinedProp]: ----- JavaScript warning ("Famous Planets 2 Launch Script" 2.0): reference to undefined property player.position
[script.javaScript.warning.undefinedProp]: ../AddOns/Famous_Planets_v2.0.oxp/Config/script.js, line 130.
[script.javaScript.exception.noProperties]: ***** JavaScript exception ("Famous Planets 2 Launch Script" 2.0): TypeError: player.position has no properties
[script.javaScript.exception.noProperties]: ../AddOns/Famous_Planets_v2.0.oxp/Config/script.js, line 130.
[script.javaScript.warning.ooliteDefinedError]: ----- JavaScript warning ("Famous Planets 2 Launch Script" 2.0): The function Planet.setTexture() is deprecated and will be removed in a future version of Oolite. Use planet.texture = 'foo' instead.
[script.javaScript.warning.ooliteDefinedError]: ../AddOns/Famous_Planets_v2.0.oxp/Config/script.js, line 97.
Well, I have one problem. I've installed FP, OXPConfig too. When I've enter to configuration and choose "load configuration" and later Famous Planet, I've got a message Famous Planet launch script is not installed. What's wrong?
Well, I have one problem. I've installed FP, OXPConfig too. When I've enter to configuration and choose "load configuration" and later Famous Planet, I've got a message Famous Planet launch script is not installed. What's wrong?
The problem is that some authors constantly rename their script name. Instead of changing the version variable, did FP change the script name to show it updated the version. It makes scripting dependencies a problem. The current OXPConfig now only works with old versions of FP.
The only solution is than to change the script itself. Find the file "script.js" in FP and look for the line:
Well, I have one problem. I've installed FP, OXPConfig too. When I've enter to configuration and choose "load configuration" and later Famous Planet, I've got a message Famous Planet launch script is not installed. What's wrong?
The problem is that some authors constantly rename their script name. Instead of changing the version variable, did FP change the script name to show it updated the version. It makes scripting dependencies a problem. The current OXPConfig now only works with old versions of FP.
The only solution is than to change the script itself. Find the file "script.js" in FP and look for the line:
The first line reads: "Famous Planets 2 Launch Script", while OXPConfig is looking for a script with the name: "Famous Planets Launch Script". So somehow the name changed from version 1 to version 2.
The first line reads: "Famous Planets 2 Launch Script", while OXPConfig is looking for a script with the name: "Famous Planets Launch Script". So somehow the name changed from version 1 to version 2.