Gamestudio Links
Zorro Links
Newest Posts
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
Deeplearning Script
by wolfi. 02/26/24 12:46
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/22/24 16:22
AssetAdd() vs. modern asset list?
by jcl. 02/21/24 15:01
How many still using A8
by Aku_Aku. 02/20/24 12:18
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (Quad, AndrewAMD), 567 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Gallery
Next Gallery
Print Thread
Rating: 5
Page 1 of 38 1 2 3 37 38
Meteor Mess ( RELEASED ) #297845
11/10/09 11:27
11/10/09 11:27
6 Images
Joined: Jan 2009
Posts: 84
Deutschland
E
Ernie76 Offline OP
Junior Member
Meteor Mess ( RELEASED )

As the name says: a remake of the mother of all adventures Maniac Mansion in 3D, with Ankh / Jack Keane like graphics.
We made this game to learn how 3D Gamestudio works and to use this knowledge for our first own project.

The game is free and can be downloaded here : https://meteormess.de/

There is also a Facebook and a Twitter page:
Facebook:
https://www.facebook.com/MeteorMess3D
Twitter:
http://www.twitter.com/MeteorMess3D
Last edited by Ernie76; 10/05/22 14:47.
376 Comments
Re: Maniac Mansion 3D Remake [Re: Ernie76] #297848
11/10/09 11:44
11/10/09 11:44
Joined: Dec 2003
Posts: 1,225
germany
gri Offline
Serious User
gri  Offline
Serious User

Joined: Dec 2003
Posts: 1,225
germany
hi,

yeah nice. Especially the image with the reactor in the pool remains me on restless nights in my youth.

Do you plan to stay close to the original story or exists a chance to get the damn fuel in your version grin

regards,
gri


"Make a great game or kill it early" (Bruce Shelley, Ensemble Studios)
Re: Maniac Mansion 3D Remake [Re: gri] #297849
11/10/09 11:48
11/10/09 11:48
Joined: Jan 2009
Posts: 84
Deutschland
E
Ernie76 Offline OP
Junior Member
Ernie76  Offline OP
Junior Member
E

Joined: Jan 2009
Posts: 84
Deutschland
We stay very near to the original, with some minor changes wich will give the game a more modern kind of gameply expiriance. The Puzzles will stay the same.
( hmmm will ther be Fuel....find out! )
Pegamode will soon, post some interesting fakts about the games tech.

Re: Maniac Mansion 3D Remake [Re: Ernie76] #297851
11/10/09 12:00
11/10/09 12:00
Joined: Feb 2006
Posts: 1,011
Germany
pegamode Offline
Serious User
pegamode  Offline
Serious User

Joined: Feb 2006
Posts: 1,011
Germany
Here come some technical information about this project.

First of all we implemented a generell adventure system for A7 to do everything that SCUMM does for Maniac Mansion. We call it simply GAS (Gamestudio Adventure System).

GAS-Features:

- fully multilanguage
- holds additional information in memory and savegames for each useable object (entity) during the whole game
- own save / load routines
- inventory
- uses csv files as kind of DB
- c++ pathfinding
- can handle an unlimited number of playable characters (MM needs 3)
- scheduler to start functions at certain time points
- and many more

Currently the game scripts are finished at 90%. All possible walkthroughs can be played until the showdone when the player enters Dr. Fred's laboratory.

We have over 300 useable objects the player can interact with.

We did also some changes in comparison to the original Maniac Mansion to get more realism and get lost of some unlogical parts of the game. All those changes don't change something on the base of MM as we like to be as close as possible to the original.

Here are some changes we did or will do:

- the items of dead players don't get lost
- all Edisons really walk through the house (not just Ed) and take prisoners
- the postman can be seen and has his own cutscenes
- some smaller changes and improvements

We started this game for our private use and to build and improve GAS under
real conditions. If it could ever be published (of course for free) depends on Lucasarts as they still have the rights on Maniac Mansion.

I think there is much more to mention, but this should be all for this time.

Regards,
Pegamode.

Re: Maniac Mansion 3D Remake [Re: pegamode] #297859
11/10/09 12:59
11/10/09 12:59
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Online
Senior Expert
Quad  Online
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
*tears*, looks and sounds great, that should have took alot of time and should have been alot of work.


3333333333
Re: Maniac Mansion 3D Remake [Re: Quad] #297860
11/10/09 13:06
11/10/09 13:06
Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Cowabanga Offline
Expert
Cowabanga  Offline
Expert

Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Yeah, the lights are just... incredible.

Now I really know that I won't switch to Unity.

Re: Maniac Mansion 3D Remake [Re: Quad] #297861
11/10/09 13:10
11/10/09 13:10
Joined: Feb 2006
Posts: 1,011
Germany
pegamode Offline
Serious User
pegamode  Offline
Serious User

Joined: Feb 2006
Posts: 1,011
Germany
We started about 2 years ago, but had also some months where we didn't find the time to do anything on this project. As all team members have full time jobs and family there's just some short time every day or week for this project, but as you can see the progress never stopped and we hope to have a final version (without speak-package) in the beginning of the next year and hopefully a speak-version in summer 2010.

During those 2 years we learned much about Gamestudio and A7 got a lot of new functions so that we had to refactor the scripts regularly.

We're lucky that the GAS concept works very fine and with the GAS as base we can build our own adventures in future very easily.

Regards,
Pegamode.

Re: Maniac Mansion 3D Remake [Re: pegamode] #297862
11/10/09 13:16
11/10/09 13:16
Joined: Feb 2006
Posts: 1,011
Germany
pegamode Offline
Serious User
pegamode  Offline
Serious User

Joined: Feb 2006
Posts: 1,011
Germany
One thing has to be mentioned ... the screens are all beta and characters, textures, lights, models and so on are currently all in fine-tuning progress.

So all graphics will be (hopefully) optimized soon and it seems that we can get a high fps even on non-today pc hardware (I have nearly constant 60 fps on my lenovo T60 laptop where the gfxcard is not really good for games and we still have space for optimization that raises fps).

Re: Maniac Mansion 3D Remake [Re: pegamode] #297864
11/10/09 13:34
11/10/09 13:34
Joined: Jul 2003
Posts: 893
Melbourne, Australia
Matt_Coles Offline

User
Matt_Coles  Offline

User

Joined: Jul 2003
Posts: 893
Melbourne, Australia
this is very cool. I worked on an art prototype for a adventure game to be made using gamestudio for university which i finished a few weeks ago.
great to see others working on adventures too.
so once this is done are you guys looking at commercially releasing your own title?
one thing, which you said above, is the art is in it's beta stage. if you were to release your own title, do you reckon you'll have voice acting and very stylistic graphics like the new monkey islands or a vampyr story?

Re: Maniac Mansion 3D Remake [Re: Matt_Coles] #297869
11/10/09 13:57
11/10/09 13:57
Joined: Feb 2006
Posts: 1,011
Germany
pegamode Offline
Serious User
pegamode  Offline
Serious User

Joined: Feb 2006
Posts: 1,011
Germany
We plan to create our own title as soon as we have finished this current project. If everything works as planned even Maniac Mansion 3D will get voice acting.

What kind of graphic style we will use for our own title depends on the story. We will hopefully find the best style that fits to it, but currently haven't made any thought about the story at all. First of all we will finish MM 3D and with that the GAS ...

Page 1 of 38 1 2 3 37 38

Moderated by  jcl, Realspawn, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1