TUXDB - LINUX GAMING AGGREGATE
made by: NuSuey
NEWSFEED
▪️ GAMES
▪️ STEAM DECK ▪️ DEALS ▪️ CROWDFUNDING ▪️ COMMUNITY
tuxdb.com logo
Support tuxDB on Patreon
Currently supported by 10 awesome people!

🌟 Special thanks to our amazing supporters:


✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Arch Toasty][Benedikt][David Martínez Martí]

Steam ImageSteam ImageSteam ImageSteam ImageSteam Image
Content Update 6 - Now Live on Testing Branch

Short Version:


We’ve started an initiative to rework all the map generation in the game, and the mansion is the first zone to get changes. There is a new branch called “testing” that you can download now that contains the work to date. Our next update will focus on adding even more content to the mansion.

Long Version:


For a long time now Craig and I have felt like the map generation isn’t quite where we want it to be. We have a list of features that we’d *like* to see in the maps - unique/rare one-off rooms, NPC places, trap rooms with more design than “randomly placed spikes,” rooms with unique visuals, and more. We’ve made several efforts to prototype these features in the existing map structures, but were never really happy with the results, and the effort to author a single space of the type was so great that we would likely fall well short of the variety that we want to see. As a second but equally important issue, we’ve been frustrated with the game pacing on the existing map structures. We feel like the moment to moment combat is fun but over the course of a zone the pacing is basically a constant level of challenge. Ideally it would vary more, with peaks where the combat is more intense, and valleys where players get a bit of downtime to recover and explore. So with those issues in mind, we decided we needed to redesign the map generation system to better fit the needs of Monsters and Monocles. Our multi-step plan to validate a new design was:
  • Create a small tool to allow for testing and modification of the basic generation algorithm
  • Port the new generation code to the Monsters and Monocles codebase
  • Create a tool for defining the map segments with all the required metadata
  • Rework map rendering system to handle new segmented map generation with varying tilemaps per segment
  • Create several new rooms/segments for the map generator to use (empty rooms, combat rooms, trap rooms, treasure rooms, etc)
  • Replace the main combat floors of the mansion with the new map system
  • Test and ship
The initial tool for testing out the new designs wasn’t much to look at, but it allowed for very quick iteration on both the generation algorithm and different room shapes for testing. The tool itself was working after a couple days, and then I spent the next three weeks working on the algorithm, tweaking potential room shapes and sizes, generating large batches of maps for design discussions with Craig, and then finalizing details like calculating a critical path, adding looping paths, etc. We spent a lot of time at this stage because it is far and away the easiest stage to fix problems, and the more we got correct at this stage the easier the rest of the stages would be.
(Screenshot of the test tool we used to create the new generation system) Once we were done with the prototype tool phase, I quickly brought the core algorithm code into the main game codebase and reworked it to start generating the necessary data structures required for play. I also developed a file structure in the Tiled map editor to start drawing out map segments and define all the necessary metadata. At this stage the goal was to be able to add all the data we need but also do it as simply as possible, since added complexity will increase the time to create variants, and eventually reduce the overall number of variants we can create. During this phase we reduced the segment creation process from around 2 hours per segment to approx 25 minutes (with a bit more time required for trap rooms with complex layouts). We feel pretty good about these times, but we plan on tweaking the Tiled map editor a bit to meet our needs even more. Now we had map data being generated, and all of the data structures were valid, but we couldn’t see the maps! I needed to rewrite the map renderer to change from a monolithic map to creating and rendering several small segments. Fortunately I was able to reuse a lot of the existing renderer infrastructure, and just went through a refactoring process to increase the flexibility. At this point we could see the the new maps and actually start to play! Well, we could run around the maps anyways. Once we hit that step I had to slowly start adding back in all of the remaining features that make a map playable - enemies, props, objectives, hidden entrances, exit points, etc. While I worked on that we also created more map segments and added a new trap type - a spinning blade of death. And while I was working on all of this stuff, Craig had been reimagining the visuals for the mansion and using our new tooling to overhaul all of the tiles and details. It’s a huge step forward for the game visually and it’s not even using all of the new options at his disposal yet! I can’t wait to see how it looks when he’s done. He also plans to revisit the props and other objects to bring them to a consistent level.
(Mansion tiles: before)
(Mansion tiles: after!) So, that’s a rough outline of the work for this update, and we’re launching it all today in a new branch called “testing.” If you’re interested in checking it out you can do so by following these instructions:
  • Right click on Monsters & Monocles in your library
  • Select “Properties” in the popup menu
  • Go to the “BETAS” tab in the dialog that appears
  • Select the “testing” branch
  • Close the dialog. At this point steam should automatically queue the patch download for you. If it doesn’t quit and restart the steam client. You’ll know when it’s worked because you’ll see [testing] next to the game name in your library
