Duke4.net Forums: [RESOURCES] Community Stockpile - Duke4.net Forums

Jump to content

  • 39 Pages +
  • « First
  • 35
  • 36
  • 37
  • 38
  • 39
  • You cannot start a new topic
  • You cannot reply to this topic

[RESOURCES] Community Stockpile  "Free to use resources for mappers and modders."

User is online   Phredreeke 

#1081

Updated version as the GDX Discord thought it looked better in white

Posted Image
0

User is offline   Fox 

  • Fraka kaka kaka kaka-kow!

#1082

View PostPhredreeke, on 19 September 2020 - 12:35 PM, said:

Decided to make a widescreen variant of Duke64's end of level screen


I have made this one long ago:

Posted Image

Some notes:
- The background texture is the same of the title screen
- The scraps were taken from the PC version
- The pose and barrels were inspired in the PC version, so I choose 3 barrels to match it

This post has been edited by Fox: 12 November 2020 - 04:36 PM

6

User is offline   jimbob 

#1083

View PostLazy Dog, on 27 March 2020 - 02:34 PM, said:

there are 6 parts to that tutorial, since i downloaded them for myself i took the liberty of uploading them here:

https://www64.zippys...aQYZF/file.html

do you still have that tutorial? the link has expired sadly and it is just what i need to get to understand weapon modding
0

User is offline   ViDi 

#1084

View Postjimbob, on 20 November 2020 - 07:46 AM, said:

do you still have that tutorial? the link has expired sadly and it is just what i need to get to understand weapon modding

I think I have it.
0

User is offline   jimbob 

#1085

View PostViDi, on 20 November 2020 - 09:18 PM, said:


yes, that worked, thanks a lot :)
0

User is offline   jimbob 

#1086

thanks to that little tutorial i managed to get my custom tommygun working just fine. :) i think ill leave it at automatic reload for now.
https://youtu.be/zrTdfpG_AU4
1

User is offline   Tea Monster 

  • Polymancer

#1087

I have uploaded all the monster models from the Hollywood Holocaust Rethinked mod, including rigged/animated blend and FBX files, to github. Models are issued on a non-commercial, attribution license.
Some of the models include PBR metallic or specular textures.

As time goes by, I will continue to upload some of the unique prop files we created.

https://github.com/te4monster/hh-ng

This post has been edited by Tea Monster: 29 November 2020 - 06:12 AM

2

User is online   Mark 

#1088

Now its time to watch for these to show up in a Doom or Unity mod. ;)

This post has been edited by Mark: 29 November 2020 - 09:01 AM

0

User is offline   MC84 

#1089

The following are some cop car tiles done in the 3DR style;

I tried uploading the .pcx files but it wouldn't let me, hence the .zip file instead.

To create the siren I followed Allen Blum's lead from Golden Carnage and used a stretched/rotated blue keycard tile.

Attached thumbnail(s)

  • Attached Image: cop_01.jpg
  • Attached Image: cop2.jpg

Attached File(s)


14

User is offline   Dynamo128 

#1090

Mikolah, a good friend of mine, created this MIDI rendition of the Duke Nukem 3D intermission music - since pretty much all the music in the game is in midi format except for that one, I figured this may be a useful resource to have for those who either want it to be a midi so they can experiment with different soundfonts, or for those who want to build upon it to create a different version of it. All credits go to him, of course.

Attached File(s)


3

User is offline   jimbob 

#1091

Does anyone have some farm animal sprites i could use? The more realistic the better, credits will be mentioned in the readme
0

#1092

AMC TC, and WG Realms 2 (even DNF2013 mod I guess) features a bunch of farm animals for sure. You could just extract the resources by yourself if you know how do it. Some could be specially made by Sebabdukeboss20 so give credits in case.
0

User is offline   Jimmy 

  • Let's go Brandon!

#1093

Redneck Rampage could be a good source as well.
0

User is offline   jimbob 

#1094

View PostJimmy, on 09 January 2021 - 06:34 PM, said:

Redneck Rampage could be a good source as well.

i prefer to not use commercial stuff for legal reasons, but if someone already made some for a mod, o'd love to use those if they give permission.

This post has been edited by jimbob: 10 January 2021 - 02:52 AM

0

User is offline   jimbob 

#1095

decided to gout with my camera, so here's a duck. :P

