Tutorial MOD-TUTORIAL 3: How to make your own Gun (OUTDATED)

Discussion in 'Starbound Modding' started by Ghoul159, Dec 8, 2013.

Thread Status:
Not open for further replies.
  1. PoliticalPeet

    PoliticalPeet Void-Bound Voyager

    Yes recrafted, but I will get it to work by doing another mod to lower the energy consumption for guns. That should solve it, after that I can release the mod.
     
  2. coolsp0t

    coolsp0t Phantasmal Quasar

    Better you proof your files before uploading. You see a lot of mod noobz that cant work with your Tutorial!

    [​IMG]

    You got big failed in Groups! Not "anvil" it has to be "plain"

    Because a line in interface.config controlls what can be crafted with barehands. By default "filter" : [ "plain" ]
     
  3. Ghoul159

    Ghoul159 Scruffy Nerf-Herder

    well i won't sound as harsh as you sound but better you read my text in the tutorial there is every information you need about that specific parameter
    and the uploaded file contains:
    [​IMG]

    i don't know where you got your recipe file from...
    nevertheless sry for your problems and if you have further questions or problems just ask ;)
     
  4. coolsp0t

    coolsp0t Phantasmal Quasar

    Its your own screenshot guy. I just reposted it and i got no problem with your tutorial. Sorry for my harsh writing. Your Tutorial is good, but you must try to read your tutorial like a noob. So i found this wrong screenshot and a lot of user replies that gots problems that the item is not shown in basic crafting menu and i dont seen a suggestion from you. So i guessed the fail has continued.
     
  5. Ghoul159

    Ghoul159 Scruffy Nerf-Herder

    ah yeah sry for the confusion i edited no screenshot i wrote the important changes under them... :)
     
  6. blaze2149

    blaze2149 Void-Bound Voyager

    when i put in the mods file do i need to make a recipe
     
  7. Ghoul159

    Ghoul159 Scruffy Nerf-Herder

    yes you just make it more clean and sorted with the modfolder...
    you'll need the recipe for the recipe itself... where you specify the input materials and where you craft it....
    and you'll need the merged player.config for your character to know the recipe....
     
  8. stardust7671

    stardust7671 Pangalactic Porcupine

    can you please make seperate videos for each mod tutorial explaining what to do
     
  9. PoliticalPeet

    PoliticalPeet Void-Bound Voyager

    Gosh, study som english if you're going to insult someone, and as the forum rules say, you should behave.
    'Bout the mod, you can make the group "anvil" if you're willing to add it to be craftable with the anvil, I don't know what's your problem with that.
     
  10. Ghoul159

    Ghoul159 Scruffy Nerf-Herder

    i haven't got much spare time at the moment sry...
     
  11. Ghoul159

    Ghoul159 Scruffy Nerf-Herder

    QUICKFIX for this tutorial until i update it:

    every number parameter in the .gun should be like this:
    "level": 1,
    not
    "level":"1",

    and
    "twohanded" = "true";
    should be
    "twohanded" = true;
     
  12. CarlF3

    CarlF3 Space Hobo

    Will you make a new post for the update beta V. Furious Koala as they changed where the files are and what files exist. Using a post on how to extract the files from the packed.pak file I couldn't find the revolver files.
     
  13. peppernat

    peppernat Yeah, You!

  14. romatschka

    romatschka Orbital Explorer

    Maybe the revolover is randomgenerated now

    AND I need some help D: .

    I get the nice and green generic item D: .

    Heres the log :
    Code:
    Info: Preparing Star::Root...
    Info: Loading Star::Configuration from '..\starbound.config'
    Info: Done preparing Star::Root.
    Info: Client version 'Beta v. Furious Koala' '635'
    Info: Running from : D:\Starbound\win32\starbound.exe
    Info: Starting from the title screen
    Info: Initialized SDL
    Info: Initialized SDL Video
    Info: Initialized SDL Joystick
    Info: Initialized SDL Sound
    Info: Opened default audio device with 44khz / 16 bit stereo audio, 2048 sample size buffer
    Info: Loading Star::Root...
    Info: Initializing SDL Window
    Info: Loading Star::Configuration from '..\starbound.config'
    Info: Not loading ImageMetadataDatabase from file '..\image.cache', digest mismatch or assets not digestable
    Info: Created initial window 944x1007
    Info: Initializing SDL Window
    Info: Re-created window 1920x1018
    Warn: Missing inventoryIcon for chestplant1, using default
    Warn: Missing inventoryIcon for barvent, using default
    Warn: Missing inventoryIcon for wreckvent, using default
    Error: Could not instantiate item '[pow, 1, {}]'. ItemException: No such item 'pow'
      005B0385 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/game/StarItemDatabase.cpp:325)
      ... (2)
      005EBD7A (/Users/builder/starbound-slave/releasebuilder-windows/build/source/game/StarRecipeDatabase.cpp:33)
      005EC09C (/Users/builder/starbound-slave/releasebuilder-windows/build/source/game/StarRecipeDatabase.cpp:86)
      005EC2C2 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/core/StarList.hpp:210)
      00509A97 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/game/StarRoot.cpp:209)
      004013E8 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/client/StarClientApplication.cpp:306)
      009A3852 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/core/StarThread_windows.cpp:74)
      76E4336A kernel32.dll
      77529F72 ntdll.dll
      77529F45 ntdll.dll
    
    Error: Could not instantiate item '[pow, 1, {}]'. ItemException: No such item 'pow'
      005B0385 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/game/StarItemDatabase.cpp:325)
      ... (2)
      005B1B4B (/Users/builder/starbound-slave/releasebuilder-windows/build/source/game/StarItemDatabase.cpp:219)
      00509A97 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/game/StarRoot.cpp:209)
      004013E8 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/client/StarClientApplication.cpp:306)
      009A3852 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/core/StarThread_windows.cpp:74)
      76E4336A kernel32.dll
      77529F72 ntdll.dll
      77529F45 ntdll.dll
    
    Error: Could not instantiate item '[pow, 1, {}]'. ItemException: No such item 'pow'
      005B0385 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/game/StarItemDatabase.cpp:325)
      ... (2)
      005B2291 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/game/StarItemDatabase.cpp:249)
      00509A97 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/game/StarRoot.cpp:209)
      004013E8 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/client/StarClientApplication.cpp:306)
      009A3852 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/core/StarThread_windows.cpp:74)
      76E4336A kernel32.dll
      77529F72 ntdll.dll
      77529F45 ntdll.dll
    
    Info: Done loading Star::Root.
    Info: Writing Star::Configuration to '..\starbound.config'
    Info: UniverseServer: Creating world alpha:40800195:-96474809:3625052:5:1
    Info: Generating 1 dungeons
    Info: Generating a dungeon
    Info: Placing dungeon at (3246, 630)
    Warn: Perf: UniverseServer::createWorld millis: 2723
    Info: UniverseServer: client connection made from local
    Info: UniverseServer: Sending Handshake Challenge
    Info: UniverseClient: Sending Handshake Repsonse
    Info: UniverseServer: Loading ship world received from client <1> <User: Robi>
    Warn: Recovering SimpleDatabase at device: <unnamed temp file>
    Warn: Recovery finished
    Info: UniverseServer: Loading world db for world alpha:20995065:-3324842:-23786226:4
    Warn: Perf: ClientApplication::update millis: 3055
    Warn: Perf: StarApplicationBase::run.innerLoop.update millis: 3055
    Warn: Perf: StarApplicationBase::run.innerLoop millis: 3148
    Info: UniverseServer: Client 'Robi' <1> (Fifo <0x4d570090>) connected
    Info: UniverseServer: Shutting down world alpha:40800195:-96474809:3625052:5:1 due to inactivity
    Info: UniverseServer: Shutting down world alpha:20995065:-3324842:-23786226:4 due to inactivity
    Error: Could not instantiate item '[pow, 1, {}]'. ItemException: No such item 'pow'
      005B0385 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/game/StarItemDatabase.cpp:325)
      ... (2)
      00470984 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/frontend/StarCraftingInterface.cpp:420)
      00473BF5 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/frontend/StarCraftingInterface.cpp:400)
      00477630 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/frontend/StarCraftingInterface.cpp:138)
      ... (5)
      00432BA2 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/frontend/StarMainInterface.cpp:409)
      00401C9B (/Users/builder/starbound-slave/releasebuilder-windows/build/source/client/StarClientApplication.cpp:284)
      0040A14C (/Users/builder/starbound-slave/releasebuilder-windows/build/source/application/StarApplicationBase.cpp:187)
      004075C7 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/client/main.cpp:38)
      00505D31 (\SDL-1.2.15/./src/main/win32/SDL_win32_main.c:318)
    
    Error: Could not instantiate item '[pow, 1, {}]'. ItemException: No such item 'pow'
      005B0385 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/game/StarItemDatabase.cpp:325)
      ... (2)
      00471130 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/frontend/StarCraftingInterface.cpp:704)
      004712D7 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/frontend/StarCraftingInterface.cpp:591)
      00475CF7 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/frontend/StarCraftingInterface.cpp:302)
      00434A9B (/Users/builder/starbound-slave/releasebuilder-windows/build/source/frontend/StarMainInterface.cpp:860)
      00403F9B (/Users/builder/starbound-slave/releasebuilder-windows/build/source/client/StarClientApplication.cpp:577)
      00406E07 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/client/StarClientApplication.cpp:373)
      0040A272 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/application/StarApplicationBase.cpp:200)
      004075C7 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/client/main.cpp:38)
      00505D31 (\SDL-1.2.15/./src/main/win32/SDL_win32_main.c:318)
    
    Error: Could not instantiate item '[pow, 1, {}]'. ItemException: No such item 'pow'
      005B0385 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/game/StarItemDatabase.cpp:325)
      ... (2)
      00475D9B (/Users/builder/starbound-slave/releasebuilder-windows/build/source/frontend/StarCraftingInterface.cpp:313)
      00434A9B (/Users/builder/starbound-slave/releasebuilder-windows/build/source/frontend/StarMainInterface.cpp:860)
      00403F9B (/Users/builder/starbound-slave/releasebuilder-windows/build/source/client/StarClientApplication.cpp:577)
      00406E07 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/client/StarClientApplication.cpp:373)
      0040A272 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/application/StarApplicationBase.cpp:200)
      004075C7 (/Users/builder/starbound-slave/releasebuilder-windows/build/source/client/main.cpp:38)
      00505D31 (\SDL-1.2.15/./src/main/win32/SDL_win32_main.c:318)
    
    Info: UniverseClient: Client disconnecting...
    Info: UniverseServer: Shutting down ship world for client 'Robi' <1> (Fifo <0x4d570090>)
    Info: Client received world stop packet, leaving: Removed
    Info: NetSocket read loop shut down: Fifo::read called on closed Fifo
    Info: NetSocket read loop shut down: Fifo::read called on closed Fifo
    Info: UniverseServer: Client 'Robi' <1> (Fifo <0x4d570090>) disconnected
    Info: UniverseServer: Reaping client 'Robi' <1> (Fifo <0x4d570090>) connection
    Info: Application quitting!
    Info: [ [ "WorldServerThread::run.sleeping", "Cnt#: ", 8081, "Sum(ms)", 130697, "Avg", 16, "SAvg", 1, "Min", 1, "Max", 23, "Last", 17, "Var(avg,us)", 15091.9, "VMax(ms)", 22, "Parent", "" ], [ "StarApplicationBase::run.innerLoop", "Cnt#: ", 5513, "Sum(ms)", 96832, "Avg", 17, "SAvg", 16, "Min", 15, "Max", 3148, "Last", 446, "Var(avg,us)", 3125.16, "VMax(ms)", 3133, "Parent", "" ], [ "UniverseServer::run.innerloop", "Cnt#: ", 829, "Sum(ms)", 84466, "Avg", 101, "SAvg", 99, "Min", 62, "Max", 1260, "Last", 248, "Var(avg,us)", 270070, "VMax(ms)", 1160, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.sleeping", "Cnt#: ", 35613, "Sum(ms)", 46640, "Avg", 1, "SAvg", 1, "Min", 1, "Max", 12, "Last", 6, "Var(avg,us)", 309.634, "VMax(ms)", 11, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.postSleeping", "Cnt#: ", 33359, "Sum(ms)", 33446, "Avg", 1, "SAvg", 1, "Min", 1, "Max", 3, "Last", 2, "Var(avg,us)", 2.60799, "VMax(ms)", 2, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.render", "Cnt#: ", 5535, "Sum(ms)", 22704, "Avg", 4, "SAvg", 0, "Min", 0, "Max", 387, "Last", 5, "Var(avg,us)", 4202.71, "VMax(ms)", 387, "Parent", "" ], [ "ClientApplication::render", "Cnt#: ", 5534, "Sum(ms)", 22699, "Avg", 4, "SAvg", 0, "Min", 0, "Max", 387, "Last", 5, "Var(avg,us)", 4202.57, "VMax(ms)", 387, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.graphicsSwapBuffers", "Cnt#: ", 5511, "Sum(ms)", 17473, "Avg", 3, "SAvg", 0, "Min", 0, "Max", 19, "Last", 4, "Var(avg,us)", 3170.57, "VMax(ms)", 19, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.preSleeping", "Cnt#: ", 2253, "Sum(ms)", 13193, "Avg", 5, "SAvg", 1, "Min", 1, "Max", 12, "Last", 6, "Var(avg,us)", 3661.78, "VMax(ms)", 6, "Parent", "" ], [ "WorldClient::updateLighting", "Cnt#: ", 5162, "Sum(ms)", 10104, "Avg", 1, "SAvg", 1, "Min", 1, "Max", 9, "Last", 1, "Var(avg,us)", 957.381, "VMax(ms)", 8, "Parent", "" ], [ "WorldServerThread::update", "Cnt#: ", 8782, "Sum(ms)", 10006, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 347, "Last", 0, "Var(avg,us)", 1138.35, "VMax(ms)", 347, "Parent", "" ], [ "WorldServerThread::update.worldUpdate", "Cnt#: ", 8780, "Sum(ms)", 9914, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 347, "Last", 0, "Var(avg,us)", 1128.7, "VMax(ms)", 347, "Parent", "" ], [ "ClientApplication::update", "Cnt#: ", 5576, "Sum(ms)", 9475, "Avg", 1, "SAvg", 1, "Min", 0, "Max", 3055, "Last", 1, "Var(avg,us)", 778.874, "VMax(ms)", 3055, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.update", "Cnt#: ", 5575, "Sum(ms)", 9474, "Avg", 1, "SAvg", 1, "Min", 0, "Max", 3055, "Last", 1, "Var(avg,us)", 779.013, "VMax(ms)", 3055, "Parent", "" ], [ "WorldServer::update", "Cnt#: ", 8777, "Sum(ms)", 9418, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 73, "Last", 0, "Var(avg,us)", 1072.69, "VMax(ms)", 73, "Parent", "" ], [ "WorldPainter::render", "Cnt#: ", 5162, "Sum(ms)", 9340, "Avg", 1, "SAvg", 1, "Min", 1, "Max", 206, "Last", 1, "Var(avg,us)", 872.143, "VMax(ms)", 193, "Parent", "" ], [ "WorldStorage::update", "Cnt#: ", 2197, "Sum(ms)", 6233, "Avg", 2, "SAvg", 0, "Min", 0, "Max", 72, "Last", 0, "Var(avg,us)", 3017.75, "VMax(ms)", 72, "Parent", "" ], [ "ClientApplication::updateRunning", "Cnt#: ", 5185, "Sum(ms)", 6201, "Avg", 1, "SAvg", 1, "Min", 0, "Max", 93, "Last", 1, "Var(avg,us)", 982.835, "VMax(ms)", 93, "Parent", "" ], [ "UniverseClient::update", "Cnt#: ", 5186, "Sum(ms)", 5792, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 90, "Last", 1, "Var(avg,us)", 970.69, "VMax(ms)", 90, "Parent", "" ], [ "WorldGenerator::prepareTiles", "Cnt#: ", 271, "Sum(ms)", 5755, "Avg", 21, "SAvg", 14, "Min", 14, "Max", 50, "Last", 18, "Var(avg,us)", 6970.48, "VMax(ms)", 36, "Parent", "" ], [ "WorldClient::update", "Cnt#: ", 5186, "Sum(ms)", 5615, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 78, "Last", 1, "Var(avg,us)", 757.231, "VMax(ms)", 78, "Parent", "" ], [ "UniverseServer::createWorld", "Cnt#: ", 2, "Sum(ms)", 3089, "Avg", 1544, "SAvg", 2713, "Min", 366, "Max", 2723, "Last", 366, "Var(avg,us)", 1.1785e+006, "VMax(ms)", 2357, "Parent", "" ], [ "Assets::loadVariant", "Cnt#: ", 10472, "Sum(ms)", 2960, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 27, "Last", 1, "Var(avg,us)", 282.659, "VMax(ms)", 27, "Parent", "" ], [ "Assets::loadImage", "Cnt#: ", 8007, "Sum(ms)", 2211, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 26, "Last", 0, "Var(avg,us)", 276.133, "VMax(ms)", 26, "Parent", "" ], [ "Npc::tickMaster", "Cnt#: ", 37672, "Sum(ms)", 2154, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 6, "Last", 0, "Var(avg,us)", 57.1777, "VMax(ms)", 6, "Parent", "" ], [ "Assets::loadBaseImage", "Cnt#: ", 7491, "Sum(ms)", 1911, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 16, "Last", 0, "Var(avg,us)", 255.106, "VMax(ms)", 16, "Parent", "" ], [ "WorldGenerator::prepareSector", "Cnt#: ", 138, "Sum(ms)", 1195, "Avg", 8, "SAvg", 0, "Min", 0, "Max", 38, "Last", 1, "Var(avg,us)", 8782.61, "VMax(ms)", 38, "Parent", "" ], [ "UniverseServer::doTriggeredStorage", "Cnt#: ", 858, "Sum(ms)", 656, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 574, "Last", 0, "Var(avg,us)", 108739, "VMax(ms)", 574, "Parent", "" ], [ "UniverseServer::handleQueuedConnections", "Cnt#: ", 857, "Sum(ms)", 585, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 585, "Last", 0, "Var(avg,us)", 111306, "VMax(ms)", 585, "Parent", "" ], [ "UniverseServer::handleQueuedConnections.one", "Cnt#: ", 1, "Sum(ms)", 585, "Avg", 585, "SAvg", 585, "Min", 585, "Max", 585, "Last", 585, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "Object::tickClient", "Cnt#: ", 589576, "Sum(ms)", 514, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 0.871813, "VMax(ms)", 1, "Parent", "" ], [ "DungeonGenerator::generate", "Cnt#: ", 1, "Sum(ms)", 510, "Avg", 510, "SAvg", 510, "Min", 510, "Max", 510, "Last", 510, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "DungeonDefinition::buildDungeon", "Cnt#: ", 4, "Sum(ms)", 503, "Avg", 125, "SAvg", 492, "Min", 0, "Max", 498, "Last", 4, "Var(avg,us)", 370750, "VMax(ms)", 497, "Parent", "" ], [ "WorldServerThread::sync", "Cnt#: ", 2, "Sum(ms)", 465, "Avg", 232, "SAvg", 68, "Min", 67, "Max", 398, "Last", 398, "Var(avg,us)", 165500, "VMax(ms)", 331, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.SDL_PollEvent", "Cnt#: ", 5509, "Sum(ms)", 460, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 189, "Last", 189, "Var(avg,us)", 341.804, "VMax(ms)", 189, "Parent", "" ], [ "Player::tickMaster", "Cnt#: ", 5180, "Sum(ms)", 388, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 74.9035, "VMax(ms)", 1, "Parent", "" ], [ "WorldServerThread::readFullWorld", "Cnt#: ", 4, "Sum(ms)", 294, "Avg", 73, "SAvg", 61, "Min", 61, "Max", 91, "Last", 63, "Var(avg,us)", 12500, "VMax(ms)", 30, "Parent", "" ], [ "MainInterface::update", "Cnt#: ", 5186, "Sum(ms)", 258, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 18, "Last", 0, "Var(avg,us)", 49.7493, "VMax(ms)", 18, "Parent", "" ], [ "Assets::loadAudio", "Cnt#: ", 13, "Sum(ms)", 219, "Avg", 16, "SAvg", 0, "Min", 0, "Max", 124, "Last", 0, "Var(avg,us)", 16846.2, "VMax(ms)", 124, "Parent", "" ], [ "UniverseServer::shutdownInactiveWorlds", "Cnt#: ", 856, "Sum(ms)", 206, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 175, "Last", 1, "Var(avg,us)", 240.654, "VMax(ms)", 175, "Parent", "" ], [ "WorldPainter::updateLighting", "Cnt#: ", 5163, "Sum(ms)", 169, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 32.7329, "VMax(ms)", 1, "Parent", "" ], [ "UniverseServer::handleQueuedDisconnections", "Cnt#: ", 856, "Sum(ms)", 142, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 142, "Last", 142, "Var(avg,us)", 165.888, "VMax(ms)", 142, "Parent", "" ], [ "ClientApplication::updateTitle", "Cnt#: ", 148, "Sum(ms)", 126, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 126, "Last", 0, "Var(avg,us)", 54060.8, "VMax(ms)", 126, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.renderPost", "Cnt#: ", 5497, "Sum(ms)", 125, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 5, "Last", 0, "Var(avg,us)", 22.7397, "VMax(ms)", 5, "Parent", "" ], [ "Object::tickMaster", "Cnt#: ", 839728, "Sum(ms)", 111, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 0.132186, "VMax(ms)", 1, "Parent", "" ], [ "ClientApplication::processInput", "Cnt#: ", 625, "Sum(ms)", 109, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 78, "Last", 0, "Var(avg,us)", 174.4, "VMax(ms)", 78, "Parent", "" ], [ "WorldGenerator::generateMicroDungeons", "Cnt#: ", 60, "Sum(ms)", 107, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 11, "Last", 2, "Var(avg,us)", 1783.33, "VMax(ms)", 11, "Parent", "" ], [ "WorldServerThread::update.clientsIncomingPackets", "Cnt#: ", 8418, "Sum(ms)", 88, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 78, "Last", 0, "Var(avg,us)", 10.4538, "VMax(ms)", 78, "Parent", "" ], [ "Assets::loadFont", "Cnt#: ", 2, "Sum(ms)", 88, "Avg", 44, "SAvg", 87, "Min", 0, "Max", 88, "Last", 0, "Var(avg,us)", 44000, "VMax(ms)", 88, "Parent", "" ], [ "Monster::tickMaster", "Cnt#: ", 956, "Sum(ms)", 81, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 84.728, "VMax(ms)", 1, "Parent", "" ], [ "ClientApplication::renderInit", "Cnt#: ", 4, "Sum(ms)", 69, "Avg", 17, "SAvg", 6, "Min", 6, "Max", 44, "Last", 44, "Var(avg,us)", 11000, "VMax(ms)", 38, "Parent", "" ], [ "WorldPainter::renderNametags", "Cnt#: ", 5161, "Sum(ms)", 55, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 5, "Last", 0, "Var(avg,us)", 11.4319, "VMax(ms)", 4, "Parent", "" ], [ "LivingWorldAgent::update", "Cnt#: ", 2181, "Sum(ms)", 39, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 5, "Last", 0, "Var(avg,us)", 22.4668, "VMax(ms)", 5, "Parent", "" ], [ "WorldPainter::updateLighting.setColorMap", "Cnt#: ", 5163, "Sum(ms)", 36, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 6.97269, "VMax(ms)", 1, "Parent", "" ], [ "Renderer::setColorMap", "Cnt#: ", 5162, "Sum(ms)", 36, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 6.97404, "VMax(ms)", 1, "Parent", "" ], [ "WorldClient::queueUpdatePackets", "Cnt#: ", 5187, "Sum(ms)", 25, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 4.81974, "VMax(ms)", 1, "Parent", "" ], [ "UniverseServer::handleQueuedConnection.handshake", "Cnt#: ", 1, "Sum(ms)", 10, "Avg", 10, "SAvg", 10, "Min", 10, "Max", 10, "Last", 10, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::handleQueuedConnection.handshake.waitforresponse", "Cnt#: ", 1, "Sum(ms)", 10, "Avg", 10, "SAvg", 10, "Min", 10, "Max", 10, "Last", 10, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.graphicsClear", "Cnt#: ", 5538, "Sum(ms)", 8, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 1.44456, "VMax(ms)", 1, "Parent", "" ], [ "ClientApplication::renderDestroy", "Cnt#: ", 4, "Sum(ms)", 7, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 4, "Last", 3, "Var(avg,us)", 1750, "VMax(ms)", 4, "Parent", "" ], [ "WorldServerThread::addClient", "Cnt#: ", 1, "Sum(ms)", 7, "Avg", 7, "SAvg", 7, "Min", 7, "Max", 7, "Last", 7, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "WorldGenerator::convertBiomeMetaMaterials", "Cnt#: ", 138, "Sum(ms)", 6, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 43.4783, "VMax(ms)", 1, "Parent", "" ], [ "Audio::parseWav", "Cnt#: ", 9, "Sum(ms)", 6, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 2, "Last", 0, "Var(avg,us)", 666.667, "VMax(ms)", 2, "Parent", "" ], [ "Assets::postProcessAudio", "Cnt#: ", 4, "Sum(ms)", 6, "Avg", 1, "SAvg", 1, "Min", 0, "Max", 3, "Last", 0, "Var(avg,us)", 1250, "VMax(ms)", 3, "Parent", "" ], [ "Cinematic::render", "Cnt#: ", 5535, "Sum(ms)", 5, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 3, "Last", 0, "Var(avg,us)", 1.44535, "VMax(ms)", 3, "Parent", "" ], [ "WorldPainter::renderParticles", "Cnt#: ", 15475, "Sum(ms)", 3, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 0.193861, "VMax(ms)", 1, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.graphicsStart", "Cnt#: ", 5539, "Sum(ms)", 3, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 0.541614, "VMax(ms)", 1, "Parent", "" ], [ "Player::tickSlave", "Cnt#: ", 5169, "Sum(ms)", 3, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 0.580383, "VMax(ms)", 1, "Parent", "" ], [ "WorldGenerator::dirtyCollisionCache", "Cnt#: ", 138, "Sum(ms)", 3, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 21.7391, "VMax(ms)", 1, "Parent", "" ], [ "Cinematic::update", "Cnt#: ", 10660, "Sum(ms)", 1, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 0.0938086, "VMax(ms)", 1, "Parent", "" ], [ "WorldServerThread::update.clientsOutgoingPackets", "Cnt#: ", 8776, "Sum(ms)", 1, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 0.113947, "VMax(ms)", 1, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.graphicsFinish", "Cnt#: ", 5533, "Sum(ms)", 1, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 0.180734, "VMax(ms)", 1, "Parent", "" ], [ "UniverseServer::sendContextUpdates", "Cnt#: ", 857, "Sum(ms)", 1, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 1.16686, "VMax(ms)", 1, "Parent", "" ], [ "Assets::loadBytes", "Cnt#: ", 19, "Sum(ms)", 1, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 52.6316, "VMax(ms)", 1, "Parent", "" ], [ "Spawner::update", "Cnt#: ", 8748, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "ChatBubbleManager::update", "Cnt#: ", 5171, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "ChatBubbleManager::render", "Cnt#: ", 5163, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::sendPendingChat", "Cnt#: ", 857, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::updatePvpTeams", "Cnt#: ", 857, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::handleQueuedWarps", "Cnt#: ", 857, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::sendClockUpdates", "Cnt#: ", 857, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "WorldServerThread::clients", "Cnt#: ", 578, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "ClientApplication::updateSplash", "Cnt#: ", 241, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "Projectile::tickMaster", "Cnt#: ", 207, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "WorldServerThread::removeClient", "Cnt#: ", 1, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "WorldServer::Generator::generateTiles", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.clientsIncommingPackets", "Cnt#: ", 0 ], [ "WorldRenderer::render", "Cnt#: ", 0 ], [ "", "Cnt#: ", 0 ], [ "NPC::update", "Cnt#: ", 0 ], [ "WorldServer::Generator::generateEntities", "Cnt#: ", 0 ], [ "StarApplicationBase::run.innerLoop.SDL_GL_SwapBuffers", "Cnt#: ", 0 ], [ "ColorMapQuadRenderer::setColorMap", "Cnt#: ", 0 ], [ "WorldRenderer::renderParticles", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.update", "Cnt#: ", 0 ], [ "StarApplicationBase::run.innerLoop.glClear", "Cnt#: ", 0 ], [ "Assets::process", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.worldUpdate", "Cnt#: ", 0 ], [ "Assets::loadFromDisk", "Cnt#: ", 0 ], [ "MuzzleFlashEffect::update", "Cnt#: ", 0 ], [ "FlowingWaterAgent::update", "Cnt#: ", 0 ], [ "NPCSpawner::step", "Cnt#: ", 0 ], [ "Object::update", "Cnt#: ", 0 ], [ "Projectile::update", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop", "Cnt#: ", 0 ], [ "Assets::image", "Cnt#: ", 0 ], [ "WorldRenderer::updateLightMap", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.clientsOutgoingPackets", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.sleeping", "Cnt#: ", 0 ], [ "Assets::getImage", "Cnt#: ", 0 ], [ "WorldRenderer::renderPerf", "Cnt#: ", 0 ], [ "Player::update", "Cnt#: ", 0 ], [ "WorldRenderer::updateLightMap.setColorMap", "Cnt#: ", 0 ], [ "DungeonGenerator::generateNearZero", "Cnt#: ", 0 ], [ "universe_time", "1208.73" ], [ "server_1979291236551611487_entities", "252" ], [ "server_1979291236551611487_sectors", "190" ], [ "server_1979291236551611487_planet", "alpha:40800195:-96474809:3625052:5:1" ], [ "server_1979291236551611487_world_time", "30.0797" ], [ "server_9883279460551300776_entities", "115" ], [ "server_9883279460551300776_sectors", "54" ], [ "server_9883279460551300776_planet", "null" ], [ "server_9883279460551300776_world_time", "86.7357" ], [ "universe_time_client", "1208.48" ], [ "client_entities", "115" ], [ "client_sectors", "36" ], [ "client_incoming_bps", "304" ], [ "client_outgoing_bps", "344" ], [ "client_worst_incoming", "11:142" ], [ "client_worst_outgoing", "11:264" ], [ "render_fps", "60.0381" ], [ "update_rate", "59.8283" ], [ "player_pos", "538.61 518.50" ], [ "player_vel", "0.00 -0.96" ], [ "player_aim", "570.29 537.54" ], [ "version", "Beta v. Furious Koala" ], [ "server_135922221262130220_entities", "0" ], [ "server_135922221262130220_sectors", "0" ], [ "server_135922221262130220_planet", "alpha:20995065:-3324842:-23786226:4" ], [ "server_135922221262130220_world_time", "30.0667" ] ]
    Info: Shutting down Star::Root
    
    PS: Now the game doesnt even start.
     
    Last edited: Jan 28, 2014
  15. Pfhoenix

    Pfhoenix Scruffy Nerf-Herder

    Ghoul159 : have you made any attempt to create a gun that has accuracy? In other words, every bullet doesn't go exactly where the player aims.
     
  16. romatschka

    romatschka Orbital Explorer

    Heeeelp me please
     
  17. Ghoul159

    Ghoul159 Scruffy Nerf-Herder

    maybe but maybe i just post a link of another tutorial for that....
    http://community.playstarbound.com/...successfully-pack-and-unpack-pak-files.66649/

    hmm sound like any name is wrong in your files.... if you can't find it upload and pm it to me...

    i tried it several months ago and it did not work... sry can't help you with that
     
  18. romatschka

    romatschka Orbital Explorer

    Ghoul159 likes this.
  19. IAnon

    IAnon Aquatic Astronaut

    Sorry if this has been said somewhere else but is there a tut on how to make weapons such as swords, axes, etc and not guns?
     
  20. romatschka

    romatschka Orbital Explorer

    just look at the other swords. Its easy
    .
     
Thread Status:
Not open for further replies.

Share This Page