We hope you enjoy the new map system and see the same potential in it that we do - we’ll continue to push more changes and content into it as part of the testing branch, and once batches of work have stabilized we’ll push it from testing to the main game branch as well. Thanks as always for your patience, and have fun! -Ryan & Craig 2017/07/26 - 1.8.6386 (Content Update 6) --------------------------------------------------------------------------- Note: This build is currently on the TESTING branch because it is not guaranteed to be stable and we will update it as needed. Changes will be pushed to the main branch as appropriate. What's New: * Removed original mansion map generator * Added new map generation system based on room variants * Added 10 combat room variants * Added 5 trap room variants * Added 1 treasure room variant * Added a boss room for skullington fight (and slightly reduced overall space for fight) * Removed original mansion tilesets * Added all new gothic stone tileset * Updated map renderer to support multiple tilesets within a single floor * Added a new spinning blade trap type Known Issues: * Spinning traps can desync in online MP on clients


[ 2017-06-26 22:59:36 CET ] [ Original post ]

Monsters & Monocles
Retro Dreamer Developer
Retro Dreamer Publisher
2016-08-16 Release
Game News Posts: 44
🎹🖱️Keyboard + Mouse
🎮 Full Controller Support
Mixed (58 reviews)
The Game includes VR Support
Public Linux Depots:
  • Monsters and Monocles [Linux] [188 M]

Monsters & Monocles is a frantic, Victorian steampunk themed twin-stick shooter all about using teamwork and heavy weaponry to battle the hordes of evil. A naive occult collector has unknowingly unleashed a great evil that is spreading across the globe, and it’s up to you and a team of quirky paranormal investigators to find the source of this dark energy and blast it back to where it came from.

Online and Local Multiplayer


Take on the challenge solo, or play with up to 4 players online or locally. Your team shares a single pool of lives so you need to stick together, revive fallen comrades, and watch each other’s backs.

Customize Your Play Style


Search out and use powerful weapons to aid you in battle like the blunderbuss, stake launcher and the crumpet cannon - a steampunk toaster that fires weaponized crumpets.
Find and equip relics to customize your weapons and add new abilities to match your play style, and upgrade them by looting chests and destroying enemies.

Procedurally Generated World


Each level is procedural so you and your comrades will be faced with unique enemy placement, traps, secrets and objectives each time you play. Your trusty airship the HMS Scone acts as your hub and lets you gear up before taking on challenging levels like the haunted mansion, snowy Victorian streets and a cursed Pharaoh’s tomb. Each area ends with a fearsome boss encounter, such as a demonic chimney sweep or a giant cyclops skull.


Features


  • 4 player co-op - both locally and online
  • Co-op centric gameplay - Revive teammates and shared pool of lives across all players
  • Challenging single player
  • Every game is different - Procedural levels, enemies, relics, objectives, and secrets
  • Customizable abilities - Collect relics that can be upgraded across play sessions to match your play style
  • Full Controller support
  • Huge bosses
  • Sound design & Music by Hyperduck Soundworks
  • Dogs wearing smoking jackets


