Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411505 Posts in 69374 Topics- by 58429 Members - Latest Member: Alternalo

April 25, 2024, 07:06:56 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperPlaytestingSpace sandbox cube fun [new video 2012-04-20]
Pages: 1 [2] 3 4
Print
Author Topic: Space sandbox cube fun [new video 2012-04-20]  (Read 12521 times)
zoq
Level 0
***


View Profile
« Reply #20 on: April 03, 2012, 03:42:45 AM »

I made a new video. It doesn't yet feature ship-to-ship collisions, but it does feature force transfer, so when a ship is shot, it starts moving/spinning. The url is

.
Logged

zoq
Level 0
***


View Profile
« Reply #21 on: April 03, 2012, 12:47:32 PM »

Today I managed to "finish" the ship-to-ship collision with force transfer. Youtube video for that can be found at

. The behavior is still a bit funny, but the basic principle working was a big win.
Logged

Garthy
Level 9
****


Quack, verily


View Profile WWW
« Reply #22 on: April 03, 2012, 04:56:14 PM »

I made a new video. It doesn't yet feature ship-to-ship collisions, but it does feature force transfer, so when a ship is shot, it starts moving/spinning. The url is

.

Pretty neat. Smiley

I had initially thought the ships were attached together, and you were breaking away the supports between them, with the resultant force leaving the broken fragment spinning.
Logged
zoq
Level 0
***


View Profile
« Reply #23 on: April 03, 2012, 09:32:15 PM »

I made a new video. It doesn't yet feature ship-to-ship collisions, but it does feature force transfer, so when a ship is shot, it starts moving/spinning. The url is

.

Pretty neat. Smiley

I had initially thought the ships were attached together, and you were breaking away the supports between them, with the resultant force leaving the broken fragment spinning.


Actually that is something I'd like to do as well, but I'll have to think for a bit how to implement that. Next I'm probably going to add something else, since I realize most people aren't too interested in physics simulations and those don't make the game fun by themselves.
Logged

Garthy
Level 9
****


Quack, verily


View Profile WWW
« Reply #24 on: April 03, 2012, 10:21:34 PM »

Next I'm probably going to add something else, since I realize most people aren't too interested in physics simulations and those don't make the game fun by themselves.

Indeed, that makes sense. Heck, I don't even mention physics in my initial "why I'm keen" post in this thread myself. Smiley You've probably got a million and one things you'd love to add, given infinite time. I suspect the trick is to pick the right ones, for whatever definition of "right" is in line with your goals. Smiley
Logged
zoq
Level 0
***


View Profile
« Reply #25 on: April 04, 2012, 12:12:56 AM »

Yeah. I do think some physics is very important not because it's fun by itself but because it's an integral part of the Newtonian movement engine. The stuff in the last video (force transfer in ship-to-ship collisions) really is not needed in the minimally accepted space engine, but since it was really easy to add given that all the parts were already there, I decided to use a few hour to combine them. Also, generally the more physics you already have, the more easy it is to add even more, in case there is some physics-based feature you want to have.

I hope to use a continuous method of development/release, which means that I will keep on adding stuff even after the (possible) release, which also lets me release early. I plan to publish the first dev version very soon after there is something to actually do besides shooting pilotless ships and big rocks, because I really want to get feedback on the engine itself, mainly the flight model.

Edit ::: I count 6 people that have expressed any kind of interest. I wonder if I should take that as a hint..
Logged

Garthy
Level 9
****


Quack, verily


View Profile WWW
« Reply #26 on: April 04, 2012, 04:07:07 AM »

Edit ::: I count 6 people that have expressed any kind of interest. I wonder if I should take that as a hint..

Six interested people who posted on a single subforum whilst the code is still at a very early stage? Some completed games don't even get that kind of attention. I'd be taking that as a positive, personally. Smiley

Ultimately though, you should do what you feel is best. Such a game would almost certainly be a heck of a lot of work, and something that you should only do if you feel it is the best thing for you to do.

PS. For what it's worth, if I wasn't in the middle of working on something else right now, this type of game is pretty high up on my would-make list.
Logged
zoq
Level 0
***


View Profile
« Reply #27 on: April 04, 2012, 04:54:21 AM »

Six interested people who posted on a single subforum whilst the code is still at a very early stage? Some completed games don't even get that kind of attention. I'd be taking that as a positive, personally. Smiley

Ultimately though, you should do what you feel is best. Such a game would almost certainly be a heck of a lot of work, and something that you should only do if you feel it is the best thing for you to do.

PS. For what it's worth, if I wasn't in the middle of working on something else right now, this type of game is pretty high up on my would-make list.

I do know many people like the space shooter, building and trading genres a lot, and given that this place was kind of the birthplace of Minecraft I think people also do like sandboxes here. By no means was I trying to seem uninspired or down Smiley I'm very motivated to keep making this.
Logged

peous
Level 2
**


Indie opportunist


View Profile
« Reply #28 on: April 04, 2012, 08:01:19 AM »

Do you plan to have any specific graphic style ?
Logged

zoq
Level 0
***


View Profile
« Reply #29 on: April 04, 2012, 09:06:34 AM »

Do you plan to have any specific graphic style ?

I haven't thought much about that yet. I hope to have something clear but at the same time sci-fi-y and cool. Can you be more specific about what you mean?
Logged

oyog
Level 7
**



