3.90 star(s) 38 Votes

baneini

Well-Known Member
Jun 28, 2017
1,956
3,021
It's a great game and obviously everyone here wants more of it, and desire any development where the devs dedicate more time into it.
The options are either quit job and make game 24/7 hoping it gets popular enough or it remains as a hobby forever. If they don't announce the former option you need to just accept that it's not going to get content updates at the same rate games with fulltime developers.
Theres further complications in that theres multiple devs who'd need to quit their jobs, it's harder to take such risks when you're not working solo on a project.
 

Gutsandguts

Active Member
Dec 9, 2017
644
748
I can't go to vault 15. When you go there the game gives Black screen. help me?
Never had that issue, is the game in a ZIP file or anything? If so try unpack it again and replace everything.

Didn't encounter any bugs like that it's a pretty stable version, unless you just need a light source but I'm pretty confident you don't, haven't played it in like a year though so don't quote me on that one...
 

Gutsandguts

Active Member
Dec 9, 2017
644
748
Comment from Dev on Patreon:

"We're counting on next month. The perfect is the enemy of the good, and we're sitting tight on this hook. HoneyBadger is constantly trying to improve his code, and HandlessGhoul is engaged in the same, looking at some of his old pictures as if they were painted with an ass. Not to say that this is bad for us, we like the process of working on the game, but we understand that you are waiting for the continuation and waiting for more than enough, so we try to speed up the process as we can."

Seems they've realized we just want something to play soon.
Sounds a lot like they are stuck in this loop of constantly trying to make everything perfect rather than just putting something out there, hopefully they learn because this game will completely fade in to obscurity no matter how good it is if people don't semi-consistently get something to do.
 

isony

New Member
Dec 12, 2017
9
7
This type of a game can have a really difficult code. When it's not straight forward progression in the game it can have lot's of game killing bugs.
 

Bkbuddhaboy

Newbie
Jun 16, 2017
58
84



Hello, after almost six months of silence HoneyBadger again out on bond. I don't really like to write texts, because what I'm doing is not fully clear to the average user. The common goals that I pursue as a programmer in this project are to make our game running quickly and conveniently available on any device and to prepare a platform for easy implementation of all our crazy ideas. Below is a boring description of all the things I do.

Current task:

Create a proper online application.

Completely get rid of outdated and unnecessary code.

Optimization game events for easy future development.

Refactoring:

We are at the stage when the graphical interface of the "designer", which we chose at the beginning of our way turns from a good assistant to a novice game developer, into a limitation. "Underside" - the framework can be arbitrarily long to change to suit your needs, but the graphical interface through which files are created game maps and events can not be changed. And the methods of creating game logic that he offers are no longer suitable for us. After a year and a half of development, the game was filled with a huge number of duplicate code, excessive complexity and high connectivity of fragments. I tried a lot of methods of code structuring, but in the end I came to something similar to "normal" programming. From the basic system remains one "skeleton". Event lists have been turned into independent "functions" that support the transmission of arguments, the built-in system of variables has faded into the background and is replaced by a new one that supports multiple scopes, event lists are cleared of unnecessary data, become well readable, there is a certain "standard" of development. According to my estimates, after the final refactoring of all game events, the number of game script code will decrease by 30-40%. All this is necessary for quick changes in the future and easy debugging. At the same time, it became possible to design "memories" taking into account arbitrary branches of history.

Naturally, in the process of changing game events, the code of the framework is also constantly modified. Every day the missing functionality is created and the code of old solutions is reprocessed.

Debugging:

In parallel, we are working with the extension of the logging system, each action will generate a record in the log with all the necessary data. Users will be able to back up their problem descriptions with a detailed log file. In the end, all bug reports will be sent to a centralized server and we will know where, when and under what conditions the error occurred. All this reduces the time for troubleshooting several times.

Resource optimization:

Imagine a server where hundreds or even thousands of people receive files every day during their own gameplay. The size and number of these files directly affects the loading of channel and server resources, and hence the smoothness of the gameplay of each player. The first priority is to reduce the size of the game assets as much as possible. This will help us such things:

Already announced system of "collages".

Localized delivery of resources within a single loader. The ability to intelligently start downloading the necessary resources before they need the user to wait for the download in key places, and so on.

