Modding Help custom currency cant be stored/recorded

Discussion in 'Starbound Modding' started by RexTheFox, May 25, 2017.

  1. RexTheFox

    RexTheFox Phantasmal Quasar

    i know theres another thread about this but there has to be someone who knows how to make custom currency get recorded in the inventory via a patch

    coins file
    Code:
    {
      "itemName" : "coins",
      "rarity" : "Rare",
      "inventoryIcon" : "coins.png",
      "description" : "Some coins to buy some specal items.",
      "shortdescription" : "coin",
      "currency" : "coins",
      "value" : 1,
      "pickupSoundsSmall" : [ "/sfx/objects/coinstack_small1.ogg", "/sfx/objects/coinstack_small2.ogg", "/sfx/objects/coinstack_small3.ogg" ],
      "pickupSoundsMedium" : [ "/sfx/objects/coinstack_medium1.ogg", "/sfx/objects/coinstack_medium2.ogg" ],
      "pickupSoundsLarge" : [ "/sfx/objects/coinstack_large.ogg" ],
      "smallStackLimit" : 999,
      "mediumStackLimit" : 4999,
      "maxStack" : 16777216
    }
    
    Currency Patch
    Code:
    [
      { "op" : "add",
        "path" : "/coins",
        "value" : {
          "representativeItem" : "coins",
          "playerMax" : 9999999
        }
      }
    ]
    
    playerinventory patch
    Code:
    [
      { "op" : "add",
        "path" : "/paneLayout/imgcoinsIcon",
        "value" : {
          "type" : "image",
          "position" : [110, 11],
          "centered" : false,
          "file" : "/interface/inventory/coins.png"
        }
      },
      { "op" : "add",
        "path" : "/paneLayout/lblcoins",
        "value" : {
          "type" : "label",
          "position" : [122, 11],
          "value" : "coins"
        }
      },
      { "op" : "replace",
        "path" : "/paneLayout/imgEssenceIcon/position",
        "value" : [60, 11]
      },
      { "op" : "replace",
        "path" : "/paneLayout/lblEssence/position",
        "value" : [75, 11]
      }
    ]
    
     
  2. lazarus78

    lazarus78 The Waste of Time

    Explain your problem?

    Relevant log file?

    Did you make a "coin" item too?
     
  3. RexTheFox

    RexTheFox Phantasmal Quasar

    i did everything right, its just the inventory that fails, when i get a coin, it says 0 coins still
     
  4. lazarus78

    lazarus78 The Waste of Time

    Log file?
     
  5. RexTheFox

    RexTheFox Phantasmal Quasar

    it doesnt crash ether, it just stays 0, what i am asking for is how are the normal in-game currencies tracked (just finding the log file)
     
  6. RexTheFox

    RexTheFox Phantasmal Quasar

    i think i found the problem that someone said the currency tracking is only in the source code, so i might have to find another way to add in the custom currency
     
  7. RexTheFox

    RexTheFox Phantasmal Quasar

    Log
    Code:
    [19:45:35.895] [Info] Root: Preparing Root...
    [19:45:35.900] [Info] Root: Done preparing Root.
    [19:45:35.900] [Info] Client Version 1.2.3b (windows x86_64) Source ID: 69bc1c906122a1c61453c6cff15aa088b613db78 Protocol: 729
    [19:45:35.900] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [19:45:36.722] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [19:45:36.738] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [19:45:36.738] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [19:45:36.739] [Info] Root: Detected unnamed asset source at '..\mods\MegaCrossover'
    [19:45:36.739] [Info] Root: Detected asset source named 'Mario Blocks' at '..\mods\marioblocks_v03b'
    [19:45:36.739] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [19:45:36.739] [Info] Loading assets from: '..\assets\packed.pak'
    [19:45:37.702] [Info] Loading assets from: '..\mods\MegaCrossover'
    [19:45:37.722] [Info] Loading assets from: '..\mods\marioblocks_v03b'
    [19:45:37.735] [Info] Loading assets from: '..\assets\user'
    [19:45:39.998] [Info] Assets digest is f60d8c3081a7f882fc475a938c98f763a74e8e12c9347c8658446c9c77370a25
    [19:45:39.998] [Info] Root: Loaded Assets in 4.09801 seconds
    [19:45:40.048] [Info] Application: Initializing SDL Video
    [19:45:40.058] [Info] Application: Initializing SDL Joystick
    [19:45:40.132] [Info] Application: Initializing SDL Sound
    [19:45:41.621] [Info] Initialized Steam services
    [19:45:42.018] [Info] Application: Creating SDL Window
    [19:45:42.628] [Info] Application: Enabling VSync with late swap tearing
    [19:45:42.682] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [19:45:42.685] [Info] OpenGL version: '4.4.0 - Build 20.19.15.4463' vendor: 'Intel' renderer: 'Intel(R) HD Graphics 520' shader: '4.40 - Build 20.19.15.4463'
    [19:45:42.692] [Info] Application: initialization...
    [19:45:42.769] [Info] Root: Loaded Configuration in 0.0184541 seconds
    [19:45:42.803] [Info] Application: renderer initialization...
    [19:45:42.822] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [19:45:42.952] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [19:45:42.982] [Info] Root: Loaded ImageMetadataDatabase in 0.0108385 seconds
    [19:45:43.370] [Info] Application: main update loop...
    [19:45:43.464] [Info] Loading mods from user generated content with id '880272216' from directory 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\880272216'
    [19:45:43.464] [Info] Loading mods from user generated content with id '764888606' from directory 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\764888606'
    [19:45:43.465] [Info] Loading mods from user generated content with id '880816560' from directory 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\880816560'
    [19:45:43.465] [Info] Loading mods from user generated content with id '867349090' from directory 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\867349090'
    [19:45:43.465] [Info] Loading mods from user generated content with id '764887546' from directory 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\764887546'
    [19:45:43.466] [Info] Loading mods from user generated content with id '729523203' from directory 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\729523203'
    [19:45:43.466] [Info] Reloading to include all user generated content
    [19:45:43.466] [Info] Root: Reloading from disk
    [19:45:43.466] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [19:45:43.808] [Info] Root: Loaded Configuration in 0.00129975 seconds
    [19:45:43.808] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [19:45:44.166] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [19:45:44.174] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [19:45:44.243] [Info] Root: Skipping asset directory 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\880272216', directory not found
    [19:45:44.243] [Info] Root: Skipping asset directory 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\764888606', directory not found
    [19:45:44.243] [Info] Root: Skipping asset directory 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\880816560', directory not found
    [19:45:44.264] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\867349090'
    [19:45:44.328] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\764887546'
    [19:45:44.358] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\729523203'
    [19:45:44.375] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [19:45:44.376] [Info] Root: Detected unnamed asset source at '..\mods\MegaCrossover'
    [19:45:44.376] [Info] Root: Detected asset source named 'Mario Blocks' at '..\mods\marioblocks_v03b'
    [19:45:44.376] [Info] Root: Detected asset source named '7 GRAND DAD INTRO REPLACER' at 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\867349090\contents.pak'
    [19:45:44.376] [Info] Root: Detected asset source named 'StardustLib' at 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\764887546\contents.pak'
    [19:45:44.376] [Info] Root: Detected asset source named 'Better Barren' at 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\729523203\contents.pak'
    [19:45:44.376] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [19:45:44.376] [Info] Loading assets from: '..\assets\packed.pak'
    [19:45:44.919] [Info] Loading assets from: '..\mods\MegaCrossover'
    [19:45:44.927] [Info] Loading assets from: '..\mods\marioblocks_v03b'
    [19:45:44.933] [Info] Loading assets from: 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\867349090\contents.pak'
    [19:45:44.934] [Info] Loading assets from: 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\764887546\contents.pak'
    [19:45:44.934] [Info] Loading assets from: 'C:\Program Files (x86)\Steam Games\steamapps\workshop\content\211820\729523203\contents.pak'
    [19:45:44.935] [Info] Loading assets from: '..\assets\user'
    [19:45:45.906] [Info] Assets digest is 427fa3ebdf61438cb12a0df48d6582cff37ed893d9187fa59fb88b888df66149
    [19:45:45.906] [Info] Root: Loaded Assets in 2.09853 seconds
    [19:45:45.994] [Info] Root: Loaded ImageMetadataDatabase in 3.55555e-06 seconds
    [19:45:46.127] [Error] OpenGL errors this frame:  GL_INVALID_VALUE
    [19:45:46.148] [Info] Root: Loaded NameGenerator in 0.157402 seconds
    [19:45:46.990] [Info] Root: Loaded PlantDatabase in 0.841992 seconds
    [19:45:49.011] [Info] Root: Loaded ProjectileDatabase in 2.02076 seconds
    [19:45:50.112] [Error] Exception caught loading asset: /Objects/Generic/PastSignP/pastpost.object, (AssetException) Could not read JSON asset /Objects/Generic/PastSignP/pastpost.object
    [0] 7ff60ccc4403 Star::captureStack
    [1] 7ff60ccc318e Star::StarException::StarException
    [2] 7ff60ccc3278 Star::StarException::StarException
    [3] 7ff60ccd3b80 Star::AssetException::AssetException
    [4] 7ff60d576551 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$25
    [5] 7ff84dbbc220 _C_specific_handler
    [6] 7ff84dbb29b2 _FrameUnwindFilter
    [7] 7ff85c0fa193 RtlCaptureContext
    [8] 7ff60ccd5f7d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 7ff60cccd6ef std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff60ccd1156 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff60ccced80 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff60ccd7426 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff60d3c3787 std::_Func_class<Star::WidgetConstructResult,Star::String const & __ptr64,Star::Json const & __ptr64>::operator()
    [14] 7ff60ccdfbe8 Star::Assets::processAssetData
    [15] 7ff60ccddb88 Star::Assets::loadJson
    [16] 7ff60ccdcdf3 Star::Assets::loadAsset
    [17] 7ff60ccdaaef Star::Assets::doLoad
    [18] 7ff60cce314d Star::Assets::workerMain
    [19] 7ff60ccc0a07 <lambda_acdb4815e022f76f36408ff78907d178>::operator()
    [20] 7ff60ccc0f2e Star::ThreadImpl::runThread
    [21] 7ff859608364 BaseThreadInitThunk
    [22] 7ff85c0b70d1 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /Objects/Generic/PastSignP/pastpost.object
    [0] 7ff60ccc4403 Star::captureStack
    [1] 7ff60ccc318e Star::StarException::StarException
    [2] 7ff60ccc3278 Star::StarException::StarException
    [3] 7ff60ccd4960 Star::JsonParsingException::JsonParsingException
    [4] 7ff60d5779a6 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff84dbbc220 _C_specific_handler
    [6] 7ff84dbb29b2 _FrameUnwindFilter
    [7] 7ff85c0fa193 RtlCaptureContext
    [8] 7ff60cce01ea Star::Assets::readJson
    [9] 7ff60ccd5f7d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [10] 7ff60cccd6ef std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff60ccd1156 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff60ccced80 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff60ccd7426 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff60d3c3787 std::_Func_class<Star::WidgetConstructResult,Star::String const & __ptr64,Star::Json const & __ptr64>::operator()
    [15] 7ff60ccdfbe8 Star::Assets::processAssetData
    [16] 7ff60ccddb88 Star::Assets::loadJson
    [17] 7ff60ccdcdf3 Star::Assets::loadAsset
    [18] 7ff60ccdaaef Star::Assets::doLoad
    [19] 7ff60cce314d Star::Assets::workerMain
    [20] 7ff60ccc0a07 <lambda_acdb4815e022f76f36408ff78907d178>::operator()
    [21] 7ff60ccc0f2e Star::ThreadImpl::runThread
    [22] 7ff859608364 BaseThreadInitThunk
    [23] 7ff85c0b70d1 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: bad object, should be '}' or ',' at 7:4
    [0] 7ff60ccc4403 Star::captureStack
    [1] 7ff60ccc318e Star::StarException::StarException
    [2] 7ff60ccd0f6c Star::inputUtf8Json<char * __ptr64>
    [3] 7ff60cce01ea Star::Assets::readJson
    [4] 7ff60ccd5f7d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [5] 7ff60cccd6ef std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [6] 7ff60ccd1156 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff60ccced80 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff60ccd7426 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [9] 7ff60d3c3787 std::_Func_class<Star::WidgetConstructResult,Star::String const & __ptr64,Star::Json const & __ptr64>::operator()
    [10] 7ff60ccdfbe8 Star::Assets::processAssetData
    [11] 7ff60ccddb88 Star::Assets::loadJson
    [12] 7ff60ccdcdf3 Star::Assets::loadAsset
    [13] 7ff60ccdaaef Star::Assets::doLoad
    [14] 7ff60cce314d Star::Assets::workerMain
    [15] 7ff60ccc0a07 <lambda_acdb4815e022f76f36408ff78907d178>::operator()
    [16] 7ff60ccc0f2e Star::ThreadImpl::runThread
    [17] 7ff859608364 BaseThreadInitThunk
    [18] 7ff85c0b70d1 RtlUserThreadStart
    [19:45:56.289] [Error] Error loading object file /Objects/Generic/PastSignP/pastpost.object: (AssetException) Error loading asset /Objects/Generic/PastSignP/pastpost.object
    [0] 7ff60ccc4403 Star::captureStack
    [1] 7ff60ccc318e Star::StarException::StarException
    [2] 7ff60ccd056a Star::AssetException::format<Star::AssetPath>
    [3] 7ff60ccdc11b Star::Assets::getAsset
    [4] 7ff60ccdcb0a Star::Assets::json
    [5] 7ff60cf48033 Star::ObjectDatabase::ObjectDatabase
    [6] 7ff60d03ef35 std::make_shared<Star::ObjectDatabase>
    [7] 7ff60d043ac9 <lambda_ad7e19ff40b932b3042616b2e24a8a33>::operator()
    [8] 7ff60d03567f std::_Invoker_functor::_Call<<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [9] 7ff60d039676 std::invoke<<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [10] 7ff60d0370a9 std::_Invoke_ret<std::shared_ptr<Star::ObjectDatabase>,<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [11] 7ff60d046406 std::_Func_impl<<lambda_ad7e19ff40b932b3042616b2e24a8a33>,std::allocator<int>,std::shared_ptr<Star::ObjectDatabase> >::_Do_call
    [12] 7ff60d3c3787 std::_Func_class<Star::WidgetConstructResult,Star::String const & __ptr64,Star::Json const & __ptr64>::operator()
    [13] 7ff60d03bf53 Star::Root::loadMemberFunction<Star::ObjectDatabase>
    [14] 7ff60d039e99 Star::Root::loadMember<Star::ObjectDatabase>
    [15] 7ff60d04b882 Star::Root::objectDatabase
    [16] 7ff60d0358f0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::ItemDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [17] 7ff60d0392e9 std::invoke<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [18] 7ff60d036cbc std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [19] 7ff60d03597e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::ObjectDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [20] 7ff60d03503e std::_Binder<std::_Unforced,std::shared_ptr<Star::PlayerFactory const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::operator()<>
    [21] 7ff60d045e72 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::EntityFactory const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [22] 7ff60ccbae1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::operator()
    [23] 7ff60ccbbc42 Star::WorkerPool::WorkerThread::run
    [24] 7ff60ccc0f2e Star::ThreadImpl::runThread
    [25] 7ff859608364 BaseThreadInitThunk
    [26] 7ff85c0b70d1 RtlUserThreadStart
    [19:45:56.290] [Info] Root: Loaded MonsterDatabase in 6.60888 seconds
    [19:45:56.290] [Info] Root: Loaded ObjectDatabase in 10.299 seconds
    [19:45:56.811] [Info] Root: Loaded StagehandDatabase in 0.521979 seconds
    [19:45:57.110] [Info] Root: Loaded NpcDatabase in 0.820859 seconds
    [19:45:57.125] [Info] Root: Loaded VehicleDatabase in 0.313387 seconds
    [19:45:58.594] [Info] Root: Loaded PlayerFactory in 1.48358 seconds
    [19:45:59.031] [Info] Root: Loaded VersioningDatabase in 0.437249 seconds
    [19:45:59.031] [Info] Root: Loaded EntityFactory in 1.90633 seconds
    [19:45:59.990] [Info] Root: Loaded ParticleDatabase in 0.952736 seconds
    [19:46:02.717] [Info] Root: Loaded MaterialDatabase in 3.68517 seconds
    [19:46:03.154] [Info] Root: Loaded TerrainDatabase in 0.4374 seconds
    [19:46:06.404] [Info] Root: Loaded BiomeDatabase in 3.24962 seconds
    [19:46:06.576] [Info] Root: Loaded LiquidsDatabase in 0.17227 seconds
    [19:46:07.130] [Info] Root: Loaded StatusEffectDatabase in 0.554386 seconds
    [19:46:12.365] [Info] Root: Loaded DamageDatabase in 5.23435 seconds
    [19:46:13.503] [Info] Root: Loaded EffectSourceDatabase in 1.13829 seconds
    [19:46:13.864] [Info] Root: Loaded FunctionDatabase in 0.360413 seconds
    [19:46:15.723] [Info] Root: Loaded TreasureDatabase in 1.85884 seconds
    [19:46:24.380] [Info] Root: Loaded DungeonDefinitions in 8.657 seconds
    [19:46:24.567] [Info] Root: Loaded TilesetDatabase in 0.186381 seconds
    [19:46:24.919] [Info] Root: Loaded StatisticsDatabase in 0.352269 seconds
    [19:46:24.974] [Info] Root: Loaded EmoteProcessor in 0.0551814 seconds
    [19:46:25.438] [Info] Root: Loaded SpeciesDatabase in 0.463856 seconds
    [19:46:26.012] [Info] Root: Loaded QuestTemplateDatabase in 0.574062 seconds
    [19:46:26.142] [Info] Root: Loaded AiDatabase in 0.129662 seconds
    [19:46:26.250] [Info] Root: Loaded TechDatabase in 0.108352 seconds
    [19:46:26.586] [Info] Root: Loaded CodexDatabase in 0.33542 seconds
    [19:46:31.949] [Info] Root: Loaded BehaviorDatabase in 5.36247 seconds
    [19:46:32.238] [Info] Root: Loaded DanceDatabase in 0.289088 seconds
    [19:46:32.324] [Info] Root: Loaded SpawnTypeDatabase in 0.0864237 seconds
    [19:46:32.477] [Info] Root: Loaded RadioMessageDatabase in 0.152854 seconds
    [19:46:38.456] [Error] Could not load image asset '/Objects/Teleporter/gpipetel/gpipetellit.png:default', using placeholder default.
    (AssetException) No associated frames file found for image '/Objects/Teleporter/gpipetel/gpipetellit.png' while resolving image frame '/Objects/Teleporter/gpipetel/gpipetellit.png:default'
    [19:46:44.235] [Info] Root: Loaded ItemDatabase in 45.6406 seconds
    [19:46:44.651] [Info] Root: Loaded CollectionDatabase in 12.1739 seconds
    [19:46:46.562] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [19:46:51.281] [Info] UniverseServer: Acquiring universe lock file
    [19:46:51.407] [Info] UniverseServer: Loading settings
    [19:46:51.598] [Info] UniverseServer: Starting UniverseServer with UUID: 16d8ac31b34f178f30cb7d8a3f9d21ee
    [19:46:52.513] [Info] UniverseServer: Logged in player 'Michael-Mod Test' locally
    [19:46:52.514] [Info] UniverseServer: Logged in account '<anonymous>' as player 'Michael-Mod Test' from address local
    [19:46:53.003] [Info] UniverseServer: Reviving player at ClientShipWorld:6f3dbff1107be99f63f9ff7d7f494c57
    [19:46:53.003] [Info] UniverseServer: Client 'Michael-Mod Test' <1> (local) connected
    [19:46:53.022] [Info] UniverseServer: Loading client ship world ClientShipWorld:6f3dbff1107be99f63f9ff7d7f494c57
    [19:46:53.737] [Info] UniverseClient: Joined server as client 1
    [19:46:58.406] [Info] UniverseServer: Warping player 1 to ClientShipWorld:6f3dbff1107be99f63f9ff7d7f494c57
    [19:46:59.124] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [19:46:59.125] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [19:46:59.136] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [19:46:59.136] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [19:46:59.136] [Info] Setting steam rich presence connection as steam id 76561198075019221
    
    Picture
    upload_2017-5-25_19-48-34.png
     
  8. lazarus78

    lazarus78 The Waste of Time

  9. RexTheFox

    RexTheFox Phantasmal Quasar

    if i knew how to script the hud, i could make it a hud item instead
     
  10. RexTheFox

    RexTheFox Phantasmal Quasar

    And now i see how complex it is to make a interface... i might leave it till last
     
  11. DraikNova

    DraikNova Spaceman Spiff

    Personally, I'm hoping this is one of the things fixed by 1.3.
     
  12. lazarus78

    lazarus78 The Waste of Time

    Id hope. They added everything necessary for the functionality, so it would be a shame to not "flip the switch" to make it work.
     
  13. DraikNova

    DraikNova Spaceman Spiff

    Considering the amount of half-finished things in this game (mostly related to custom species; there's apparently even an adjustable per-species offset for armor that doesn't actually work), I wouldn't be surprised if it never gets added properly, to be honest.
     
  14. RexTheFox

    RexTheFox Phantasmal Quasar

    well i can still keep the normal currency but the new currency will be a wip/held until a update comes to allow custom currency
     

Share This Page