"(File)Size Matters" 64K Compo (Judging not underway)

For Total Conversions and projects that don't otherwise fall under the other categories.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
User avatar
Combine_Kegan
Posts: 467
Joined: Sun Jan 19, 2014 8:12 am
Location: Hopelessly stuck in the past

Re: "(File)Size Matters" 64K Competition

Post by Combine_Kegan »

DISREGARD REST, ASSEMBLE EXPLOSIVES


Man at this rate this is gonna be one hell of a tiny gameplay mod.
User avatar
jpalomo
Posts: 772
Joined: Mon May 17, 2010 9:45 am

Re: "(File)Size Matters" 64K Competition

Post by jpalomo »

Evil Space Tomato wrote:What can you do with 150 bytes?

You can make a WadC script that produces a "random" fully playable level, with enemies, health, and weapons. Best of all its compatible with all source ports.

Get WadC here https://jmtd.net/wadc/
As cool as this is, I'm afraid it might break the last rule:
Your submission must be able to run on its own, i.e. nothing but the submitted file and its target port and IWAD. Your submission MAY NOT require any other external files.
We'll see what wildweasel says about it. In any case, the maps should be fine though. I update my first post with the new entries. I'll be posting my new entry shortly. I just need to test it first to make sure I didn't miss anything important.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: "(File)Size Matters" 64K Competition

Post by wildweasel »

jpalomo wrote:
Evil Space Tomato wrote:What can you do with 150 bytes?

You can make a WadC script that produces a "random" fully playable level, with enemies, health, and weapons. Best of all its compatible with all source ports.

Get WadC here https://jmtd.net/wadc/
As cool as this is, I'm afraid it might break the last rule:
Your submission must be able to run on its own, i.e. nothing but the submitted file and its target port and IWAD. Your submission MAY NOT require any other external files.
We'll see what wildweasel says about it.
If you can fit WadC itself in the 64K, I'll accept it; otherwise, I'm not really going to be in the mood to track down a runnable copy myself.
User avatar
jpalomo
Posts: 772
Joined: Mon May 17, 2010 9:45 am

Re: "(File)Size Matters" 64K Competition

Post by jpalomo »

Alright, here is my entry. It will replace my previous entry. Here are the download links:
For the competition (updated April 30th):
Dropbox
Mediafire

Post-comp updates (updated June 26th), see this post:
Dropbox
Mediafire
GitHub

Requires a dev build of GZDoom!

This modifies all monsters (including bosses) to have a random chance of spawning as an uncommon or rare monster type with random modifiers. Think something along the lines of action RPG games like Diablo. You can spot these special monsters by the light that they emit. Uncommon monsters are blue, rare are yellow. Rare monsters are also given random unique names, chosen from a pool of first and last names. This name is displayed at the top of the screen with an enemy health bar (aim at them to display it), as well as descriptions of the modifiers they currently have. Killing these tougher monsters will give you more drops and experience than normal. Killing any monster will grant you experience points. Leveling is automatic, providing the player with increased health, movement speed, and damage with each level. The max level is 25.

This also modifies some of the monster behavior to make them less annoying. The Pain Elemental doesn't shoot lost souls anymore. Instead, it shoots the same fireball as the Mancubus. The Archvile also doesn't revive monsters anymore. The mancubus will now only shoot one volley of two fireballs instead of three, and the Revenant shoots two weaker fireballs.

I deliberately left the weapons alone for this one. I'd like to see what people think about it first before expanding on this.
Last edited by jpalomo on Sun Jun 26, 2016 5:05 am, edited 2 times in total.
Evil Space Tomato
Posts: 78
Joined: Tue Jul 20, 2004 7:56 pm
Graphics Processor: nVidia with Vulkan support

Re: "(File)Size Matters" 64K Competition

Post by Evil Space Tomato »

wildweasel wrote:
jpalomo wrote:
Evil Space Tomato wrote:What can you do with 150 bytes?

You can make a WadC script that produces a "random" fully playable level, with enemies, health, and weapons. Best of all its compatible with all source ports.

Get WadC here https://jmtd.net/wadc/
As cool as this is, I'm afraid it might break the last rule:
Your submission must be able to run on its own, i.e. nothing but the submitted file and its target port and IWAD. Your submission MAY NOT require any other external files.
We'll see what wildweasel says about it.
If you can fit WadC itself in the 64K, I'll accept it; otherwise, I'm not really going to be in the mood to track down a runnable copy myself.
OK I misunderstood I have added a link to a compressed version of WadC thats only 54KB, it also includes a batch files to start WadC
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: "(File)Size Matters" 64K Competition

Post by wildweasel »

Alright, that's good enough for me, then.
User avatar
ibm5155
Posts: 1268
Joined: Wed Jul 20, 2011 4:24 pm
Contact:

Re: "(File)Size Matters" 64K Competition

Post by ibm5155 »

