09.03.2016
Looking into procedural side walls for holes. Already writing out specific case scenarios to extrapolate a formula for the final class procedure.
06.03.2016
Automatic window instancing works! Walls will cut out holes automatically for the windows measuring their dimensions first and then instance the window prefab in the cutout area!.
06.03.2016
Wall generator slowly being implemented into the level generator (still only 1 side) with automatic box colliders based on holes in the wall / floor.
28.02.2016
Optimizing inventory system to reduce update costs.
24.02.2016
Coding in thickness to procedural walls.
22.02.2016
A quick video of the procedural cutting taking place. Added in random holes with random dimensions and offsets. All works ok. Nothing breaks.
09.01.2016
Fixed the player and enemy spawn points for randomly generated rooms. No more falling into the void 😛
08.01.2016
Room generator progress
06.01.2016
Game rewrite to C# going well.
Most basic scripts are up and running (guns fire, drones work). still needs a rewrite:
– Level manager
– Inventory
– Tape deck player
19.12.2015
Possible extended version
Basic version
Modular segment update
18.12.2015
Trying out a more modular approach to the level design. Will try to hook element configurations to XML files to enable a future level editor
15.12.2015
Fixed a spawn bug that would sometimes place the player in the wrong spawn point (before level shuffles).
Working on optimizing portals to just one update instead on many per portal group.
14.12.2015

Build after portals
Latest build. Got enemies to spawn after the rebuild with portals. I will have to get the save / load per room feature sorted out before it will be fun again.
05.12.2015
New software locked for future projects. Refreshing my Maya knowledge and brushing up on some Z-Brush.
Got a prototype up and running with a new occlusion system with a AABB test that will shut off adjacent rooms when they are not visible. Just have to migrate the code to take into account a group of portals instead of one.
30.09.2015 23:35
Desert Eagle .50 Work in progress
21.09.2015 21:32
21.09.2015 16:30
Redesigning UI. Hooking up custom volume slider & drop down menus
20.09.2015 23:07
15.09.2015 20:39
20.09.2015 16:48
Added some weight and angular drag to the gun drone. It now has a slow “bomber” feel to it instead of a querky light fighter. Fixed it’s firing code.
Might add in some form of laser sight and a timer for “calibration” to give the player some heads up to telemark the shot.
I’ve been playing Receiver a lot recently, good to see a remake is on the way!
LikeLike
This is still in development right? I’ve been following for so long, I worry it’s discontinued :p
LikeLike
Yes it is still being made. Sorry for the long reply ajax was broken on the site and I couldn’t read messages. Mostly making progress on the c++ side so not much to show at the moment that would be interesting to the public.
LikeLike
Hey you! Don’t give up, keep going! We’re all excited about this. Best of luck to you!
LikeLike
Working on finalizing a modular weapon system. Slowly getting it functional. Still have placeholder models for parts so far.
LikeLike
It’s impressive how much progress you’ve made despite being a single developer! Can’t wait to see it finalised.
One question by the way, how did you manage to make the camera move in the way that it does? With the gun being able to move on it’s own until it goes too far left/right. Looks quite difficult to implement!
LikeLike
I’ve been able to implement it to a degree but it is linked to a late camera rotation (adding in a buffer for rotation).
I would much prefer it be linked to the character rotation so that the weapon can regain center position at a moments notice.
It’s on my todo list but first I need to add in aim offsets to make the characters hands follow the weapon on the fly.
LikeLike