1. Homebrew - Patent Unknown
  2. News

Homebrew - Patent Unknown News

Long have we waited.





[h3]We have a lot to talk about in this post so feel free to scroll down and read about the subjects that matter most to you.[/h3]



[h2]Overall performance gains[/h2]

Baking our vehicles has always been about optimizing the result.
We are glad to have found additional ways to optimize our vehicles even more.
Especially for highly detailed vehicles where a lot of pipes, plates and shapes can be found.


[h3]Fewer objects[/h3]

First we found a way to remove pipe, plate and shape objects after baking the vehicle.
Reducing the amount of objects means that rotating or moving these vehicle pieces has much better performance.

This example went from 432 objects to 3379 objects removed:



[h3]Fewer center of gravity points[/h3]
We were also able to combine center of gravity points in a better way than before.
Fewer center of gravity points means less computation is needed in real time.
Again giving the most performance gain on detailed vehicles.

Here we went from 711 CoG points to just 8:



[h3]Smoother shader[/h3]
We also took a look at the vehicle shader and found that it was doing some unnecessary things.
So we simplified it and can see a significant reduction on the GPU load whilst looking at a vehicle.

[h3]Lightweight network IDs[/h3]
And finally we went over the networking pipeline and were able to reduce the size of IDs sent with each network package.
While this give a light performance gain on its own it does reduce network traffic a lot.


[h2]Voxel collision[/h2]

Colliders play a big role in the handling and performance of your vehicle.
Up until now the builder has been adding colliders for each part, pipe, plate or shape.
As you can imagine for high detailed vehicles this results in loads and loads of colliders
while this does give a decent approximation of your vehicle shape it is not so good on performance

So for this update, we introduce voxel collision.
Voxel collision slices your vehicle in small pieces and adds colliders accordingly, resulting in fewer colliders in most cases while still providing a decent approximation of your vehicle shape.



We provided you with the choice between object collision vs voxel collision found in the utility bar.
When we test our vehicle, we can now see how many colliders have been built for comparison reasons.


[h2]Weapons[/h2]

Aah weapons... yes

We knew fixing weapons was an absolute must for this update... or else!



So looking at the code we saw a lot of issues.
First, the system was so complex that our noodles could not make sense of it.
We noticed that the teams system responsible for 70% of the complexity accounted for almost 0% gameplay since we never really use teams, except for that one time... maybe...
So we removed the teams system and were left with something we could actually fix.

Remembering how damage used to be, the biggest issues are that we don't have per-part based damage, that we don't get to see damage, HP and armor feedback, and that gunner seats for other players are basically useless as the gunner seat lags behind due to ownership of the vehicle.
There is more to improve but these outline the most prominent sucky parts of our damage system.

[h3]Damage and armor feedback[/h3]
To give user feedback we now show damage and armor on the hitmarker whenever we make a hit.



[h3]HP feedback[/h3]
Whenever we hit a vehicle we get to see an HP bar showing the remaining health of the vehicle.
Know that damage is still split per vehicle piece, meaning not every hit will reduce the overall HP of the vehicle and the HP bar doesn't have to be fully depleted for a vehicle to be destroyed beyond the point of working.



[h3]Gunner seats[/h3]
To fix the gunner seat issue we had to introduce a new wire type.
From now on each weapon has to be linked to a seat using the weapon wire.

Linking the wire with a seat makes the weapon respond instantly to the player that is in that seat regardless of who owns the vehicle at this time.
It also allow the weapon to know which player is actually doing the damage.

Overall weapons now rotate smoothly for non vehicle owners if it's welded onto a weapon mount or hemi servo, using the vector wire as input.

[h3]Tweaking damage on servers[/h3]
Damage can now be tweaked via server settings.
we can set damage and armor multipliers and we can cap the armor so it won't go above a certain value.

[h3]Known issues[/h3]
While the damage system has been improved, some issues still remain that we can't fix right away.
For example, tweaking the HP and armor coefficients requires us to run the system in a natural environment looking at all sorts of vehicles.
So don't expect the damage to be tweaked perfectly yet, we will tweak the numbers as we go via the server settings, we will see what works best and provide updates as we go.


