Home / executable
Name Modified Size InfoDownloads / Week
Parent folder
extras.tar.gz 2012-07-05 18.7 MB
images.tar.gz 2012-07-05 1.9 MB
scndgen_patch18e.zip 2012-07-03 644.6 kB
scndgen_patch18d.zip 2012-04-19 654.7 kB
scndgen.zip 2012-04-17 108.1 MB
scndgen_patch18c.zip 2012-04-16 12.6 MB
scndgen_patch18b.zip 2012-03-02 245.6 kB
scndgen18.zip 2012-02-29 98.8 MB
ScndGen.jar 2012-01-14 84.8 MB
ScndGen 11.12.20.jar 2011-12-20 35.9 MB
ScndGen 11.11.27.jar 2011-11-28 36.3 MB
ScndGen 11.10.29.jar 2011-10-29 34.3 MB
ScndGen 11.08_17.jar 2011-08-18 34.9 MB
ScndGen 11.07_01b.jar 2011-07-08 35.0 MB
ScndGen 11.07.01a.jar 2011-07-07 35.0 MB
ScndGen 11.04_29.jar 2011-05-05 35.9 MB
ScndGen 11.03_08.jar 2011-03-09 27.6 MB
scndupd.xml 2011-02-07 2.1 kB
readme.txt 2011-01-17 2.1 kB
lib.zip 2011-01-03 2.7 MB
Totals: 20 Items   604.1 MB 0
1.0 Requirements
1.1 Installation
1.2 Developer Notes

1.0 Requirements:==============================

Java Runtime Environment: Version 6 Update 2 (1.6.0_2)
Operating System: Windows, Mac or Linux (32 or 64 bit)
RAM: 512MB
Graphics Card: 64MB VRAM*
CPU: 1.4 GHz Single Core
*DirectX or OpenGL drivers required for hardware rendering, software rendering is significantly slower



1.1 Installation:==============================

Open the executable folder
Download the file "ScndGen.jar".
Run the game.



1.3 Developer Notes:==============================

THE SCND GENESIS was developed in netbeans and I'ld like to keep it that way. If your IDE has an export option feel to use it but please try to stick to Netbeans.
The project requires two external libraries.

	-jl1.0.jar: Plays an MP3 file using the JLayer MP3 library (http://www.javazoom.net/javalayer/javalayer.html).
	-mysql-connector-java-5.1.13-bin.jar: Which shall be used to upload player stats and leaderboards to an SQL Server once we find good hosting
	(http://dev.mysql.com/downloads/connector/j/)

1.3.1 - I don't have access to the internet at home, nor do I have a laptop :(, so I won't be able to utilise subversion servers.
	
1.3.2 - Our version control is simple, YY.MM_DD e.g 11.01._05 if you build on 5th January 2011.

1.3.3 - When you build a new project compress the source (.zip) folder ONLY "./scnd_genesis/scnd_genesis" as the art assets shall rarely change, and re-uploading/downloading them shall be a waste of time and bandwidth.

1.3.4 - Be sure to upload a Changelog as well, preferribly with a brief description of updates, the name of the java file(s) modified and the line number(s) where changes or insertions were made.

1.3.5 - Upload the sources as "scnd_genesis_YY.MM_DD.zip", that way we'll be able to know the current version. DON'T delete old source zips, just upload the new ones.

1.3.6 - Build using the command "package-for-store" in Netbeans, this makes all lib jars get bundled into one jar, this command is available in the build.xml file uploaded in sources
Source: readme.txt, updated 2011-01-17