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

can anyone help me?

Recommended Posts

hello all mappers :D

can somebody help me by telling me how to color a sector with the lighting ( i would prefer it to be red :D )

- sausage

Share this post


Link to post

What editor are you using and what port are you making it for? Such information generally helps with queries like this.

Share this post


Link to post

hah, thanks can you find the exact page about this please

- sausage
( i did say please ;) )

Share this post


Link to post

i found it already :D
i can't seem to get it to work in my map =(

- sausage

p.s hey agent spork please may you put up a link fo sp_simp 1? i have played the other two and really like them! :D

Share this post


Link to post

Create an ACS Script in your map (in Doom Builder, if you use it, go to Scripts > Edit BEHAVIOR Lump) like so:

#include "zcommon.acs"

Script 1 OPEN //Script opens at startup
{
    Sector_SetColor(1,255,0,0); //Make sectors tagged 1 fully red
}
If that doesn't work, then I really don't know what to tell you. It should.

As far as the other, offtopic thing goes, is This what you're talking about? One of the maps in that wad was so bad that I ended up removing it from the final megawad (map01). There's also been many gameplay tweaks to those maps since then.

Anyways, let me know if that above script works.

Share this post


Link to post

this map is quite nice my favourite is sp_simp3
oh btw the script doesn't work or am am making it wrongly.
i used copy and paste.

- sausage

Share this post


Link to post

Thank you soooo much i have already progressed in scripting and can now make it say stuff on the screen at startup..

..which brings me to my next question.

can anyone give me a list of fonts doom has?
Thanks

- sausage

Share this post


Link to post

There's a link on the bottom right hand corner of your posts that say Edit/Delete. That means you can edit posts rather than creating four posts in a row.

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
×