A new sound system that allows you to pack sounds in "sprites", that is, having a dozen short sounds, we can easily add up to one file and the number of requests to the server will drop sharply.

Something about the sound:

The new system has in its core pixi-sound library, with a rather complex wrapper. I think I added so much possibilities that all of them have no place to use at the moment. Each sound has tags that can be used to manipulate arbitrary groups of active sounds. It is possible to save and restore the current map of sounds with all related parameters. There is a system of additional modifiers, for example, you can "mute" any group of sounds for any time. There is a system of sound range, which is widely used now, no sound porridge on the cards will no longer be, the sound volume gradually increases with the approach of the player to the source. The sounds will be divided into several main groups: "background", "music", "voices", "current event", "steps". The users will be able to adjust their volume at their discretion.



The system of "memories":

In fact, "memory" is no different from an ordinary map with standard game events, the problem is that the early approach to their creation was catastrophically excessive. Each branch of the development of the plot had to be created from the original by collecting commands from the main script and creating a separate list manually. What if there are three or six branches? A huge number of duplicate and sometimes even not the same code, many copies of the original maps. This approach is simply unacceptable. Fortunately, the current development model allows with just a few commands to reproduce any past event with all the variations. If we have to correct the original - then all of its variations in the memories will also change. So all the necessary game challenges are isolated in the memory scenes and do not affect the main gameplay. Now make a replay was a matter of thirty minutes.

As you know what the user sees in the course of the game depends on his actions and talent class. If the player wants to get all the erotic content in the game he will have to go through the game several times. The progress indicator will cover the current player's experience and all the past saved games, it will be possible to easily "playback" all the variations of events, regardless of where the player is at the moment.

Conclusion:

Experience appears in the process and many solutions created earlier do not stand the test of time. But without mistakes unfortunately no development is possible and I am very grateful to you for the opportunity to move forward. All the best to you.

And a few words from HandlessGhoul.

Being distracted from the main events development, thoughts about different things come to mind. One of these ideas is personal transport. In the F2 was a Highwayman, so adding a car would be unoriginal. Our choice was stopped on a sidecar motorcycle. This is quite unusual and suitable for our restriction of the group to two companions. For a basis we took the motorcycle "Ural", below you can see an example of appearance, with tuning and without.



We also add more interactivity to the game. Now most of the consumable items can finally be used, and each of them will have its own unique picture, in addition to the inventory icons. Similar to the use of a stimpak.



Continuing the theme of thoughts about the future. Working on the sprites for Dogmeat, initially there was a mistake in size, because of what he turned out just huge. But since we do not throw anything away, the idea arose that at some point, having high enough...ahem, relationship with the Dogmeat, it will be possible to change him, with the magic of friendship and a pinch of FEV. This "super" Dogmeat will be much stronger, as well as it will be possible to ride, moving rapidly on the global map, if the group you do not have other companions. These are ideas.



One last, I would like to show you something very old. When the game was just beginning to be developed, for it was supposed to have a completely different visual style. Initially, it was assumed that all objects and characters will occupy only one cell, similar to the default RPGM style.



Yep, it is perceived completely different. But who knows, maybe we can use this somewhere too. Hehe~.
 
Sep 15, 2017
50
14
I'm not exactly sure what this is saying. Is it saying the future update will be released only on some sort of online client that can steal our data or wat?
 

RedPillBlues

I Want to Rock your Body (To the Break of Dawn)
Donor
Jun 5, 2017
5,018
12,337
I would hope not... If that's the case I'm out.
I just reread the post it seems to me they are trying to implement some sort of client similar to battle.net. Sketchy indeed...
Its probably going to be some shitty DRM.
 

6DarkRaven9

Well-Known Member
Nov 14, 2017
1,249
1,397
Are they Russian? And they want to add online DRM? Nope.avi Always got to ruin things somehow.
 

Gutsandguts

Active Member
Dec 9, 2017
644
748
Is that not just for the mobile/web browser thing? Hopefully the rest of us will just be able to play in Flash or some shit.
 

Ragnar

Super User
Respected User
Aug 5, 2016
4,780
13,023
Yes they are Russian, I don't think they are going to be able to make it an online game. A hacker will always find a way to crack it.
Look at The Last Man, another russian game, if the drm is good it won't be cracked, hell, even LoP games are hard to crack these days.
 
3.90 star(s) 38 Votes