What's new
iNTERSPACE

iNTERSPACE /inˈtərˌspās/

An Interspace is an often undesirable sector of space in which you are not advised, and often not permitted, to travel.

Register for an account to discuss the game or potential updates!

Announcement [3/11/25] It still exists!

1741699880034.png

>What took you so long?​

Life. But that doesn't matter, because the game has been rebooted, and it's being made in C++ on top of SDL. I've gotten way more time to work on the game recently, and way more motivation, and way more friends willing to contribute (shoutout to @CORDOVA, @Apocalypse and @Haram! 64!) (silly colors added for effect), so I decided to make more regular posts (think the weekly or biweekly range) given the amount of hype I and my friends have for the game.

Each individual post may not last long, but it'll give you a small glimpse into what's being worked on for your viewing information as an INTERSPACE fan.

post1_bee.jpg

by @Apocalypse

1741702535737.png
by @Apocalypse

1741702581288.png
by @Apocalypse

1741702600638.png
by @Haram! 64
(check out 1x3Pencil for Haram's art threads!
1741701193693.png
INTERSPACE has a new work in progress main menu.

View: https://youtu.be/dZW0pR1qfsY

Track by @CORDOVA. Take a listen to their menu music tracks:

3xSPACE - CORDOVA


Glisten - CORDOVA, with edits by ENNWAY

1741701289379.png

INTERSPACE's reboot has a roadmap.
1. Start of Tiles - [YOU ARE HERE]
2. Entities
3. Worldgen

I am currently working on Tiles. There's not much to show currently, but as an example of a minimal viable tile (for you modder folk), this would be it currently:
TestTile.png
JSON:
{
    "name": "Test Tile",
    "sortingWeight": "0.5",
    "attributes": {
        "drawUnderAll": true,
        "defaultCollidable": true,
        "hexColor": "#ffbbff",
        "tileFile": "./data/sprites/tiles/TestTile.png",
        "tileDescription": "Testing tile. Nothing to see here.",
        "tileTitle": "Testing Tile",
        "tileAbrv": "Test"
    },
    "tileParts": {
        "BasicBlock": {
            "variations": [
                [
                    0,
                    0
                ]
            ],
            "size": [
                10,
                10
            ]
        }
    }
}

This would allow you to make a tile identical to the behavior of the ones in the first post in this forum.

Here's some extra stuff that I deemed not as relevant.
Here's one of the WIP menu variations that I was working on while getting the situation with the engine figured out,
View: https://www.youtube.com/watch?v=BYSeAJPzDDY


Here's the aurora shader running in the engine, from when I was learning some stuff about the graphics library. It still exists, and was ported over.
View: https://www.youtube.com/watch?v=sbExLIY90bk
 

Attachments

  • 1741700376260.png
    1741700376260.png
    3 KB · Views: 4
  • 1741701172593.png
    1741701172593.png
    30.3 KB · Views: 4
  • 1741701258361.png
    1741701258361.png
    922 bytes · Views: 6
(also this is the start of small weekly or so updates, which is why the thread is named like that)
 
Top