Doomsayer Digest Update

Comment on events and happenings in the Fallout community.
Post Reply
Kreegle
Vault Veteran
Vault Veteran
Posts: 301
Joined: Tue Jul 27, 2004 5:57 pm

Doomsayer Digest Update

Post by Kreegle »

<strong>[ -> N/A]</strong>

Our hosted site, the <a href="http://doomsayer.duckandcover.net/">Doomsayer Digest</a>, has updated with a nice little nugget of fun. ApTyp explains:<blockquote><em>About a year and a half ago I started doing "Wasteland"-like post-nuclear RPG ambitiously named "Megaton". Giving it some though, I stopped on Java as a target platform. The obvious benefits were portability, language complexity, and abundance of pre-packaged multimedia classes. Disadvantages, as I later found out, were forcing users to download and install latest Java platform and crawling speed. By the time I finally decided to abandon Java development I had a running test version with a map, turn-based (sort of) system, and some rudimentary world functionality. Included is a map and tile editor.</em></blockquote>Oooh! Rush-rush to the <a href="http://doomsayer.duckandcover.net/">site</a> to go check out what's going on. Cheers ApTyp!
User avatar
Dan
I pwn j00
I pwn j00
Posts: 1337
Joined: Wed Jun 12, 2002 11:27 pm
Location: Israel

Post by Dan »

I can't get the game to work.
ApTyp
250 Posts til Somewhere
250 Posts til Somewhere
Posts: 2694
Joined: Wed May 29, 2002 1:59 am

Post by ApTyp »

You'll need latest Java platform. If that doesn't work, get SDK - platform might be missing Unicode. And don't use .bat files - read a primer on Java applications or something.
User avatar
Megatron
Mamma's Gang member
Mamma's Gang member
Posts: 8030
Joined: Fri Apr 19, 2002 1:00 am
Location: The United Kingdoms

Post by Megatron »

what is this...megatron you speak of?

p.s I can't get this game 2 wek?!
User avatar
PP666
SDF!
SDF!
Posts: 24
Joined: Fri Aug 09, 2002 6:33 pm
Location: Belgian Wastelands
Contact:

Post by PP666 »

Look above. You need the latest jdk (1.4.2 @ the moment I believe).

I played the game (well, game, there wasn't much to do), so I'll give you guys some explanations.

It's very similar to wasteland, uses a fullscreen 2D tiled engine, direction keys to move one tile at a time. There are walls which can't be passed. There is space left at both sides of the screen, where the game menu's belong, but they are still empty.

There are debug messages at the bottom of the screen passing by. After a few moments, my character seemed to lock to a certain tile, unable to move, until I hit a wall with my 'invisible' character. The original then popped up against the wall. -> little bug.

As a professional Java developer, I know the limitations of Java as a game programming language. It IS possible to write a state of the art engine, that is comparable to many C/C++ engines, but it requires a lot more knowledge and time. Only when we see processors dealing with java natively instead of the virtual machine, the engines will match up. Java is an internet language, platform independend, for servers and networking. I can't blame him for giving up on it. I just hope he starts writing a C++ version of the game soon :)

Cheers,

Phil
'Mundus vult decipi, ergo decipio ..'
User avatar
Saint_Proverbius
Righteous Subjugator
Righteous Subjugator
Posts: 1549
Joined: Tue May 21, 2002 1:57 am
Contact:

Post by Saint_Proverbius »

*SMACK*SMACK*SMACK*SMACK*
------------------
Image
ApTyp
250 Posts til Somewhere
250 Posts til Somewhere
Posts: 2694
Joined: Wed May 29, 2002 1:59 am

Post by ApTyp »

PP666 wrote: I just hope he starts writing a C++ version of the game soon :)
Well Win32 version is in development for about 3 months total. I already have stuff like tile animation and smooth scrolling, and the code is a bit more organized (I think). I'm taking this much more seriously now, and it'll probably be a part of my showcase portfolio when I graduate.
Post Reply