SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Sub/Naval + Other Games > Indie Subsims
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 01-29-24, 05:09 AM   #1
Theta Sigma
Seabed Comber
 
Theta Sigma's Avatar
 
Join Date: Aug 2005
Location: NorthEast
Posts: 349
Downloads: 99
Uploads: 0
Icon14

Hiya Kelly,


Some of us are still around even if not surfacing as often.


Best of luck with this. I'm gonna keep an eye on it.
__________________
Theta Sigma is offline   Reply With Quote
Old 01-29-24, 07:19 PM   #2
EAST
Sparky
 
Join Date: Apr 2002
Location: Eugene, OR. USA
Posts: 153
Downloads: 0
Uploads: 0
Default Hey Theta!

Good to hear from you.

Haven't posted in a bit. Figured I'd wait until I had visuals to show beyond the crappy dev art. Been working away on the multiplayer. I tend to get the foundation and framing done before I do anything else...keeps me from building myself into a corner. That said, went down a bit of a rabbit hole after spending too much time looking at UBOAT. I coded a modular submerge/surface operations system with balance tanks, trim tanks, valves, piping (for pressure drop and damage) before I caught myself. This isn't that kind of sim. While I learned a lot about the engine and how to modify some of my approach to how I built the game, I realized I needed to abandon most of that work...

On the good news side, had some conversations with devs from a cool open world project on how they modelled the entire world without having to constantly load sections. Very interesting. I'm experimenting with it so that I can make this a big world without losing precision on sub-meter movement scale. Islands to discover...

I'm having a lot of fun working on this. It's both satisfying my love for IW (and all the friends I met in that game) and scratching my coding itch. Now if I could just find some artists that would like to contribute.........
__________________
ENIGMA R.I.P.
EAST is offline   Reply With Quote
Old 02-03-24, 05:36 PM   #3
EAST
Sparky
 
Join Date: Apr 2002
Location: Eugene, OR. USA
Posts: 153
Downloads: 0
Uploads: 0
Default Quick Vid

Here's a little "on the ocean" demo - dev and borrowed art, no audio, forgot to turn on the ocean animation, but will give you some hints at what's coming/what I'm trying to accomplish.

https://nyepower.co/wp-content/uploa...QuickVideo.mp4
__________________
ENIGMA R.I.P.
EAST is offline   Reply With Quote
Old 02-09-24, 04:36 PM   #4
EAST
Sparky
 
Join Date: Apr 2002
Location: Eugene, OR. USA
Posts: 153
Downloads: 0
Uploads: 0
Icon14 DEVLOG - 02092024

A quick update:

Finally got the DTLS encryption working on all systems. A Client running on my local machine, calls the gateway for login into the AUTH server. Auth Server authenticates and sends the passkey to client. Client logs into the world server and enters the lobby to make ship selection and enter the game.

Now that this is working properly it's time to add registration (and factions!) functions.


Client login


Gateway

Auth and World are just a couple of lines, but all working. On to the next step.
__________________
ENIGMA R.I.P.
EAST is offline   Reply With Quote
Old 02-28-24, 03:06 PM   #5
EAST
Sparky
 
Join Date: Apr 2002
Location: Eugene, OR. USA
Posts: 153
Downloads: 0
Uploads: 0
date DEVLog 2-28-2024

Registration, Login, Logout all working on the network version
Player Positions are synchronizing properly with the server

Good looking ocean working - not doing big waves like Enigma, but not flat like IW either.
Have got a good "floating grid" for the player ocean over a "big ocean" algo.

Basic terrain working for islands and continental barriers. Right now trying out some pretty clever techniques for having a truly huge world while keeping resolution for the player AND not having 4 million texture files and database entries. A pretty cool idea I've been studying is using a texture for global reference to a regional texture that stores the reference to a 10km Section texture with 9 references to the local heightmap and 15 references to the next nearest outside local heightmaps. The interesting part is only loading max 3 local heighmaps at at time and only displacing and rendering the player floating grid! In case you can't tell, pretty excited about this.

First stage is a single reference grid (24 ids) and 9 local grid textures. It's still gives around 4km of visibility and 20km of movement. Hoping to get this working well so I can move out to the next level of references. NOTE: I only need local terrain blocks where there is undersea or above water terrain.

This week I've also been implementing the "Room/Station" components for ship and sub configuration. This will let me expand capabilities (ie sim features...) in the future: Engineering & "Steering" done, Bridge partially

Deep Six - Iron Woves Revisited
Deep Six is and online Naval Combat based game - the spiritual ancestor of Iron Wolves and Enigma
  • Features
    • Giant World
    • Dynamic beautiful ocean
    • Islands that can be discovered
    • Submarines, Combat Ships, Combat Supply, General Delivery
    • Manable weapons for manual firing
    • Real world style detection and "location" sharing
  • Future?
  • State Machines
  • Vessel & Weapon Stations
    • Bridge
    • Engineering
    • Steering
    • Dive
    • Navigation
    • Sonar
    • Communications
    • Weapons
  • Rollout Stages
    • MVP
    • IW Level Setup
    • BETA Product
    • RELEASE
  • Gameplay
    • Command Subs, Ships and Shore Emplacements
    • Automated or Piloted ships - Players can build AI-able fleets for dispersal and use.
    • Central Port for each Faction with berthing, registry for ships (store!) etc.
  • DEVLOG
  • 2023
    • Sat, Oct 21, 2023
    • Fri, Oct 27, 2023
    • Tue, Oct 31, 2023
    • Fri, Nov 3, 2023
    • Mon, Nov 20, 2023
    • Thu, Nov 30, 2023
    • Sat, Dec 2, 2023
    • Wed, Dec 13, 2023
  • 2024
    • Sun, Jan 7
    • Sun, Jan 14
    • Sun, Jan 21
    • Fri, Feb 2
    • Wed, Feb 28
  • TODO Wed, Feb 28
    • NEXT STEPS: In Game #todo #C
    • NEXT STEPS : Multiplayer #todo #A
    • NEXT STEPS: Registration, Login & Lobby #todo #B
    • NEXT STEPS: Camera Rigging #todo #D
  • Design Points
  • Old REFERENCE DESIGN
__________________
ENIGMA R.I.P.
EAST is offline   Reply With Quote
Old 02-28-24, 03:08 PM   #6
EAST
Sparky
 
Join Date: Apr 2002
Location: Eugene, OR. USA
Posts: 153
Downloads: 0
Uploads: 0
Default DEVLOG: Clarification

The Stations are just programming blocks so I can control everything from reload times, damage, operational speeds, etc. by each station and their equipment settings. I have found it easier to assemble a ship this way and it plugs nicely into station specific state machines.
__________________
ENIGMA R.I.P.
EAST is offline   Reply With Quote
Old 03-02-24, 08:03 PM   #7
EAST
Sparky
 
Join Date: Apr 2002
Location: Eugene, OR. USA
Posts: 153
Downloads: 0
Uploads: 0
Default DEVLOG - Addendum

While this thread is incredibly....quiet. I'm still excited about this game. First, I'm learning a lot, second, while I already appreciated the artists and programmers I worked with, I'm becoming an acolyte of the amazing coding skills of people in this industry. Here's a little something:



The img reference WorldMap is really clever and it works. Here's a peek at world sizes. We're going to start with the 256k reference maps - 2+ weeks to cross at cruising speed for a Type VIIC.
__________________
ENIGMA R.I.P.
EAST is offline   Reply With Quote
Reply

Tags
enigma, indie, subsim


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 10:34 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.