[WIP] Atlantis3D

Thinking about improving the Artwork in Vega Strike, or making your own Mod? Submit your question and ideas in this forum.

Moderator: pyramid

Post Reply
ezee
Intrepid Venturer
Intrepid Venturer
Posts: 703
Joined: Tue Feb 11, 2014 12:47 am
Location: FRANCE
Contact:

[WIP] Atlantis3D

Post by ezee »

Yes , all is in the title .
I really like doing 3d stuff , and i love the scifi universe .
So here i am , trying to give 'life' to our 2d screens .

My first attempt will be Atlantis , the hosting planet in the beginning of the game .
I want first to test my skills in a single room , that is :
Image

So this is my reference image i will work with .
I will post my advance step by step .

The scene should be finally playable first in a standalone application , created by the Blender game engine .
Details here :
http://wiki.blender.org/index.php/Doc:2 ... alone_game
in video :

And wow ... BGE can render beautiful interiors :
[youtube]http://youtu.be/M_ftKdJxX4E[/youtube]

Code: Select all

 if (!track.HasWeapons())
            {
                // So what are you going to threaten me with? Exhaustion gas?
                return ThreatLevel::None;
            }
Vegastrike evolved
DEV YOUTUBE CHANNEL
Vegastrike evolved wiki
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: [WIP] Atlantis3D

Post by loki1950 »

Good luck with this ezee if you some human meshes just let me know I can send you a few clothed ones be fun to create the clothes that and we can work out how to do all the different humanoid races we have in the game.

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
ezee
Intrepid Venturer
Intrepid Venturer
Posts: 703
Joined: Tue Feb 11, 2014 12:47 am
Location: FRANCE
Contact:

Re: [WIP] Atlantis3D

Post by ezee »

Hey loki , that is cool , thank you !
Yeah , if you like to work with the casting for the humanoid characters , that will save my time .
We should concentrate in low-poly meshs to keep the game running fast .
But by using normal maps , we can increase that level of details later in game.

So the best choice is to have characters with subsurface not applied .
I have already found a lot of python scripts ( camera+collision detection , etc ... ) and even
seen the aera in a little scene with collision detection .

So yeah , we need humanoids to fill that bar in atlantis .
My idea is to recreate in 3D the funny actual blond 2d fixer ...

The shipdealer will also be a great scene ... :idea:
But let's do the bar first .
8)

Code: Select all

 if (!track.HasWeapons())
            {
                // So what are you going to threaten me with? Exhaustion gas?
                return ThreatLevel::None;
            }
Vegastrike evolved
DEV YOUTUBE CHANNEL
Vegastrike evolved wiki
Post Reply