While the damage system has been improved there is still more to do like per-part based damage, missiles and bombs etc...
We will dive more into weapons in future updates.


[h2]Christmas[/h2]

One of our beloved community members Being Bright started a snow mod a while ago.
We were looking for something to do for Christmas, while looking at his mod we saw a perfect match.
We contacted Being Bright right away and improved the mod where needed.
This mod will automatically activate between Nov and Feb, bringing snow to our world.




[h2]Vector Math Box[/h2]

For our Math Heads we've added a "Vector Math Box"
containing all the vector operations a proper Math Head would want.
We can also convert from float wires to vector wires and back using this box:




[h2]Mod versioning[/h2]

Mods now live in the current lua version folder, found at userdata/lua//... This means that you will have to move your mods to this new folder.
A readme.txt file can be found in userdata/lua telling you what to do with your mods.
you will also see a chat message giving you a warning that mods need to be moved, triggered only when you have mods installed and no mods are found at the new location.


[h2]Homebrew Devkit[/h2]

Devkit? What's a devkit?
Well, simply put, a devkit is a bag of tools that helps you develop certain things.
In our case the devkit helps us to create or edit parts and world assets.


https://github.com/copybugpaste/Homebrew-Devkit/tree/master

The devkit is new but powerful already, it has both modders and devs in mind and will make both of our lives easier when it comes to creating new content that can be released in updates or uploaded to the Warehouse.


[h2]Spawner gadget[/h2]

We have made the gadget load faster when you select it, and added effects that make it look better.




[h2]Default vehicles[/h2]

As of now default vehicles will install for new players only.
If you are not a new player you can still install them by using the "/installdefault" chat command.


[h2]Conclusion[/h2]

This is a big update, we have done our best to keep track of all the changes and mention the highlights in this post.
We can't guarantee everything will work perfectly at first, we may find things to tweak as it goes public.
We will be on the lookout for bugs, so please report them ASAP so we can get the "hot fixes" rolling.


