Modding Help Help with projectile error

Discussion in 'Starbound Modding' started by matthew57778, Jan 28, 2021.

  1. matthew57778

    matthew57778 Phantasmal Quasar

    So i'm trying to make projectiles use frackin universe's elements but im getting the typeName error upon them exploding:



    (ProjectileDatabaseException) Unknown projectile with typeName cosmic.
    [0] 13f65a213 Star::captureStack
    [1] 13f658f9e Star::StarException::StarException
    [2] 13f9a4970 Star::projectileDatabase::createProjectile
    [3] 13f99dcae Star::projectile::processAction
    [4] 13f99a02f Star::projectile::destroy
    [5] 13fb76c3b Star::WorldClient::removeEntity
    [6] 13fb7cd3d Star::WorldClient::update
    [7] 13fae69bd Star::UniverseClient::update
    [8] 13f5a5da7 Star::ClientApplication::updateRunning
    [9] 13f5a473d Star::ClientApplication::update
    [10] 13fd6d4d1 Star::SdlPlatform::run
    [11] 13fd6d68d Star::runMainApplication
    [12] 13f5a7731 WinMain
    [13] 13ff507af __scrt_common_main_seh
    [14] 76c8556d BaseThreadInitThunk
    [15] 76ee372d RtlUserThreadStart
     
  2. matthew57778

    matthew57778 Phantasmal Quasar

    nvm fixed
     

Share This Page