MINIMAL SETUP
  • OS: Ubuntu 14.04 or SteamOS
  • Processor: Core i5 or Core i7Memory: 2 GB RAM
  • Memory: 2 GB RAM
  • Graphics: Discrete GPU. Nvidia GTX 400 Series or betterNetwork: Broadband Internet connection
  • Storage: 500 MB available spaceAdditional Notes: Additional space required for any mods downloaded
GAMEBILLET

[ 5791 ]

4.22$ (15%)
12.59$ (16%)
16.39$ (18%)
8.39$ (16%)
12.71$ (15%)
33.96$ (15%)
3.29$ (18%)
25.49$ (15%)
2.51$ (16%)
29.39$ (16%)
16.52$ (17%)
8.27$ (17%)
5.92$ (15%)
16.88$ (16%)
33.97$ (15%)
12.59$ (16%)
21.22$ (-42%)
12.59$ (16%)
12.71$ (15%)
21.49$ (39%)
25.46$ (15%)
43.49$ (13%)
4.12$ (17%)
9.31$ (15%)
8.27$ (17%)
7.11$ (11%)
16.97$ (15%)
16.01$ (11%)
22.24$ (11%)
33.19$ (17%)
GAMERSGATE

[ 1565 ]

0.18$ (91%)
0.96$ (88%)
14.85$ (67%)
12.0$ (60%)
1.5$ (85%)
2.48$ (77%)
9.99$ (50%)
0.63$ (84%)
8.91$ (70%)
3.6$ (82%)
1.0$ (90%)
0.6$ (70%)
4.5$ (77%)
9.37$ (63%)
5.7$ (81%)
1.78$ (82%)
1.8$ (91%)
7.5$ (70%)
1.98$ (67%)
14.99$ (50%)
3.04$ (70%)
1.25$ (75%)
17.5$ (50%)
3.75$ (62%)
2.85$ (81%)
2.0$ (90%)
0.58$ (92%)
0.9$ (82%)
10.0$ (75%)
0.58$ (92%)
MacGamestore

[ 1799 ]

17.99$ (10%)
78.99$ (12%)
41.49$ (31%)
1.19$ (88%)
35.49$ (11%)
13.29$ (11%)
10.99$ (27%)
0.99$ (50%)
35.99$ (10%)
60.69$ (24%)
1.19$ (60%)
1.09$ (84%)
45.49$ (9%)
4.99$ (17%)
48.99$ (18%)
46.49$ (7%)
26.99$ (10%)
39.99$ (20%)
31.89$ (20%)
1.19$ (87%)
13.49$ (10%)
12.99$ (13%)
12.99$ (13%)
17.99$ (10%)
45.99$ (23%)
1.19$ (92%)
35.49$ (11%)
21.73$ (28%)
8.99$ (70%)
42.39$ (15%)

FANATICAL BUNDLES

Time left:

356382 days, 5 hours, 56 minutes


Time left:

6 days, 12 hours, 56 minutes


Time left:

9 days, 12 hours, 56 minutes


Time left:

13 days, 12 hours, 56 minutes


Time left:

38 days, 12 hours, 56 minutes


Time left:

9 days, 12 hours, 56 minutes


Time left:

48 days, 12 hours, 56 minutes


Time left:

53 days, 12 hours, 56 minutes


HUMBLE BUNDLES

Time left:

0 days, 6 hours, 56 minutes


Time left:

4 days, 6 hours, 56 minutes


Time left:

5 days, 6 hours, 56 minutes


Time left:

7 days, 6 hours, 56 minutes


Time left:

12 days, 6 hours, 56 minutes


Time left:

12 days, 6 hours, 56 minutes


Time left:

14 days, 6 hours, 56 minutes


Time left:

14 days, 6 hours, 56 minutes


Time left:

19 days, 6 hours, 56 minutes

by buying games/dlcs from affiliate links you are supporting tuxDB
🔴 LIVE