View Profile WWW
« Reply #30 on: April 04, 2012, 09:29:35 AM »

I was wondering whether you were planning on this being specifically man made objects (space stations, ships) or if you're hoping to include larger objects like planets and suns? I was trying to imagine how that would work in the game you've described so far.
Logged
zoq
Level 0
***


View Profile
« Reply #31 on: April 04, 2012, 10:55:09 AM »

I was wondering whether you were planning on this being specifically man made objects (space stations, ships) or if you're hoping to include larger objects like planets and suns? I was trying to imagine how that would work in the game you've described so far.

The game will also include larger, non-player-made, objects than ships and stations. It's too early to say if we will have planets specifically (they are technically a bit complex), but asteroids and stars it will have. Everything, including asteroid and stars, will hopefully be fully destructible. The "hopefully" is there, because for very large objects such as stars, things rarely go as straightforward as one would hope.

Edit ::: To expand this answer, I have been using 8000x8000x8000 block asteroid for general game testing and it works without problems. Larger objects, such as 100 000 x 100 000 x 100 000 blocks work internally okay and are destructible fine, but have some display complications which make them at the moment unusable for real gameplay. However, for single-colour stars these display complications should be less severe. Even with the fairly good data compression algorithm I'm sure there's a limit somewhere, so it would be my guess that realistic star sizes (for example 1 000 000 000 blocks for each dimension) are really not possible with 1 meter blocks. Most likely I'll have to use smaller stars (don't like this) or larger basic blocks for stars (better alternative, since I don't think most people are carving home caves inside stars anyway)
« Last Edit: April 04, 2012, 11:29:39 AM by zoq » Logged

zoq
Level 0
***


View Profile
« Reply #32 on: April 12, 2012, 11:49:39 AM »

A brief update: I have been working on Minecraft-style block removal and mining and it's coming nicely. Hopefully I can soon start adding some actual gameplay.
Logged

peous
Level 2
**


Indie opportunist


View Profile
« Reply #33 on: April 12, 2012, 03:17:15 PM »

Do you plan to have any specific graphic style ?
I haven't thought much about that yet. I hope to have something clear but at the same time sci-fi-y and cool. Can you be more specific about what you mean?
- About world shape, do you want to keep everything box-shaped like Minecraft ? Or add more specific elements like some pipes or so ?
- About view, it seems that you have some 3rd person or 1st person ?
Logged

zoq
Level 0
***


View Profile
« Reply #34 on: April 12, 2012, 09:44:24 PM »

- About world shape, do you want to keep everything box-shaped like Minecraft ? Or add more specific elements like some pipes or so ?
- About view, it seems that you have some 3rd person or 1st person ?

At the moment I'm seriously considering all-blocks-style, but with the very important addition of being able to use smaller blocks in addition to the normal ones. This is done more for the gameplay than graphical reasons. There may or may not be angled blocks, I haven't decided yet.

The gameplay will be "1st person" in the sense that you are seeing only what your character sees. However, you can have cameras around your ship that will expand your character's looking options either via monitor stations or perhaps wireless connection to your character's HUD.
Logged

peous
Level 2
**


Indie opportunist


View Profile
« Reply #35 on: April 15, 2012, 02:49:58 PM »

Just found this
http://www.indiedb.com/games/blockade-runner/
Hope this can inspire you !
Logged

zoq
Level 0
***


View Profile
« Reply #36 on: April 16, 2012, 08:41:24 AM »

Just found this
http://www.indiedb.com/games/blockade-runner/
Hope this can inspire you !

Yeah, BR seems to somewhat similar to what I'm doing, at least superficially. I'm really not sure what kind of gameplay or level of physics they are designing, however.
Logged

peous
Level 2
**


Indie opportunist


View Profile
« Reply #37 on: April 17, 2012, 07:45:39 AM »

Don't know, but the funny thing seems that you can play outside & inside the ship (FPS) !

I'm really not sure what kind of gameplay or level of physics you are designing, however Smiley
Logged

zoq
Level 0
***


View Profile
« Reply #38 on: April 17, 2012, 10:23:00 AM »

Don't know, but the funny thing seems that you can play outside & inside the ship (FPS) !

I'm really not sure what kind of gameplay or level of physics you are designing, however Smiley

On the very basic level, you have guy(s) and ships (and stations and asteroids etc). You can move around with the dude in and out of the ship like in a fps or minecraft and so on, then run to the cockpit or bridge and activate the controls, after which you control the ship and not the individual character. So, that's probably very much like what they are doing (and a kind of a no-brainer in these kind of games). Inside the ship you are either in an artificial gravity and walk around normally, or you use magnetic boots/handrails to walk around on whatever surface you want.

Alternatively without a gravity, and usually in space, you need to use small motors (or a gun!) to move your character, like you were a small ship. I actually have thought about making the space suit customizable like any other ship, so you can design how many motors you have, what kind of boots, armor or no armor, weapons and tools, etc. This is of course very tentative at the moment, but I see no real reason why it wouldn't work fine.
Logged

peous
Level 2
**


Indie opportunist


View Profile
« Reply #39 on: April 17, 2012, 12:25:25 PM »

Nice ! So no real objective, like in MC ?
Going from planet to planet, mining elements to build bigger ship...
At least you need some threat !
Logged

Pages: 1 [2] 3 4
Print
Jump to:  

Theme orange-lt created by panic