Here is the remaining list of fixes and additions:

  • fixed issue where HBU path functions returned backward slashes
  • fixed issue where the bounding function would return incorrect results in some cases
  • fixed issue where the game runs on more than 60 fps in the loading menu
  • fixed issue where vehicles could not be loaded after saving in rare cases
  • fixed issue where plates could be created with all vertices on 1 point, resulting in physics issues
  • fixed issue where AddTool would place parts with the wrong rotation
  • fixed issue where tiremarks could creep their way onto your vehicle in the builder, resulting in physics issues
  • fixed issue where cloned or symmetrical parts could not be selected in some cases
  • fixed issue where HBU.CopyAsset logged an error while it was working correctly
  • fixed issue where solar panels do not work on vehicles built in the new builder
  • fixed issue where Hide Tool hides pipes and plates inside rotators when parts are set to hidden
  • fixed issue where the adjust tool would not show pipe or plate properties in some cases
  • fixed issue where ctrl+click while editing nodes, selected a plate or pipe behind the node
  • fixed issue where toggle boxes did not initialize correctly, not providing the correct state in the inspector panel
  • fixed issue where adjust tool lock selection option displayed true while it is false
  • fixed issue where in and output properties had propertyname in the link property field in the inspector panel
  • fixed issue where the move tool would try to access a non existing function
  • fixed issue where game would lock when spawning a corrupt vehicle
  • fixed issue where network package could be dropped due to incorrect package size
  • fixed issue where vehicle mass as NaN would result in a crash
  • fixed issue where selecting the adjust tool with a pipe already selected not displaying properties in the inspector panel
  • fixed issue where adding keybinds to the seat would not rename the keybind
  • fixed issue where deleting parts would not register a change in the builder, meaning that it would not ask to save before closing
  • fixed issue where toggle properties on the parts would not show correct state
  • fixed issue where mass would not be calculated properly on some symmetrical parts
  • fixed issue where mass would not bake correctly resulting in a difference in weight in the builder vs the world
  • fixed issue where wing surface area could go negative resulting in infinite power
  • fixed issue where jet engine would provide infinite power by flying backwards at high speeds
  • fixed issue where blimps would fly in reverse
  • fixed issue where mass was incorrect in the old builder
  • fixed issue where player would not reset its components correctly when using the /cva command
  • fixed issue where weapons failed to deal damage
  • fixed issue where weapons did not transfer ownership with the vehicle
  • fixed issue where builder was unable to locate the assembly while the assembly was hidden
  • fixed issue where wrong components would be added to sub-pieces of your vehicle
  • fixed issue where when you enter a vehicle in multiplayer it would glitch to the origin point of the world for a few frames
  • fixed issue where weapon dots would not display correctly for other players in that vehicle
  • fixed issue where weapons would fire twice in single player
  • fixed issue where rigidbody would fall asleep when there was nearly no motion, resulting in issues in waking up
  • fixed issue where using the functions CreateEmptyPart() or CreateEmptyAdjustablePart() would not assign RefrenceID components resulting in unlinkable parts
  • fixed issue on single sequence box where the time property would always revert to 0
  • fixed memory leak in the save/load system
  • fixed memory leak when using Forms
  • fixed memory leak in "other" player objects in multiplayer
  • added vector math box
  • added /installdefault command to install default vehicles anyways
  • added HBU.ShouldNotifyUpgradingMods() for modders to use, this will tell us if a user needs to move his mods to the new version folder
  • added chat message when we detect that a user has installed mods and needs to move them to the new version folder
  • added part script to get a readout on health, for modders to use ( no part has been built using this script yet )
  • added a vector wire output to the GPS box
  • added readme file installed when the game starts into the lua folder, for modders to read
  • added a set of spring materials for future use
  • added HBU.AddLuaComponentPath() that accepts absolute path to the mod, for modders to use
  • added a HP bar that will be shown when you hit a vehicle
  • added damage and armor stats that show on the hit marker when you hit a vehicle
  • added voxel collision method for baking your vehicle, this can result in less colliders, giving you better performance
  • added HBU.LoadH3D and SaveH3D functions for modders to use ( these are HB native model formats )
  • added extra checks for loading mods, checking if the script can be loaded otherwise resulting in error spam
  • added part script for blend shapes for modders to use ( no part has been build using this script yet )
  • Added HBU.GetModLuaFolder() for modders to use
  • Added HBU.GetBuilderLuaFolder() for modders to use
  • Added HBU.GetGadgetLuaFolder() for modders to use
  • Added HBU.GetOfficialModLuaFolder() for modders to use
  • Added HBU.GetOfficialBuilderLuaFolder() for modders to use
  • Added HBU.GetOfficialGadgetLuaFolder() for modders to use
  • Added /streamingassets chat command -> will open streamingAssets folder
  • Added /lua chat command -> will open lua folder
  • Added /version chat command
  • added part script to move objects for modders to use, works similar like a hemi but for movement instead of rotation
  • added versioning structure for mods
  • added general purpose StringDataContainer component for modders to use
  • added occlusion area, improves performance on camera occlusion
  • added a bunch of generic materials for modders/content creators to use
  • removed tons of warning messages when the game starts
  • removed teams system knowing that we set ourself as spectator 99% of the time anyways
  • removed issue where too much drag to the vehicle would be added via the use of dragboxes
  • removed redundant checks in VersionManager and SteamManager
  • removed the box that would ask to import workshop vehicles when the game starts
  • exposed System.DateTime to lua for modders to use
  • exposed System.TimeSpan to lua for modders to use
  • exposed System.IO.FileInfo to lua for modders to use
  • exposed System.IO.DirectoryInfo to lua for modders to use
  • exposed certain variables on springs to lua, for modders to use
  • optimized performance of the loading screen
  • optimized performance of rotating objects by the rotator part or hemi part
  • optimized the vehicle baker, cleaning up gameobjects that are not necessary, giving you better performance
  • optimized box collider method resulting in fewer gameobjects needed on your final vehicle, giving you better overall performance
  • optimized network traffic used by weapons
  • optimized network traffic by using shortened IDs
  • optimized color tool initialization by removing generated colors and adding the color properties one by one in the inspector panel
  • builder stores last opened project
  • separated the tool bar from the main builder script into its own module
  • separated the utility bar from the main builder script into its own module
  • equalized the spaces in the utility bar
  • renamed "projectile physics" settings to "weapons"
  • wheels dislocate when your vehicle is destroyed
  • disabling weapons will now stop all damage given and taken
  • upgraded to unity version 5.6.7f1 ( no notable changes, only security related changes )
  • lua folders now get created if they don't exist yet when the game starts
  • hinges break when your vehicle is destroyed
  • when your vehicle is destroyed it will spawn explosions instead of just smoke
  • seat now has a new output wire type, meant to be linked to weapons, this is how the weapon will know who did the damage
  • tweaked skybox colors
  • improved terrain shader to have overall color and contrast values
  • when copy pasting parts the wires will try and stay linked within the selection you are copying
  • the inspector panel now updates when a part changes its own properties, like how the solid fuel rocket does
  • transparent color material is a bit more transparent now
  • default vehicles will only install automatically for new players