Attached thumbnail(s)

  • Attached Image: duckfront.png
  • Attached Image: duckfrontside.png
  • Attached Image: duckside.png
  • Attached Image: duckbackside.png
  • Attached Image: duckback.png

10

User is offline   Jimmy 

  • Let's go Brandon!

#1096

No one is going to sue you for using Redneck Rampage art in a free mod.
0

User is online   Phredreeke 

#1097

RR assets are used all over the place.
0

User is offline   jimbob 

#1098

i suppose i can take a look at those then.
anyway,thanks to the magic of gimp heres a second frame for the duck so he can waddle about.

Attached thumbnail(s)

  • Attached Image: duckfront2.png
  • Attached Image: duckfrontside2.png
  • Attached Image: duckside2.png
  • Attached Image: duckbackside2.png
  • Attached Image: duckback2.png


This post has been edited by jimbob: 11 January 2021 - 07:44 AM

3

User is offline   jimbob 

#1099

here's some code to make it quack.
move DUCKSPEED 25
move DUCKFLEEING 100
move DUCKSTOPPED 0
move DUCKRUNNING 100


action DUCKWALK			0 2 5 1 24
action DUCKRUNS			0 2 5 1 8
action DUCKSTAND		0 1 5 1 4
action DUCKFLEE			0 2 5 1 10
action DUCKWANTSBREAD		0 2 5 1 6 // atack
action DUCKSHRUNK		0 1 5 1 24
action DUCKGROW			0 1 5 1 24
action DUCKFROZEN		0 1 5 1 24

useractor notenemy NEWDUCK 25 DUCKWALK DUCKSPEED randomangle geth
fall
sizeat 10 10
clipdist 32
cstat 257
ifaction DUCKWANTSBREAD
 	ifcansee move DUCKSPEED geth faceplayerslow	
	{
		ifpdistl 1024
			{
				soundonce QUACK
				action DUCKFLEEING
				move DUCKRUNNING geth randomangle
			}
	}
	ifnotmoving
		{
			action DUCKWALK
			move DUCKSPEED geth randomangle break
		}
else 
	ifcount 120
	ifrnd 64
	{
		action DUCKWALK
		move DUCKSPEED 
	}
	else ifrnd 64
	{
		action DUCKSTAND
	}
ifaction DUCKSTAND
	{
	ifcount 120 
		ifrnd 128
			{
				action DUCKWALK
				move DUCKSPEED geth
			}
		else
			ifrnd 64
			{
				action DUCKWANTSBREAD 
				move DUCKSPEED geth faceplayerslow
			}
		else
			{
				action DUCKFLEE
				move DUCKFLEEING geth fleeenemy
			}
	}
ifaction DUCKWALK
	{
		move DUCKSPEED geth 
		ifcount 120
			ifrnd 16
		{
				action DUCKSTAND
				move DUCKSTOPPED
		}
		else
		ifrnd 64
		{
			action DUCKWALK
		}
		else 
		ifcansee
			ifrnd 64
		{
			action DUCKWANTSBREAD
			move DUCKSPEED geth faceplayerslow
		}
		else
		ifnotmoving
			{
				action DUCKWALK
				move DUCKSPEED geth randomangle // break
			}
	}	
ifaction DUCKFLEE
	{
	move DUCKFLEEING DUCKFLEEING fleeenemy geth
		ifactioncount 30
			{		
				action DUCKWALK
				move DUCKSPEED geth randomangle
			} 
		ifnotmoving 
			{
				action DUCKFLEE
				move DUCKSPEED geth randomangle // break
			}
	} 

 ifaction DUCKFROZEN
  {
    fall

    ifp pfacing
      ifpdistl FROZENQUICKKICKDIST
        pstomp

    ifcount THAWTIME
    {
      action DUCKFLEE
      getlastpal
      break
    }
    else
      ifcount FROZENDRIPTIME
        ifactioncount 26
          resetactioncount

    ifhitweapon
    {
      ifwasweapon FREEZEBLAST
        break

      lotsofglass 30
      sound GLASS_BREAKING
      killit
    }
    break
  }
		
ifhitweapon 
	{
		guts JIBS6 1
		action DUCKFLEE
	}
