Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
DavidN

[DONE/BETA] RAMP 2024 - Newcomer-friendly community project

Recommended Posts

Just submitted a short little dark map for the 2024 edition. And now we are over 200 maps! Happy midsummer to you all!

Share this post


Link to post

one of my items in the map library of hell isn't working

the wolfenstein food won't work 

@DavidNcan you see if you can fix this?

Share this post


Link to post

also the song doesn't work properly 

Share this post


Link to post
Posted (edited)

A little something in the works, not as intimidating as it seems, i swear. 

Snowy gothic fast paced action, a little inspired by rush. 

(I don't know how to make it just animated pic so it is what it is)

 

Share this post


Link to post
Posted (edited)
11 hours ago, Ash4ash said:

one of my items in the map library of hell isn't working

the wolfenstein food won't work 

@DavidNcan you see if you can fix this?

These are items i've already made for RAMP so you can use this code

You'll have to change the class and sprite names of course. Unless you're having another issue that isn't the actual functional code for the food.

class  W3DFood : Health
{
    Default
    {
		Tag "Hot Meal";
       //$Category Health and Armor
        Inventory.Amount 10;
        Inventory.PickupMessage "You ate a Hot Meal.";
        Health.LowMessage 25, "You ate some nutritious food that will keep you alive!";
    }
    States
    {
        Spawn:
            W3FD A -1;
            Stop;
    }
}

class W3DDogFood: Health
{
    Default
    {
        Tag "Dog Food";
        //$Category Health and Armor
        Inventory.Amount 5;
        Inventory.PickupMessage "Ate some dog food." ;
    }
    States
    {
        Spawn:
            W3DF A -11;
            Loop;
    }
}

 

Share this post


Link to post

Ayy got my map done. Simple, short, sweet, and somewhat spicy if you go for UV. Bring your boxing game for map 214.
Will almost certainly re-use it in the mapset I'm building now, but it's original debut will be here in RAMP.

Share this post


Link to post
Posted (edited)

After watching the last RAMP 2024 video that @DavidN posted on his youtube channel, I went ahead and updated my map once more. I added in some midgate textures around the main area with the boat and added in a few more details. Hopefully this will be the last update from me.

 

EDIT: Ok, I swear this is the last time I edit and update my map. I updated the RAMPSHOT image in the wad and also added a little more detailing to the map. Unless there are some major bugs in the map, hopefully that will be the last update.

Edited by Lizardcommando

Share this post


Link to post

Haven't made a map in quite a while, but seeing RAMP 2024 is happening made me want to cook something up and participate. The layout is done, combat is serviceable, but detailing is going to be painful. Thankfully, I'm on vacation and will have a bunch of free time next week, which may be enough to finish the map and submit it.

Share this post


Link to post
13 hours ago, Palindrone said:

These are items i've already made for RAMP so you can use this code

You'll have to change the class and sprite names of course. Unless you're having another issue that isn't the actual functional code for the food.


class  W3DFood : Health
{
    Default
    {
		Tag "Hot Meal";
       //$Category Health and Armor
        Inventory.Amount 10;
        Inventory.PickupMessage "You ate a Hot Meal.";
        Health.LowMessage 25, "You ate some nutritious food that will keep you alive!";
    }
    States
    {
        Spawn:
            W3FD A -1;
            Stop;
    }
}

class W3DDogFood: Health
{
    Default
    {
        Tag "Dog Food";
        //$Category Health and Armor
        Inventory.Amount 5;
        Inventory.PickupMessage "Ate some dog food." ;
    }
    States
    {
        Spawn:
            W3DF A -11;
            Loop;
    }
}

 

what do i go for the song not working 

Share this post


Link to post

all of the custom enemies in stealing from the vault won't work 
 

class MOMO : ChaingunGuy
{
	Default
	{
		Health 300;
		Radius 20;
		Height 56;
		Mass 100;
		Speed 8;
		PainChance 170;
		Monster;
		+FLOORCLIP
		SeeSound "momo/wakeup";
		PainSound "momo/wakeup";
		DeathSound "momo/death";
		ActiveSound "momo/active";
		AttackSound "momo/wakeup";
		Obituary "%o got haunted by Momo";
		Tag "$FN_MOMO";
		Dropitem "";
	}
	States
	{
	Spawn:
		MOMO AB 10 A_Look;
		Loop;
	See:
		MOMO AABBCCDD 3 A_Chase;
		Loop;
	Missile:
		MOMO E 10 A_FaceTarget;
		MOMO FE 4 BRIGHT A_CPosAttack;
		MOMO FE 4 A_CPosAttack;
		MOMO F 1 A_CPosRefire;
		Goto Missile+1;
	Pain:
		MOMO G 3;
		MOMO G 3 A_Pain;
		Goto See;
	Death:
		MOMO H 5;
		MOMO I 5 A_Scream;
		MOMO J 5 A_NoBlocking;
		MOMO KLMNOPQRSTU 5;
		MOMO V -1;
		Stop;
	XDeath:
		MOMO H 5;
		MOMO I 5 A_Scream;
		MOMO J 5 A_NoBlocking;
		MOMO KLMNOPQRSTU 5;
		MOMO V -1;
		Stop;
	Raise:
		MOMO V 5;
		MOMO UTSRQPONMLKJIH 5;
		Goto See;
	}
}

and yet it won't work! 
is "ChaingunGuy" not in it? 

Share this post


Link to post

I've been having some art (map?) block as of late, so I think it's best for me to pull out of project as I won't meet the deadline in time. More specifically, I don't want to rush the map and deliver something that won't be thoroughly tested or polished.

 

Will still mention RAMP when it gets its own thread, since this map gave me plenty of opportunity to learn about making huge spaces like what you see in Sunder, just dialed back a little.

Share this post


Link to post

I finished both of my maps, but they are super buggy for no reason 

like they work if i just play my individual maps on my computer but it doesn't work in ramp for some reason 

 

Share this post


Link to post
3 minutes ago, Lizardcommando said:

Are there things in your maps that conflict with someone else's map?

i think so, but i can't make the entity numbers any higher so...

Share this post


Link to post

The last video I made editing my RAMP map! This has been great, hope you guys enjoy it when it's out!
 

 

Share this post


Link to post

Thank you for all these screenshots and videos - they look incredible!
 

This month’s gone quickly and there are three days left until July! There are currently 259 maps, 56 of which are marked as works in progress. I advise trying to wrap things up a couple of days early and to resist the temptation to adjust and obsess until the last minute - this is about having fun, don’t stress yourself :)

 