We hope you guys like the update and can look past the long long delay.
In the next post we will talk about how we are going to move forward from now on.


As always, we'll keep our eyes open on Steam, DISCORD and our other channels.

DREAM - BUILD - ENJOY



Copybugpaste Team

Version 15.1 - 637093565581787752

Homebrew - Patent Unknown - The Warehouse

Hey guys, Today's topic will be about The Warehouse



As many of you know, Steam Workshop support has been down since the new builder released.

Why?
Because we noticed that Steam Workshop was doing more harm than good.

To give a scenario: new player starts Homebrew for the first time, goes straight to most popular and starts downloading old vehicles that don't work anymore.

We feel that vehicles are more like images where you want to share them quickly but you don't necessarily want to maintain them.



That being said, we decided to build a better place to house your vehicles with the following features in mind.
  • Multiple content types: vehicles, parts, world props and more.
  • Better presentation and organization of content.
  • A powerful search engine.
  • Browsing and installation of content without the need to be in-game.
  • Quick-sharing via urls.
  • Ability to add more features as the need arises.



So here is a sneak peek on how The Warehouse works:

To Upload Content

In Homebrew click on Warehouse in the main menu, then choose your content and upload it.




Once the upload completes, you get a link that you can share right away.

To make your content visible in The Warehouse press the set public button.

Furthermore, you can edit the item on The Warehouse itself. You can add images, provide a description, and add tags so your content is easier to find.





To Download Content

Simply press download in The Warehouse.

Open the url using the Downloaded app, this will install it automatically.





Searching The Warehouse





Searching The Warehouse By Name






Summary

The Warehouse allows you to share vehicles quicker and more easily compared to Steam Workshop.

In addition, The Warehouse is "most recent" based by default so it solves the main issue we were having mentioned above.

Because the system is ours we are now able to develop features that Steam Workshop does not allow and design The Warehouse in a way that better suits its content.

Building the system was a challenge for our team, especially since our expertise is making games, not web apps...
Yet we learned what we needed to learn and got The Warehouse to an acceptable/working state.

More features will be added to The Warehouse in the future, having the entire system in-house makes it a lot faster to add more intense features.

We hope it will bring back vehicle sharing like never before!

As always, we'll keep our eyes open on Steam, DISCORD and our other channels.

DREAM — BUILD — ENJOY



Copybugpaste Team

Homebrew - Patent Unknown - Discord changes

Hey guys before we get into the new update, we would like to go over some changes we have in store for our Discord.


We have been thinking about discord a lot, moderators included. With our heads joined we made a plan to make Discord even better than it already is.
Our thoughts included streamlining chatter, reducing the gap between beta/vanilla, better event planning, and more.

So lets take a look at the changes we want to make...

For streamlining chatter we are combining several channels, thus reducing the total amount while also making Discord a lot easier to navigate.
Each channel will then be much more suited to a purpose, and channels in general will be much less confusing.

We will also update our rules to make them clearer and easier to understand
We've also made changes to several roles and emojis, including a new opt-in role for the giveaways channel.

Reducing the gap between vanilla and beta Discord is one of our top priorities.
First we're setting up a public todo list for Homebrew and integrating this into a closed channel on the Discord Server. The channel will get updates on whats happening with development, and you guys can discus the updates in our main lobby.

