Modding Help Custom Vehicle (Not Working)

Discussion in 'Starbound Modding' started by Omeruin, Feb 18, 2020.

  1. Omeruin

    Omeruin Void-Bound Voyager

    Heya.
    I'm working on adding a Terraria-like vehicle/mount to the game as a reference in one of my mods.
    The 'vehicle' itself works fine, correct collision (grounded, not floating), jumping, different directions..

    However, trying to despawn the vehicle and have it contained back in the controller doesn't work properly, resulting in the vehicle staying in the overworld, allowing me to spawn the vehicle infinitely. Looking in the .log, there are no errors. I'm not sure what to do.. There is also no warp animation..

    I will add a ZIP containing everything that has to do with the vehicle and its controller.

    And here's the starbound.log as well:
    Code:
    [20:28:52.204] [Info] Root: Preparing Root...
    [20:28:52.205] [Info] Root: Done preparing Root.
    [20:28:52.205] [Info] Client Version 1.4.4 (windows x86_64) Source ID: 8cbe6faf22282659828a194e06a08999f213769e Protocol: 747
    [20:28:52.205] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [20:28:52.586] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [20:28:52.679] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [20:28:52.680] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [20:28:52.680] [Info] Root: Detected asset source named 'xbawks' at '..\mods\xbawks'
    [20:28:52.680] [Info] Root: Detected asset source named 'MorePlanetInfo' at '..\mods\MorePlanetInfo'
    [20:28:52.680] [Info] Root: Detected asset source named 'The Angels of Starbound' at '..\mods\The Angels of Starbound'
    [20:28:52.680] [Info] Root: Detected asset source named 'More Planet Info-Angel Addon' at '..\mods\(MorePlanetInfo) Angel Addon'
    [20:28:52.680] [Info] Root: Detected asset source named 'Ancient Pets' at '..\mods\Ancient Pets'
    [20:28:52.680] [Info] Root: Detected asset source named 'Dragon Pet Pack' at '..\mods\Dragon Pet Pack'
    [20:28:52.680] [Info] Root: Detected asset source named 'Green Screen Blocks' at '..\mods\Greenscreen_Blocks'
    [20:28:52.680] [Info] Root: Detected asset source named 'Hallowed Planets' at '..\mods\Hallowed Planets'
    [20:28:52.680] [Info] Root: Detected asset source named 'Hallowed Planets-Angel Compatibility' at '..\mods\Hallowed Planets-Angel Compatibility'
    [20:28:52.680] [Info] Root: Detected asset source named 'NebulacRace' at '..\mods\NebulacRace'
    [20:28:52.680] [Info] Root: Detected asset source named 'Smol Weapon Pack' at '..\mods\Smol Weapon Pack'
    [20:28:52.680] [Info] Root: Detected unnamed asset source at '..\mods\iof_fairyrace'
    [20:28:52.680] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [20:28:52.680] [Info] Loading assets from: '..\assets\packed.pak'
    [20:28:53.157] [Info] Loading assets from: '..\mods\xbawks'
    [20:28:53.158] [Info] Loading assets from: '..\mods\MorePlanetInfo'
    [20:28:53.161] [Info] Loading assets from: '..\mods\The Angels of Starbound'
    [20:28:53.260] [Info] Loading assets from: '..\mods\(MorePlanetInfo) Angel Addon'
    [20:28:53.261] [Info] Loading assets from: '..\mods\Ancient Pets'
    [20:28:53.267] [Info] Loading assets from: '..\mods\Dragon Pet Pack'
    [20:28:53.273] [Info] Loading assets from: '..\mods\Greenscreen_Blocks'
    [20:28:53.274] [Info] Loading assets from: '..\mods\Hallowed Planets'
    [20:28:53.319] [Info] Loading assets from: '..\mods\Hallowed Planets-Angel Compatibility'
    [20:28:53.319] [Info] Loading assets from: '..\mods\NebulacRace'
    [20:28:53.350] [Info] Loading assets from: '..\mods\Smol Weapon Pack'
    [20:28:53.353] [Info] Loading assets from: '..\mods\iof_fairyrace'
    [20:28:53.376] [Info] Loading assets from: '..\assets\user'
    [20:28:54.212] [Info] Assets digest is 52439f65982afc56ce43563bd0855881af6c23a30dfbae938183a9c0fbbdfabe
    [20:28:54.212] [Info] Root: Loaded Assets in 2.00776 seconds
    [20:28:54.213] [Info] Application: Initializing SDL Video
    [20:28:54.219] [Info] Application: Initializing SDL Joystick
    [20:28:54.293] [Info] Application: Initializing SDL Sound
    [20:28:54.393] [Info] Failed to initialize Steam platform services
    [20:28:54.394] [Info] Initialized Discord platform services
    [20:28:54.398] [Info] Application: Creating SDL Window
    [20:28:54.790] [Info] Application: Enabling VSync with late swap tearing
    [20:28:54.826] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [20:28:54.833] [Info] OpenGL version: '4.6.0 NVIDIA 441.12' vendor: 'NVIDIA Corporation' renderer: 'GeForce GTX 960/PCIe/SSE2' shader: '4.60 NVIDIA'
    [20:28:54.837] [Info] Application: initialization...
    [20:28:54.837] [Info] Root: Loaded Configuration in 0.0008105 seconds
    [20:28:54.844] [Info] Application: renderer initialization...
    [20:28:54.847] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [20:28:54.847] [Info] Root: Loaded ImageMetadataDatabase in 1.4999e-06 seconds
    [20:28:54.850] [Info] Application: main update loop...
    [20:28:54.900] [Info] Root: Loaded NameGenerator in 0.016634 seconds
    [20:28:55.021] [Info] Root: Loaded PlantDatabase in 0.120392 seconds
    [20:28:55.147] [Info] Root: Loaded ProjectileDatabase in 0.126178 seconds
    [20:28:55.180] [Info] Root: Loaded ObjectDatabase in 0.295052 seconds
    [20:28:55.253] [Info] Root: Loaded NpcDatabase in 0.0735155 seconds
    [20:28:55.255] [Info] Root: Loaded StagehandDatabase in 0.0015593 seconds
    [20:28:55.262] [Info] Root: Loaded VehicleDatabase in 0.0067924 seconds
    [20:28:55.266] [Info] Root: Loaded PlayerFactory in 0.0043997 seconds
    [20:28:55.279] [Info] Root: Loaded MonsterDatabase in 0.131859 seconds
    [20:28:55.279] [Info] Root: Loaded VersioningDatabase in 0.000613 seconds
    [20:28:55.279] [Info] Root: Loaded EntityFactory in 0.0131044 seconds
    [20:28:55.308] [Info] Root: Loaded ParticleDatabase in 0.0286886 seconds
    [20:28:55.435] [Info] Root: Loaded MaterialDatabase in 0.155677 seconds
    [20:28:55.438] [Info] Root: Loaded TerrainDatabase in 0.0030915 seconds
    [20:28:55.469] [Info] Root: Loaded BiomeDatabase in 0.0307064 seconds
    [20:28:55.469] [Info] Root: Loaded LiquidsDatabase in 0.000448 seconds
    [20:28:55.474] [Info] Root: Loaded StatusEffectDatabase in 0.0047012 seconds
    [20:28:55.691] [Info] Root: Loaded DamageDatabase in 0.217077 seconds
    [20:28:55.695] [Info] Root: Loaded EffectSourceDatabase in 0.0038114 seconds
    [20:28:55.698] [Info] Root: Loaded FunctionDatabase in 0.0026273 seconds
    [20:28:55.716] [Info] Root: Loaded TreasureDatabase in 0.0184598 seconds
    [20:28:55.927] [Info] Root: Loaded DungeonDefinitions in 0.210162 seconds
    [20:28:55.928] [Info] Root: Loaded TilesetDatabase in 3.94e-05 seconds
    [20:28:55.929] [Info] Root: Loaded StatisticsDatabase in 0.0014032 seconds
    [20:28:55.929] [Info] Root: Loaded EmoteProcessor in 6.96001e-05 seconds
    [20:28:55.935] [Info] Root: Loaded SpeciesDatabase in 0.0056288 seconds
    [20:28:55.946] [Info] Root: Loaded QuestTemplateDatabase in 0.011719 seconds
    [20:28:55.947] [Info] Root: Loaded AiDatabase in 0.0009718 seconds
    [20:28:55.948] [Info] Root: Loaded TechDatabase in 0.0006182 seconds
    [20:28:55.953] [Info] Root: Loaded CodexDatabase in 0.0046621 seconds
    [20:28:56.170] [Info] Root: Loaded BehaviorDatabase in 0.217519 seconds
    [20:28:56.173] [Info] Root: Loaded DanceDatabase in 0.0021514 seconds
    [20:28:56.178] [Info] Root: Loaded SpawnTypeDatabase in 0.0054454 seconds
    [20:28:56.182] [Info] Root: Loaded RadioMessageDatabase in 0.0035948 seconds
    [20:28:56.205] [Error] Could not load image asset '/objects/ship/iof_fairytechstationTier0/florantechstationlitTier0.png', using placeholder default.
    (AssetException) No such asset '/objects/ship/iof_fairytechstationTier0/florantechstationlitTier0.png'
    [20:28:56.206] [Error] Could not load image asset '/objects/ship/iof_fairytechstationTier0/florantechstationlitTier0.png:default.default', using placeholder default.
    (AssetException) No associated frames file found for image '/objects/ship/iof_fairytechstationTier0/florantechstationlitTier0.png' while resolving image frame '/objects/ship/iof_fairytechstationTier0/florantechstationlitTier0.png:default.default'
    [20:28:57.088] [Error] Could not instantiate item '[iof_fairysword, 1, {}]'. (ItemException) No such item 'iof_fairysword'
    [20:28:57.508] [Error] Could not instantiate item '[iof_fairysword, 1, {}]'. (ItemException) No such item 'iof_fairysword'
    [20:28:57.509] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'iof_fairysword'
    [20:28:57.897] [Info] Root: Loaded ItemDatabase in 2.61777 seconds
    [20:28:58.013] [Info] Root: Loaded CollectionDatabase in 1.83179 seconds
    [20:28:58.520] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [20:28:59.215] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [20:29:03.394] [Info] UniverseServer: Acquiring universe lock file
    [20:29:03.395] [Info] UniverseServer: Loading settings
    [20:29:03.398] [Info] UniverseServer: Starting UniverseServer with UUID: c0cc0803f7fe77bb972e5bdb2bf304d7
    [20:29:03.406] [Info] UniverseServer: Logged in player 'Chicac' locally
    [20:29:03.406] [Info] UniverseServer: Logged in account '<anonymous>' as player 'Chicac' from address local
    [20:29:03.451] [Info] UniverseServer: Loading system world (246166610, 555226836, -157344462) from disk storage
    [20:29:03.452] [Info] UniverseClient: Joined server as client 1
    [20:29:03.483] [Info] UniverseServer: Reviving player at CelestialWorld:246166610:555226836:-157344462:2
    [20:29:03.483] [Info] UniverseServer: Client 'Chicac' <1> (local) connected
    [20:29:03.522] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [20:29:03.522] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [20:29:03.526] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [20:29:03.552] [Info] UniverseServer: listening for incoming TCP connections on 0.0.0.0:21025
    [20:29:03.552] [Info] UniverseServer: Loading celestial world 246166610:555226836:-157344462:2
    [20:29:03.644] [Info] Protected dungeonIds for world set to (0, 65524)
    [20:29:03.756] [Info] UniverseServer: Warping player 1 to CelestialWorld:246166610:555226836:-157344462:2=27.55.1374
    [20:29:03.892] [Error] Could not load audio asset '/sfx/environmental/ocean.ogg', using placeholder default.
    (AssetException) No such asset '/sfx/environmental/ocean.ogg'
    [20:29:04.484] [Info] Setting discord join secret as connect:discord_178775279982870528_680269736273248267_44456cf58d211e46
    [20:29:10.646] [Info] UniverseClient: Client disconnecting...
    [20:29:10.705] [Info] Client received world stop packet, leaving: Removed
    [20:29:10.803] [Info] UniverseServer: Client 'Chicac' <1> (local) disconnected for reason:
    [20:29:10.803] [Info] UniverseServer: Stopping idle world CelestialWorld:246166610:555226836:-157344462:2
    [20:29:11.169] [Info] UniverseServer: Stopping UniverseServer
    [20:29:11.169] [Info] UniverseServer: Stopping TCP Server
    [20:29:11.249] [Info] Deleting discord server lobby 680269736273248267
    [20:29:11.417] [Error] Could not connect delete server lobby (err 0)
    [20:29:11.951] [Info] Application: quit requested
    [20:29:11.951] [Info] Application: quitting...
    [20:29:11.951] [Info] Application: shutdown...
    [20:29:12.070] [Info] Root: Shutting down Root
    [20:29:12.290] [Info] Application: Destroying SDL Window
    [20:29:12.393] [Info] Deleting discord server lobby 680269736273248267
    [20:29:12.397] [Info] Application: stopped gracefully
    I'd love any help, please, so I can release an update for my mod.

    *Edit: I've been working on the vehicle, so I solved the previous issue but still have another issue to deal with.
    *Edit 2: Added a detail about the vehicle not having a warp animation.
     

    Attached Files:

    Last edited: Feb 21, 2020

Share This Page