Blog | About | Contact | Submit Mod | Join Mod DB | Site Map | Media Kit | Desura | RSS
The game you are trying to view has ceased development and consequently been archived. If you are a member of this game, can demonstrate that it is being actively developed and will be able to keep this profile up to date with the latest news, images, videos and downloads, please contact us with all details and we will consider its re-activation.
1104 is a sector of space mankind as a whole has been isolated from. However, humans live there and the isolation is their fault. Welcome to 1104, do you have what it takes?
Enter a world of activity and color, a world of violence and risk. Most importantly, it is a world where every decision you make can either grant you new opportunities or destroy them.
Installation Instructions
First you need to get the JRE (java runtime environment) version 1.6 or higher. Get this from java.com or from googling JRE.
Windows Instructions
Linux Instructions
Many features make this one indie game to remember:
So, welcome to 1104. Fly safe, but not too safe.
Controls (might be a little important)
Gameplay Notes
ALTERNATIVE DOWNLOAD LOCATION (for use when a new release is delayed by ModDB) UP
0 comments by masternerdguy on Apr 18th, 2010
Introduction
I have been maintaining and working on ASoD essentially on my own for a total of about a year, and I have decided that, since I do not intend to add any more content to the game, that it is probably time to release my position as maintainer.
First Things First
The ModDB page for these releases of among seas of dust will remain up! However, if you want to develop ASoD the source code (which has always been open source) is indeed available, and I would love to see someone else pick up on the project.
Code
First let me warn you I cuss in my comments :). However, let me go over what the major .java files do so you can enter with a heads up...
There are some minor files but their file names are very self explanitory.
Get the Code
The latest release's jarfile SHOULD contain all the java code you need as well as resources. However, you can also check out from SVN.
svn checkout Asod.dev.java.net asod --username username
You should be able to log in as anonymous. If you have any problems getting the code simply email me at masternerdguy@yahoo.com and those will be over. Also, if you have any questions on the code itself feel free to email me.
I think I've written a fair starting platform for a 2D space game, now its up to you to do what you want to expand it.
A sprite face lift would help this game immensely. If I had time I would make some sprite to help out.
The team should ask around for 2d or 3d artist(s) (3d art can have a top down render of the work for you to use).
this game looks intersiting, but needs good art ;)
Whenever I try and mine, the background goes white, the ship disappears, and the game runs really slowly. Help?
Ok, when you mine a new object is created, the image for the mining field. Normally, the game runs normally but adding this one extra bit of memory overflows the java memory stack. So, that means you are not launching the game correctly.
The game should be launched from a command line/shortcut with the command java -jar -Xmx128m amongSeasOfDust.jar . This command tells java to allocate 128mb of RAM or ASoD instead of the default 64, giving plenty of wiggle room for object creation.
Have fun.
So... programmer art?
Seems interesting, though I'm guessing the art isn't a finished design?
thats programmer art alright :) However, that is the extend of my abilities. But i think i found someone who wants to redo it.
how do i start up version .4?
nice ship, but it breaks the style. I'd have to overhaul it all.
What did you think of the actual game?
I thought that the game itself was quite nice, the only thing I have to say is that the ship rotates 90 degrees instantly.
Is this going to stay in the game or will you incorporate a system that lets you spin round to any angle you like?
thats here to stay. It is meant to be different.