AdventureForums

Go Back   Adventure Forums > Gaming > General

 
 
Old 04-16-2004, 02:16 AM   #1
Bird
Member
 
Bird's Avatar
 
Last Online: 02-05-2007 12:02 PM
Join Date: Sep 2003
Location: Belgium
Posts: 88
Default .kkrieger (beta version), a game in 96k!

Did anyone play this? It's at http://www.theprodukkt.com/
It's quite impressive to be only 96KB.
I saw some very small (filesize) 3D demos in the past (like 75K), but this is an actual game (fps). There are still some bugs left, and the gameplay is not that good, but it is definitely worh the download size . System requirements are quite heavy, though, since all textures etc. have to be computed; so it takes some time to load. And you need a gfx card which supports pixel shaders. The graphics are quite good, some nice lighting effects etc...
Bird is offline  
Old 04-16-2004, 05:29 AM   #2
Kolzig
The Reggienator
 
Kolzig's Avatar
 
Last Online: 06-21-2011 10:52 PM
Join Date: Sep 2003
Location: Vaasa, Finland
Posts: 5,519
Send a message via ICQ to Kolzig Send a message via MSN to Kolzig
Default

http://forums.adventuregamers.com/showthread.php?t=2924

Yeah, it's quite impressive indeed
__________________
"The old standby, that never got old in the first place. We come back to them weekly, nightly, for hours at a time--and they always deliver. They are pure, timeless, and often taken for granted." - Nick Breckon - Shacknews

My gamesale list *updated 26.8.2007*
Hey, dear people please buy my games, I need money to conquer Europe! Or do something similar.
Kolzig is offline  
Old 04-16-2004, 05:53 AM   #3
Bird
Member
 
Bird's Avatar
 
Last Online: 02-05-2007 12:02 PM
Join Date: Sep 2003
Location: Belgium
Posts: 88
Default

omfg, there was already a thread about this...
I feel so stupid now
(It'll never happen again, I swear...)
Bird is offline  
Old 04-16-2004, 11:39 AM   #4
Tanukitsune
ACK!
 
Tanukitsune's Avatar
 
Last Online: 09-12-2011 01:47 AM
Join Date: Sep 2003
Location: Spain
Posts: 2,448
Send a message via MSN to Tanukitsune
Default

I can hardly believe this! :eek:
How is it even possible to fit the game in such a small file?
If they can do this with only 96Kb, what will they do with a 1Mb?
I do beliebe they use dark magic, and I was actually hipnotized to think I was playing a kickass game....
(Seriously, how IS it possible?)
Tanukitsune is offline  
Old 04-16-2004, 12:14 PM   #5
Huz
Kersal Massive
 
Huz's Avatar
 
Last Online: 11-17-2012 11:27 AM
Join Date: Sep 2003
Location: Manchester
Posts: 1,430
Send a message via MSN to Huz
Default

Quote:
Originally Posted by Tanukitsune
(Seriously, how IS it possible?)
A lot of the graphical code will be imported from DirectX - if you were forced to include that stuff in the executable itself, it would be a lot bigger.

The textures and sound effects are based on algorithms (which will only be a few bytes long when compiled in the executable). The textures and sounds are generated from these algorithms and stored in RAM when you start the program, which is why it takes so long to load.

The code for a game will always be dwarfed by the game data - maps, textures, and so on. The dedicated server for UT2004 (presumably including all the game logic but none of the graphics/sound engine) is only 111KB, and they won't have made any particular effort to make it small. These 96K guys have just come up with a clever means of eliminating the need for huge amounts of data to be shipped with a game, and done a good job of keeping their actual code compact.
Huz is offline  
 




All times are GMT -8.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Design & Logo Copyright ©1998 - 2017, Adventure Gamers®.
All posts by users and Adventure Gamers staff members are property of their original author and don't necessarily represent the opinion or editorial stance of Adventure Gamers.