Kupu's thread

    nightrune

    Wizard/Developer/Project Manager
    Joined
    May 11, 2015
    Messages
    1,324
    Reaction score
    577
    • Schine
    • Top Forum Contributor
    • Thinking Positive
    When were talking about it last night, I think it was that it was busy and doesn't completely fit. I almost agree. Its probably the block I think it makes me think cartoony now, but I 'm not sure what I'd even want different. It does feel out of place, at least in the places I used before. I'm not sure if its the "new bad" gut reaction or something else.
     

    kupu

    Colouring in guy.
    Joined
    Jul 4, 2013
    Messages
    1,405
    Reaction score
    1,560
    • Schine
    • Likeable Gold
    • Arrrty Gold
    Some of these i've found and hopefully fixed (ie; gravity), but they've not gone live yet.

    In other news,

    - fixed (hopefully) the rotation issues mentioned,
    - gravity modules have been altered so they appear the right way round,
    - bloomed suns will be less performance heavy (while looking virtually the same)
    - blast doors have been brought closer in line to other blocks. (desaturated, reduced damage, adjusted contrast to better sit next to plexdoors / other blocks).

    These changes will appear in the next client update / hotfix. Thanks for bringing them to my attention. :)
    I think the logic being rotated is a symptom of another bug, in which you can force / accidentally get a block to be rotated via adv buildmode.
    As logic can't be rotated normally and i've not seen any issues with freshly placed blocks, i am currently ruling out texture coordinates as the problem.

    I've seen similar things happen with decorative server blocks.
     
    • Like
    Reactions: Croquelune

    Calhoun

    Part-time God
    Joined
    May 26, 2015
    Messages
    872
    Reaction score
    237
    • Purchased!
    • Legacy Citizen 3
    • Thinking Positive
    Busy yes. It just doesn't seem to fit with the aesthetic of other blocks with all its flashy lights and things.
     
    Joined
    Mar 15, 2014
    Messages
    238
    Reaction score
    68
    • Community Content - Bronze 1
    • Legacy Citizen 3
    Why do people keeping asking for BDLS to be included as a game asset?
    I don't think it needs a dedicated asset, (fewer blocks = better performance) but I do think player ingenuity needs to be encouraged. Once players find unique ways to use and re-use other assets or blocks, they shouldn't be effectively "punished" by having those assets chanded and made unusable or more restrictive in their use. Toilets, stove top burners... Also the floor plating issues with scanners and jump drives - players have found alternative and widespread uses for blocks. Also... A much older example with how power caps used to glow soft green, but had it removed.

    Some players might be resistant to changes because they see the game becoming much more restrictive of their creativity as "more" is added and developed, and not necessarily resistant to changes out of meanness or curmudgeonry. ;)

    It's something to think about.
     

    Exozen

    C-D SOLDIER
    Joined
    Jul 7, 2013
    Messages
    151
    Reaction score
    230
    • Purchased!
    • Competition Winner - Small Fleets
    • Legacy Citizen 4
    after much testing it appears the whole rotation and texture application code seems to be utterly trash :(
    The system can't even make a 24 rotation set that has correctly put textures.

    also, for normal blocks, up and down need to be changed to Rotation:TopFront and BottomFront.
    would fix tons of issues, such as the ones with Camera blocks.


     
    • Like
    Reactions: Ghent96

    Benevolent27

    Join the Dark Side
    Joined
    Aug 21, 2015
    Messages
    585
    Reaction score
    327
    • Purchased!
    kupu For why have you removed the textures for bronze, silver, and gold bars? FOR WHY!?

    *ahem*

    I ask because we use them on our server as an alternative currency. There are kiosk machines which take them as payment and then dispense items. We give thse out to players as rewards for instanced quests and participation in admin events.

    I've been trying to find a workaround and having a heck of a time trying to figure out how to implement new custom texures. But no matter what I do, it seems the "TEX" texture will not go away!
     
    • Like
    Reactions: Ghent96
    Joined
    Mar 15, 2014
    Messages
    238
    Reaction score
    68
    • Community Content - Bronze 1
    • Legacy Citizen 3
    kupu For why have you removed the textures for bronze, silver, and gold bars? FOR WHY!?

    *ahem*

    I ask because we use them on our server as an alternative currency. There are kiosk machines which take them as payment and then dispense items. We give thse out to players as rewards for instanced quests and participation in admin events.

    I've been trying to find a workaround and having a heck of a time trying to figure out how to implement new custom texures. But no matter what I do, it seems the "TEX" texture will not go away!
    I agree matey, we use the same system on Mushroom Fleet for over a year or more now. First it was grills, then we made our own custom block, the delta, in bronze, silver, gold, and purple; for custom currency. You may have to do the same, and don't worry because it's pretty easy. Just copy those old gold bar blockconfig lines into a new block config, or the customblockconfigtemplate.xml which runs and appends every time you start the game or server. Nice system.

    We can help you if you need. We support custom blocks and run quite a few.
     

    Benevolent27

    Join the Dark Side
    Joined
    Aug 21, 2015
    Messages
    585
    Reaction score
    327
    • Purchased!
    I agree matey, we use the same system on Mushroom Fleet for over a year or more now. First it was grills, then we made our own custom block, the delta, in bronze, silver, gold, and purple; for custom currency. You may have to do the same, and don't worry because it's pretty easy. Just copy those old gold bar blockconfig lines into a new block config, or the customblockconfigtemplate.xml which runs and appends every time you start the game or server. Nice system.

    We can help you if you need. We support custom blocks and run quite a few.
    Thank you for your response. I've already created all the custom configs I could. I have the block textures set to a custom texture, where I copied the old graphic over, but the block icon is a problem. I can't for the life of me figure out how to create a custom block icon (the image that appears on the build hotbar). Right now I have them set to orange, white, and yellow paint.. Blech! Any ideas?

    Here's what it looks like right now, ugly and confusing for our members (note that it's called "New Bronze Bar" because it's a custom item, after the trade shop's came out, our custom shops had hundreds of thousands of regular bars in them for 100 credits apiece, we had to create new bars to replace the old ones):
     
    Last edited:

    kupu

    Colouring in guy.
    Joined
    Jul 4, 2013
    Messages
    1,405
    Reaction score
    1,560
    • Schine
    • Likeable Gold
    • Arrrty Gold
    kupu For why have you removed the textures for bronze, silver, and gold bars? FOR WHY!?
    An error when combining new with the old when generating new sheets. No trouble to put them back in and certainly not a conscious decision to have them removed.

    Purely error on my part. Added to the list of fixes. Thanks for notifying me.
    [doublepost=1483978069,1483977923][/doublepost]
    after much testing it appears the whole rotation and texture application code seems to be utterly trash :(
    The system can't even make a 24 rotation set that has correctly put textures.

    also, for normal blocks, up and down need to be changed to Rotation:TopFront and BottomFront.
    would fix tons of issues, such as the ones with Camera blocks.


    Thanks for testing. I would recommend using the Docker block though, as this has visible orientations in use, both in terms of direction arrows and an orientation of the entity docked to it.

    It uses the same code as shipyard modules.
     

    Benevolent27

    Join the Dark Side
    Joined
    Aug 21, 2015
    Messages
    585
    Reaction score
    327
    • Purchased!
    An error when combining new with the old when generating new sheets. No trouble to put them back in and certainly not a conscious decision to have them removed.

    Purely error on my part. Added to the list of fixes. Thanks for notifying me.
    [doublepost=1483978069,1483977923][/doublepost]

    Thanks for testing. I would recommend using the Docker block though, as this has visible orientations in use, both in terms of direction arrows and an orientation of the entity docked to it.

    It uses the same code as shipyard modules.
    Oh, well that's a relief. Good to know. Thanks for the response! I'll just wait for the update then.

    But would you happen to know if it's possible to create custom hotbar icons for new blocks? We'd like to add in some new things for our server and I haven't found any information at all about this on the forums or the web.
     

    kupu

    Colouring in guy.
    Joined
    Jul 4, 2013
    Messages
    1,405
    Reaction score
    1,560
    • Schine
    • Likeable Gold
    • Arrrty Gold
    Oh, well that's a relief. Good to know. Thanks for the response! I'll just wait for the update then.

    But would you happen to know if it's possible to create custom hotbar icons for new blocks? We'd like to add in some new things for our server and I haven't found any information at all about this on the forums or the web.
    It is possible yes.
    After you have added your new content to the game, enter a world and press F1 + F9.

    This will bring up a grid of "floating" blocks and sprites. It is a visual representation of all the games items occupying an ID, and how it's corresponding icon will look once generated.
    Using the mouse, orientate the blocks to your desired icon angle,
    Press F1+Enter to save a sheet of icons.

    There is more than one "sheet" of icons, so you will have to scroll through the selection with F1 + arrow keys, pressing F1 + Enter for each.
    You can also go up and down the sheet with F1 + W or S.

    The new sheets overwrite the old ones in the image-resource directory. The file names are build-icons-**-16x16-gui-.png

    Hope this is what you were looking for.

    EDIT: worth noting that transparent blocks will be very faint, most blocks are unlit, so some editing may be required and slabs will "overlap" in the same spot. Slabs don't have an icon, they are dynamic in the ADV buildmode options, so if you have a cube with all slab options you may want to find a sweet spot angle or remove the slab options to bake the icon.
     

    Benevolent27

    Join the Dark Side
    Joined
    Aug 21, 2015
    Messages
    585
    Reaction score
    327
    • Purchased!
    It is possible yes.
    After you have added your new content to the game, enter a world and press F1 + F9.

    This will bring up a grid of "floating" blocks and sprites. It is a visual representation of all the games items occupying an ID, and how it's corresponding icon will look once generated.
    Using the mouse, orientate the blocks to your desired icon angle,
    Press F1+Enter to save a sheet of icons.

    There is more than one "sheet" of icons, so you will have to scroll through the selection with F1 + arrow keys, pressing F1 + Enter for each.
    You can also go up and down the sheet with F1 + W or S.

    The new sheets overwrite the old ones in the image-resource directory. The file names are build-icons-**-16x16-gui-.png

    Hope this is what you were looking for.

    EDIT: worth noting that transparent blocks will be very faint, most blocks are unlit, so some editing may be required and slabs will "overlap" in the same spot. Slabs don't have an icon, they are dynamic in the ADV buildmode options, so if you have a cube with all slab options you may want to find a sweet spot angle or remove the slab options to bake the icon.
    I figured out the F1 + F9 thing a while back but I had no idea what it did exactly. I had tried F1 + all the keys one day. Some interesting stuff you have in here! Like that dinosaur looking hoppy character! :)

    I figured out the image location by simply doing a search of all images in the folder. Then I counted the pixels.. Seems they are 64x64, in 16x16 grid sheets. Then I looked at the item numbers of certain blocks I recognized and figured out it counts from left to right, counting each square to assign a number.. So I created a new layer, threw a bunch of 64x64 boxes into it.. Then copied the background layer and pasted over the "TEX" texture.. voila! The old graphics return, nice and centered! Works for both single player and multiplayer now!


    Though, on the server, I needed to change the icon data for the blocks in the "BlockConfig.xml" file in the "data/config/" folder. When I changed the BlockConfigImport.xml file in the "customBlockConfig/" folder, the changes did not take hold. So I am now wondering if for new blocks I create, will I have to update the BlockConfig.xml file in the data/config folder every each update? Hmm..

    Edit: Oh man. It only works on singleplayer! Though it will work on multiplayer ONLY if the player has their custom textures and icons updated manually AND the server is configured to use those textures. Darn! It seems to download the custom textures but does not use them. :(

    Well, in any case, thank you for your help Kupu! :)
     
    Last edited:

    Ithirahad

    Arana'Aethi
    Joined
    Nov 14, 2013
    Messages
    4,150
    Reaction score
    1,329
    • Purchased!
    • Top Forum Contributor
    • Legacy Citizen 8
    So, whatever happened to carved rock wedges? I thought those were supposed to come with this update...
     
    • Like
    Reactions: Blodge
    Joined
    Nov 3, 2015
    Messages
    24
    Reaction score
    3
    The arrows are reversed on the pickup rails after the last texture update. Would have been funnier on the April update.
     
    Joined
    Aug 14, 2013
    Messages
    2,811
    Reaction score
    960
    • Councillor 3 Gold
    • Wired for Logic
    • Top Forum Contributor
    The new different textures have more or less all grown on me. My only complaint off the top of my head is the power blocks animation doesn't repeat smoothly, there is a clear jump from the end of the animation to the start as the moving light doesn't bleed through the fourth and first frames.
     

    nightrune

    Wizard/Developer/Project Manager
    Joined
    May 11, 2015
    Messages
    1,324
    Reaction score
    577
    • Schine
    • Top Forum Contributor
    • Thinking Positive
    Any reason there aren't emissives for the effect modules?

    EDIT: Actually the shield drain didn't get emissives either? I know it didn't have it before but that seems odd to me.