1. Gunsmith Simulator
  2. News

Gunsmith Simulator News

Changelog - 30 April 2021



Hello, Gunsmiths!

Another month is ending, so it's time for another changelog. Take a look at what we've been able to do in the last weeks of our game. More below.

30 April 2021

Mechanics:
1. External logging and some tools for better testing and debugging.
2. Systems for localization and audio.
3. Tutorial broken up in parts. Now the initial tutorial just goes over basics, other parts will be used when the user gets access to more machines/work stations.

Content:
1. In-game computer:
- Implemented a shopping list helper,
- Implemented auction house buying.
2. A bunch of contracts with newly added guns.

Graphics:
1. User interface:
- UI for work on machines and with tools,
- UI for paint mixing (picking colors, patterns),
- UI for painting (paint, remove, stickers, weathering, etc).
2. Guns added: 3.

Another piece of news from the progress of work in the next month.

Stay tuned!

Changelog - 31 March 2021



Hi there!

Here's another changelog from Gunsmith Simulator.

31 March 2021

Mechanics:
1. Woodworking:
- Manual marking shape for cuts,
- Manual cutting blanks on a bandsaw,
- Better wood deformation while shaping.
2. New swipe interaction for appropriate actions.
3. Particles control for machines.

Content:
1. Implemented animations for gun cases:
- Presentation for first time opening a new gun,
- Packing guns for storage/shipping back to client/auctioning it off.

Graphics:
1. User interface for basic functionality.
2. Guns added: 1

More information about the progress of work on the game in April.

Cheers!

Gunsmiths! Check your guns!



Hello, Gunsmiths!

We come to you with something that you have been waiting for a long time. Some time ago, we presented you an online questionnaire, in which from among the presented weapons, you could choose the ones you would like to see in our game. This or those weapons that received the most votes will be placed in Gunsmith Simulator.

Well... We have to admit that, as usual, you didn't fail and took a large part in our vote. Your commitment has exceeded our expectations, for which we thank you very much.

We would like to emphasize that the differences in the results between the various weapons were small, sometimes only two or three votes, but according to our assumption, we chose the ones that received the most of your votes.

Below we present the results:
1. M4 Carbine
2. Colt M1911
3. Moseberg 590A1

We hope you enjoy the results!

We also remind you of the possibility of tracking our social media. You will find there, among others screenshots from the game that aren't on Steam. You can find all the links HERE.

Hear you soon!

Changelog - 28 February 2021



Hello, Gunsmiths!

We present the latest work progress in our game. You can find the new changelog below.

28 February 2021

Mechanics:
1. Making parts from material:
- Woodworking,
a. Manual shaping with a file after roughing with a bandsaw.
- CNC milling.

Content:
1. Implemented functionality for 4/5 in-game “websites”:
- RedFox browser,
- Gunsmith Services,
- Stock & Barrel shop,
- Retrofit shop.

Graphics:
1. Guns added: 2.

Next material in a month!

Keep watching!

Devlog #2



Lately I’ve had an interesting problem with simulating work with drill and lathe for Gunsmith Simulator. Some aspects of it will also affect woodworking and other parts of the game. Let’s set it up first. My task was to nail down repair and production of parts that is done using machines. For this game, the starting point is always the real world, so what are the specifics of cutting precision parts in metal?



1. There are very few ways to do it right and uncountable ways to do it wrong.

This is not a sandbox, where you can shape and reshape material continuously. The end result can’t be as varied as anything between a sand castle and a carving of a mermaid. You can’t just drill a bunch of holes and later make it kinda work with sticks and glue. No, you need to arrive at a very exact piece. So even if you can do that with 3 different tools, or you can do some operations in any order you want - the right way to do it is very limited.



2. It’s unforgiving.

Measure twice, cut once. In many cases, a divergence of a thousandth of a millimeter is unacceptable for a gun part. So if you drill just a bit too deep, a bit off or out of axis, that part is usually ruined.





3. It’s in large part tedious.

After you’ve already planned the steps of the process, carrying them out is actually quite boring. Especially if you factor in firstly a very precise positioning before you even start and then frequent measurements which are necessary to abide by exceptionally low tolerances.



Now, just reading that list - does it sound like a fun element for a game? For the vast majority of players that’s a flat no. It has to be conveyed in a better way. We don’t want 8 hours of sweating in the workshop, we want the edited time lapse video produced from that day of work. It should hit all the key points on the way - of course, but without some of the boring bits. So, let’s try that approach. Player can play around with a machine freely, but when he decides “I’m making X” from that point the game limits his options only to the correct steps of that specific process. Click to turn on, click to move that, and so on. It’s easy and moderately interesting but that was clearly not a good enough solution.

After all, we don’t want that edited time lapse either! It’s a game, so we want to be “doing it”. So on the second pass, I’ll make it more user-driven but still keep it oriented. In the most important key steps for a process (usually these steps will be cuts) it’s now the player who has “hands on” controls. Failing and destroying the piece is still blocked, but it’s up to the user to actually do the task to succeed. That was immediately a more satisfying solution.



How about some stakes? I’m still apprehensive of introducing real life stakes, where you can just cut in the wrong place or go too far and an almost fixed piece instantly becomes junk. I’ve put in smaller partial fail states, which admittedly are a bit of gamification. It is now quite easy to overheat and break a drill or a bit. This is good from a game making perspective: a user while doing a task “hands on” has a good reason to exert some concentration while doing it. However the penalty for failing in it is not prohibitive. The downside is that this solution is stepping out of the “simulation” aspect of the game further than other features. We’ve already done some tests and they are looking promising, so maybe this final solution makes the cut for Gunsmith Simulator? Maybe I’ll have to tweak it even more. But what do you think? Is this one of these places where we have to put the game first and aim for the most satisfying user experience even if we stray a little bit, or do you think simulation should take precedence and it is better implement it in a less fun way trying to stay more true to life?



Or maybe you’ve got some killer solution that can attack that problem from a completely different direction?