Poster | Thread |
Hypex
 |  |
Re: First Warp3D Nova game released Posted on 4-Oct-2016 14:03:23
| | [ #41 ] |
|
|
 |
Elite Member  |
Joined: 6-May-2007 Posts: 11351
From: Greensborough, Australia | | |
|
| @salass00
I think I've seen it. Ancient Domains of Mystery? It certainly is regardless. 
I like the backdrop to Time & Magick text adventure.
So yes I must have a fixation on graphics.  Last edited by Hypex on 04-Oct-2016 at 02:05 PM.
|
|
Status: Offline |
|
|
Mabo
|  |
Re: First Warp3D Nova game released Posted on 18-Aug-2023 2:22:45
| | [ #42 ] |
|
|
 |
New Member |
Joined: 14-Nov-2012 Posts: 4
From: Unknown | | |
|
| Hi there ò/
I want to have a try to this game where can i download it ?
Also is there any version without Warp3D Nova ?
My configuration is:
Pegasos 2, 1024 RAM, G4, Radeon 9250, AmigaOs 4.1 Fe Update 2.
Ty ^^
|
|
Status: Offline |
|
|
bennymee
|  |
Re: First Warp3D Nova game released Posted on 18-Aug-2023 6:27:13
| | [ #43 ] |
|
|
 |
Cult Member  |
Joined: 19-Aug-2003 Posts: 701
From: Netherlands | | |
|
| @Mabo
The weblink given does not work, just seach for Amicraft on os4depot.net and it is downloadable.
|
|
Status: Offline |
|
|
kas1e
|  |
Re: First Warp3D Nova game released Posted on 18-Aug-2023 6:50:45
| | [ #44 ] |
|
|
 |
Elite Member  |
Joined: 11-Jan-2004 Posts: 3551
From: Russia | | |
|
| |
Status: Offline |
|
|
Mabo
|  |
Re: First Warp3D Nova game released Posted on 18-Aug-2023 15:46:42
| | [ #45 ] |
|
|
 |
New Member |
Joined: 14-Nov-2012 Posts: 4
From: Unknown | | |
|
| @kas1e
All the versions beta included require Warp3D Nova ?
Ty
@bennymee
I need beta versions not the last one
Last edited by Mabo on 18-Aug-2023 at 03:49 PM. Last edited by Mabo on 18-Aug-2023 at 03:47 PM.
|
|
Status: Offline |
|
|
Rob
 |  |
Re: First Warp3D Nova game released Posted on 18-Aug-2023 16:44:55
| | [ #46 ] |
|
|
 |
Elite Member  |
Joined: 20-Mar-2003 Posts: 6417
From: S.Wales | | |
|
| @Mabo
Have you tried contacting the author to ask if he'll re-upload the Warp3D version? His email address is on OS4 Depot. |
|
Status: Offline |
|
|
Mabo
|  |
Re: First Warp3D Nova game released Posted on 18-Aug-2023 17:34:56
| | [ #47 ] |
|
|
 |
New Member |
Joined: 14-Nov-2012 Posts: 4
From: Unknown | | |
|
| @Rob
I will ty :)
At present Im inspecting old versions via archive but it always download the latest one unfortunately :(
|
|
Status: Offline |
|
|
Karlos
|  |
Re: First Warp3D Nova game released Posted on 20-Aug-2023 13:04:48
| | [ #48 ] |
|
|
 |
Elite Member  |
Joined: 24-Aug-2003 Posts: 4958
From: As-sassin-aaate! As-sassin-aaate! Ooh! We forgot the ammunition! | | |
|
| @wawa
Quote:
wawa wrote: @salass00
Quote:
Is it not allowed to create 3D games with simplistic art style? |
it is. but they are hardly a showcase to demonstrate advanced 3d tech. thats all. |
That depends. The trick with any minecraft style game isn't what you draw. It's what you don't draw. On one hand, your world is made of cubic blocks so it's extremely easy to work out which part of a cube to render (there's only ever a maximum of three visible faces) but then you've got the whole visible voxel problem to solve, and from a rendering perspective, aside from the potentially large number of visible surface polygons for any reasonable draw distance, you also have the problem of basic texture management. They may be small so you can easily cache them, but every block can be a different kind. Avoiding texture changes is desirable because that involves changing various array pointers. I suspect that an atlas model is used in which very many basic block textures are stored in a single texture map to reduce the amount of texture changes.
It's easy to look at any game like this and conclude it must be basic AF, but that's only because the complexities are well hidden._________________ Doing stupid things for fun... |
|
Status: Offline |
|
|
kolla
|  |
Re: First Warp3D Nova game released Posted on 20-Aug-2023 13:58:46
| | [ #49 ] |
|
|
 |
Elite Member  |
Joined: 20-Aug-2003 Posts: 3474
From: Trondheim, Norway | | |
|
| And so the years pass by… _________________ B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC |
|
Status: Offline |
|
|
NutsAboutAmiga
|  |
Re: First Warp3D Nova game released Posted on 20-Aug-2023 15:40:30
| | [ #50 ] |
|
|
 |
Elite Member  |
Joined: 9-Jun-2004 Posts: 12993
From: Norway | | |
|
| |
Status: Offline |
|
|
Karlos
|  |
Re: First Warp3D Nova game released Posted on 20-Aug-2023 20:03:38
| | [ #51 ] |
|
|
 |
Elite Member  |
Joined: 24-Aug-2003 Posts: 4958
From: As-sassin-aaate! As-sassin-aaate! Ooh! We forgot the ammunition! | | |
|
| @NutsAboutAmiga
That doesn't change anything about the observation made regarding the challenges of implementing a minecraft style game.
Besides, I love talking to the digitally departed, it's like an electronic seance. _________________ Doing stupid things for fun... |
|
Status: Offline |
|
|
fricopal!
|  |
Re: First Warp3D Nova game released Posted on 17-Mar-2025 3:09:23
| | [ #52 ] |
|
|
 |
Cult Member  |
Joined: 12-Mar-2025 Posts: 799
From: Unknown | | |
|
| Quote:
by salass00 on 1-Oct-2016 16:44:27
@wawa
Quote:
but do these rouge like games demand 3d hardware acceleration ;)
I don't see the relevance.
Is it not allowed to create 3D games with simplistic art style?
|
The question is about whether creating simple, rogue-like games requires 3D graphics and if such a game can have an art style that isn't necessarily complex or high-end. The relevance lies in understanding the technical requirements of different types of video games regarding their visual presentation.
It’s absolutely allowed to create 3D games with simplistic art styles, as there is no strict requirement for complexity in graphics when it comes to game design and aesthetics. |
|
Status: Offline |
|
|