ifdead
	{
	ifwasweapon FREEZEBLAST
      		{
        		spritepal 1
       	 		strength 0
        		action DUCKFROZEN
        		sound SOMETHINGFROZE
     	 	}
		ifwasweapon FLAMEBALL // custom flamethrower projectile.
		{
			spawn ROASTDUCK
			spawn SMALLSMOKE
			killit
		}
	else
		{
			guts JIBS6 3
			killit
		}
	}	
enda


and the code for a roasted duck you can eat, using the code from the WIKI page :P

useractor notenemy ROASTDUCK 0 ROAST
sizeat 10 10
ifrnd 8 spawn SMALLSMOKE
fall
ifcount 24
ifpdistl RETRIEVEDISTANCE
	ifp pfacing
		ifhitspace
 {
        ifphealthl 20
        {
          addphealth 10
          globalsound DUKE_GOTHEALTHATLOW
          killit
        }
        else
        {
          ifphealthl MAXPLAYERHEALTH
          {
            addphealth 10
            globalsound DUKE_GET
            killit
          }
          else
          {
            break
          }
        }
      }
enda

seems to run fine, now to program some bread :P

This post has been edited by jimbob: 11 January 2021 - 02:26 PM

4

User is online   Mark 

#1100

action DUCKWANTSBREAD // attack :lol: :lol:
0

User is online   Phredreeke 

#1101

Skybox made from a sky texture found in the Powerslave beta

Posted Image

Source texture for comparison
Posted Image

Attached File(s)


3

User is offline   DNSKILL5 

  • Honored Donor

#1102

Posted Image


The rotting remains of the snakehead drone as a decorative prop, use if you want to.
3

User is offline   MrFlibble 

#1103

Nice duckie
0

User is online   Phredreeke 

#1104

Did this while people were talking about Randy stealing credit from Levelord for Pig Sty.

Attached Image: tile4399-levelord.png
6

User is offline   MObreck 

#1105

I created these two enemies as submissions to the Alien Armageddon TC. The AA devs said they really liked them but felt they wouldn't fit their mod so the turned them down:



I created them by motion capturing some 3D model into sprites. Before turning them into sprites I edited their skin to use Duke Nukem's palette to help them blend in more.

Here is a link to the art files and sound effects. Bad news is the programming was tethered to an older build of AA's code, so I'm only uploading the loose art files and sound effects. I intend to resurrect these two for a TC I am working on, but with their sprites recaptured in a higher resolution:

LINK

This post has been edited by MObreck: 08 June 2021 - 04:30 PM

12

User is offline   DNSKILL5 

  • Honored Donor

#1106

Those look very well done!
0

User is offline   Jimmy 

  • Let's go Brandon!

#1107

Very impressive work, fam. Looking forward to seeing what you come up with in the future.
0

User is offline   MObreck 

#1108

DOOM's Cacodemon converted to Duke Nukem's palette using my manual palette conversion process. Well, much more manual than just auto converting them though GIMP or Photoshop:

Posted Image

Just to serve as a reminder of how poorly DOOM's red and blue colors auto-convert to Duke's palette here is a comparison picture:

Spoiler


If you like this and want me to provide some more DOOM assets converted over let me know. I already setup all the infrastructure to do these conversion so now it is a quick process.

DISCLAIMER: Don't expect any miracles for the Pinky Demons or Barons of Hell. There isn't a truly fitting equivalent for DOOM's pink-red color spectrum in the Duke Nukem palette. About the closest you can get is orange, tan, or full red.

This post has been edited by MObreck: 14 June 2021 - 04:20 PM

6

User is offline   MObreck 

#1109

And all the items/non-gore decorations just for fun. Anything else I'll only convert by request:

Posted Image
3

User is offline   Danukem 

  • Duke Plus Developer

#1110

One thing the Duke palette is great for though is shades of blue. If you were to convert the caco's red to shades of blue (the ones on the blue ramp part of the palette, not the full brights on the bottom row), then by making the caco pal 10 in game the converted blues would become dark reds, pal 21 for lighter red. And many other palette swaps would automatically then be available (e.g. pal 11 for green).
0

Share this topic:


  • 39 Pages +
  • « First
  • 35
  • 36
  • 37
  • 38
  • 39
  • You cannot start a new topic
  • You cannot reply to this topic


All copyrights and trademarks not owned by Voidpoint, LLC are the sole property of their respective owners. Play Ion Fury! ;) © Voidpoint, LLC

Enter your sign in name and password


Sign in options