We're calling the todo list "Homebrew progress tracker" and its mainly meant so that everyone knows what is happening with Homebrew at all times.
We'll also use the "progress tracker" channel to showoff the stuff we are currently working on, not just telling you about it.

Our Private Beta server will still exist, though on a much more limited scale than before.

As for better event planning, we think that introducing a bot can do some good.
The bot will periodically remind devs and moderators to stay on top of events and progress updates.

So these are the main points we have in store for our Discord, now lets take a look at the new layout:


OFFICIAL
  • rules
  • updates
  • announcements
  • progress-tracker

CHAT
  • welcome
  • lobby
  • help
  • modding
  • suggestions
  • bugs
  • off-topic
  • giveaways

CREATIONS
  • mods
  • trending
  • showcase

VOICE
  • afk
  • just-chat
  • just-chat-text
  • bigland
  • bigland-text
  • freeland
  • freeland-text
  • badland
  • badland-text


As you can see it looks a lot simpler and we think this is a step in the right direction.

These changes will be applied over the next couple of days.
Channels won't be deleted, they will be set hidden or renamed so that we can bring them back if absolutely needed, or special permissions can be granted for content creators to retrieve their content.


DREAM - BUILD - ENJOY



Copybugpaste Team

What's up with Homebrew?

Hey guys, today we would like to talk about "what's up with Homebrew" and what has happened these past months.
Some of you might think development has been halted, wich is understandable and partially true.

We have been in a financial dip for some time now, luckily about 5 months ago an opportunity opened for a side project that we could work on to ensure we can keep doing what we love, which is continue our work on Homebrew.

While it's a good thing to gain experience in other fields, trying to do both of these projects at the same time hasn’t gone well and we have had trouble focusing as a result.
We feel that we have dropped the ball, and know that while there is no excuse for it, we can learn and still move forward.

With all that said, we are ready to get back on the saddle and get things under control again.
Now that our side project is almost ready for deployment, we can spend more time on Homebrew!

More time is great and everything, but development requires more than just time to be successful, thus we have decided to change a few things.

First off we won’t be taking on big changes that can’t be pushed in smaller updates.
Simply put, if it can't be broken up into smaller pieces we won't go there.

Second, we are going to work on our internal and external communication, including the implementation of a public todo list through github.
This list will be used to post our future updates to allow everyone to see what we are working on and what our updates will be.

Third, we are going to optimize the discord because we feel that it became a bit bloated over time, so we plan to go ahead and streamline it as soon as the next update rolls out.

Furthermore, we have received a good point from the community that we rely too much on discord and need to include the steam community in our communications as well.
While we do post about game updates on steam, we fail to bring in all the community contributions that are showcase on discord.

While we are talking about the community, we are going to put more effort into organizing community events, and doing a better job of showcasing the results on Discord and Steam.
Our goal is to get to a point where there is at least 1 challenge per week.

All of this brings us to our last point: we feel that it’s time to commit to a timeline for releasing Homebrew out of early access.
This means that we will focus less on spontaneous additions to the game, and focus more on what’s actually needed to get Homebrew to a releasable state in all its glory!

We will keep you posted and we look forward to bringing some new life back into Homebrew.

Thank you for your support and patience.

DREAM - BUILD - ENJOY



Copybugpaste Team

Come and get your Wheels!

Hello fellow Homebrewers... we have something in store for you!

Wheels ... Loads of wheels.




bike wheels, dirt wheels, classy wheels, square wheels, sphere wheels, sport wheels, spiked wheels, armored wheels, sci-fi wheels, invisible wheels, you name it we got it.

Wheels are now split into Rims and Tyres, allowing you to combine them in whatever way you want.


Currently we have 51 rims and 47 tyres providing a total of 2397 combinations!


a Big shout-out to Vectura for making these awesome wheels.

For people who are interested in importing their own wheels, we provide an option to convert 3d models (.obj) to wheels in homebrew.

simply type "/settings-wheelreplacer dev true" in the chat and an import button will appear in the properties panel of your wheels.


DREAM - BUILD - ENJOY



Copybugpaste Team

Homebrew Patent Unknown

Version 15.1 - 636828396784396873