Castle, Castle Excellent - RE-MAKE is underway

Por Mr.Agha

Supporter (8)

Imagen del Mr.Agha

30-04-2015, 23:51

A whole new re-make of the famous Castle Excellent Game (1986)
-new rooms, new maps
-room creator to create custom rooms

-I am still in the process but it should be ready soon. Watch the very short video below.

https://youtu.be/LyrAdGucuGo

Login sesión o register para postear comentarios

Por gdx

Enlighted (6071)

Imagen del gdx

01-05-2015, 08:27

With reworked music?
With MSX2 VDP support?

Por Mr.Agha

Supporter (8)

Imagen del Mr.Agha

01-05-2015, 08:55

Thanks for the comment,

I haven't done much with the audio yet but I am planning to have the original music track with. I am trying to make it as close to the original one as possible.

Sorry not 100% sure what you mean with VDP support?

Por gdx

Enlighted (6071)

Imagen del gdx

01-05-2015, 09:15

Mr.Agha wrote:

Sorry not 100% sure what you mean with VDP support?

A game for MSX1 with improved graphics on MSX2.

Por Mr.Agha

Supporter (8)

Imagen del Mr.Agha

01-05-2015, 09:19

I am actually programming this using Java for PC and the graphics should be pretty much the same.

If you have any suggestions I would be happy to hearSmile

Por MsxKun

Paragon (1115)

Imagen del MsxKun

01-05-2015, 15:40

Mr.Agha wrote:

I am actually programming this using Java for PC and the graphics should be pretty much the same.

If you have any suggestions I would be happy to hearSmile

Well, yes. Code for MSX instead. Tongue And... Java is evil (the beginning of Skynet). Big smile Well, you said ANY suggestions Nishi

Por fernando.collazo.5682

Champion (257)

Imagen del fernando.collazo.5682

01-05-2015, 17:19

Yes, make a new version for MSX2 with improved graphics and music, and new rooms off course.

Por Randam

Paragon (1431)

Imagen del Randam

01-05-2015, 19:58

you said there is a room editor? Could it be made so it would be possible to export those levels to some msx format so they might be possible to implement in the msx version of the castle in some way?

Por Mr.Agha

Supporter (8)

Imagen del Mr.Agha

05-05-2015, 00:00

This actually started out for me as a school project using Java. The actual project wasn't as big as re-making this whole game but since I had it all started with Java, I continued on using Java. Thanks for the suggestions guys.

I will be making new maps and rooms of course, that's the whole pointSmile

About the room Editor, it's pretty much a program I made where you can design a certain room but adding walls/bricks/enemies,etc. You can see what I am talking about in the second part of the video that I posted up here.
More importantly, the overall result after you design a whole room is a 3-D ARRAY which specifies all the objects you have in the room and where they are located and so on.
I am not too familiar with the MSX format but my guess is it should be possible to do something like that.