How did you fit the 48.44 MB from java into that tinny 50kb space :o :lol:
User avatar
dljosef
Posts: 765
Joined: Fri Aug 12, 2005 2:59 pm
Location: Deep underground
Contact:

Re: "(File)Size Matters" 64K Competition

Post by dljosef »

@jpalomo - A simpler version of the DoomRPG mod? Ohohohoho I'm liking it so far. (the revenants with the homing prefix can still be every bit as annoying as the vanilla ones, though.)

Edit: On the flipside, pain elementals are actually something of a threat now. Especially if they have the extra projectiles thing. (The homing thing doesn't really work well for some reason, given how fast the fireballs move.)
Evil Space Tomato
Posts: 78
Joined: Tue Jul 20, 2004 7:56 pm
Graphics Processor: nVidia with Vulkan support

Re: "(File)Size Matters" 64K Competition

Post by Evil Space Tomato »

ibm5155 wrote:How did you fit the 48.44 MB from Java into that tinny 50kb space :o :lol:
Including the JRE would be silly as that would limit it to running on only one operating system.
I do not think WadC requires a particularly recent version of Java it can probably be run with the version that comes with Window.
User avatar
VGAce
Posts: 17
Joined: Fri Mar 25, 2016 4:25 am
Location: on location

Re: "(File)Size Matters" 64K Competition

Post by VGAce »

19KB zipped
replaces all sounds with their pc speaker counterpart but stays in the soundblaster format
make sure to set audio channels to 1,mono and disable all positional audio enhancements when using :)

http://www.mediafire.com/download/wp9gd ... cpcspk.zip
User avatar
DeXiaZ
Posts: 139
Joined: Tue Apr 09, 2013 3:19 am

Re: "(File)Size Matters" 64K Competition

Post by DeXiaZ »

VGAce wrote:19KB zipped
replaces all sounds with their pc speaker counterpart but stays in the soundblaster format
make sure to set audio channels to 1,mono and disable all positional audio enhancements when using :)

http://www.mediafire.com/download/wp9gd ... cpcspk.zip
Made my day! Perfect, 10/10
User avatar
kodi
 
 
Posts: 1361
Joined: Mon May 06, 2013 8:02 am

Re: "(File)Size Matters" 64K Competition

Post by kodi »

WIP video
Its gonna be crunch mode during most of my spare time until the deadline, but I'm gonna get this done dammit.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: "(File)Size Matters" 64K Competition

Post by wildweasel »

kodi wrote:WIP video
Its gonna be crunch mode during most of my spare time until the deadline, but I'm gonna get this done dammit.
Well, try not to work yourself to death; I'd hate to see you burn out on something like this.
User avatar
DeXiaZ
Posts: 139
Joined: Tue Apr 09, 2013 3:19 am

Re: "(File)Size Matters" 64K Competition

Post by DeXiaZ »

Updated my Night64K mod to Version 3. Re-added link in old post.

For people who won't go and search in this topic, here is the new link:
V3!

Video demonstration if you forgot this mod:


================================
kodi wrote:WIP video
Its gonna be crunch mode during most of my spare time until the deadline, but I'm gonna get this done dammit.
Interesting video, kodi!
User avatar
The Purple Marine
Posts: 49
Joined: Sun Feb 28, 2016 1:20 pm
Location: Some forest somewhere

Re: "(File)Size Matters" 64K Competition

Post by The Purple Marine »

Well, here goes nothing.
PISG: A TEXTURES Weapon Wad

First things first, why is it called PISG? Well, when I first was making it, I needed a name for the Wad file, and I randomly decided on the Doom pistol sprite name. (Which is kind of funny, as there actually is no pistol in the mod.)
PISG is a weapons and partial-enemy replacement mod. Before anybody gets their hopes up, this is nowhere near the level of wads such as Parkour, as I am still a beginner modmaker. It doesn't modify most the enemies either, only some of them. It should work with both ZDoom and Zandronum, but I haven't tested it with ZDoom version 2.8.1 or the current release version of Zandronum.
I didn't want to include any new graphics, even though I probably had the space to do so, I felt that it would ruin the cool aspect of the mod: that it doesn't use any custom resources. I also kind of went wild with the TEXTURES thing, so all the weapons have smoother animations. It may debalance the game a bit, well, probably alot, but I think it's still pretty fun.
Here is a list of weapon modifications:
Spoiler:
Here is a list of enemy modifications:
Spoiler:
And here is a download:

https://drive.google.com/file/d/0B0cmUB ... sp=sharing

Credits:The people who work on the ZDoom wiki, as the Shotgun and Shotgunner's attacks were based on the wiki's generalized attack examples.

Anybody who decides to play this, I hope you have fun. :)
Last edited by The Purple Marine on Fri Apr 29, 2016 2:09 pm, edited 7 times in total.
Post Reply

Return to “TCs, Full Games, and Other Projects”