On July 1st I’ll reach out to everyone whose map is still marked WIP or has compilation errors, to see if you want to keep or withdraw it and help iron out any last obstacles.

Share this post


Link to post
Posted (edited)
18 hours ago, Sven "ATDynaX" Reinold said:

Where do i have to put my brightmaps? My map is finished, but my brightmaps aren't working. They are working in my regular file, so must they sit between markers?

If anyone has any questions or need any help, I highly recommend joining the RAMP discord. You can find a link on the RAMP website:

 

https://ramp2024.doomproject.com

Share this post


Link to post

my ramp maps this year

 

impcity-editor.png
urbantankwar.png

shapes-map.png

Share this post


Link to post

Made two maps for this year.
First is a jungle map. Learned how to make more controlled arena encounters with this one. And it even has a proper Archville fight this time!
And the second is a Total Conversion styled e1m1. Only had the 3D models, and a handful of tex's/flats beforehand, But was able to get it done in time!

Hope you all enjoy these

 

Screenshot_Doom_20240615_032342.png

Screenshot_Doom_20240628_234335.png

Share this post


Link to post

okay, i've completely bug fixed map 45, next i need help with 41. 

Share this post


Link to post

RAMPSHOT_DOOMSTAR.png.3bca20deffe51e041b15a425f076db37.png

Fist of the Doomed Star, now in RAMP2024

 

YOU WA SHOCK! This one really made me dive into doing more with ZScript to make monster and weapon replacements!

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×