
Datei im entpackten Verzeichniss(rootverz.)
scriptproperties.html
allerlei interessantes darin.
Beim überfliegen der CharModelle sind mir nur die Teladi, Split und Menschen aufgefallen.... beim spicken in den nicht-XML-Dateien ist mir öfters das Laufwerk F: das Wort X4 und StudioMax untergekommen.
Das könnte bedeuten, daß es keine Boronen bzw. Paraniden als Modelle vorrätig sind. Benutzt wird wohl die Bullet Physics Engine(Lizenztext im Rebirth Verz.)
Vielleicht kann man ja auch einen DLL injector benutzen, wie bei Skyrim, um den Chars etwas auf die Sprünge zu helfen...
Moin
Oli
Auszug aus der scriptproperties.html
"exists boolean true iff player exists
name string Player name
age time Current game time
money money Money in player account
ship ship Player ship (ship context, can be null, e.g. on landing platforms)
primaryship ship Player primary ship (Albion Skunk)
controlled object Current object controlled by player, or null
platform dockingbay Landing platform the player is standing on, or null
room room Player room
entity entity Player component
zone zone Player zone context
sector sector Player sector context (can be null if player is in super-highway)
cluster cluster Player cluster context
galaxy galaxy The galaxy
copilot npc Player's co-pilot (Yisha)
computer entity Player's on-board computer (Betty)
activity activity Current player activity
player.hascommission.{$entity} boolean true if player has a commission with this entity
player.hascommission.{$faction} boolean true if player has a commission with this faction
player.hascommission.{$entity}.{$id} boolean true if player has a commission with this entity with a matching string id
player.hascommission.{$faction}.{$id} boolean true if player has a commission with this faction with a matching string id
player.hasdiscount.{$entity} boolean true if player has a discount with this entity
player.hasdiscount.{$faction} boolean true if player has a discount with this faction
player.hasdiscount.{$entity}.{$id} boolean true if player has a discount with this entity with a matching string id
player.hasdiscount.{$faction}.{$id} boolean true if player has a discount with this faction with a matching string id
debug boolean true iff debug options are available
module string The currently played module name
input.controller boolean true if player is using the controller, false if using keyboard/mouse (this value can change!)
input.mousesteering boolean true if player is playing in mousesteering-mode, false otherwise (this value can change!)
input.mousesteering.permanent boolean true if player is playing in permanent mousesteering-mode, false otherwise (this value can change!)"