News | Forum | People | FAQ | Links | Search | Register | Log in
General Abuse
Talk about anything in here. If you've got something newsworthy, please submit it as news. If it seems borderline, submit it anyway and a mod will either approve it or move the post back to this thread.

News submissions: https://celephais.net/board/submit_news.php
First | Previous | Next | Last
 
"so basically remove or change everything that makes a teleporter work as a teleporter."

That seems to be what theyre getting at. "Can this be done in QuakeC?" was the basis of their question. 
Warpzone Is CSQC 
But it isn't terribly much different than qc. I can't remember where I found the warpzonelib at or I'd paste a link.

BUT, you could do a similar QC version:
You could make the trigger silent.
You could make it teleport without the particle effect.
You could make the destination ever so slightly above the floor so the player doesn't get stuck.
You could make what is behind the opening/passageway look just like the destination, but you wouldn't be able to convolute spaces as well unless you used func_wall for the areas beyond, toggled them, and separated it so the player doesn't see the toggling. Good luck.

Side note: skip texturing one side of func_illusionary can lend to some confusing areas. 
Very Easy To Use. Requires Darkplaces. 
Seems Link Is Dead, Sowwee 
I played around with it a bit, here's a picture of a thin "viewscreen" looking thru to a fully rendered DM2:

https://media.discordapp.net/attachments/308578062126022658/397969864981217283/dp20180102232546-00.jpg 
First Link 
worked for me, damage_inc 
Sorry For The Confusion... 
I meant the "warpzone rar" inside the link does not work. You can't download it, says "Invalid or Deleted File". 
Yeah... 
...nah... 
Command On Map Loading 
Is there any way to set a list of commands that are executed when maps are loaded rather than when Quake (Quakespasm in this case) is started? I prefer to disable fog but end up always having to open the console and enter "fog 0" on new levels or on loading a game. 
Can't Be Done 
But you could throw something hideous in quake/id1/autoexec.cfg

alias +no_fog_forward "fog 0; +forward"
alias -no_fog_forward "fog 0; -forward"
bind UPARROW +no_fog_forward

So that every time you press the up arrow key it disables fog. 
Slightly Less Hideous 
For a single command, the aliases and +/- aren't necessary, you can just stick
bind <key> "fog 0"
and then press whatever key for the same effect once the map's loaded. 
Fair Enough 
Keybind is fairly convenient anyway, surprised there isn't an option to disable fog completely in-engine though. 
My First Post 
what is this place for? 
Quake / Quake Mapping / FPS Discussion Mostly. 
 
Quake Maps And Wicked Banter. 
Welcome! 
Idea 
Fog needs to be locked unless player does noclip. Make so that it toggles r_fullbright at the same time. It's either all or nothing imo. 
#29977 
Why "lock" anything?

Anyway if you have the self control to not turn off the fog, it's simple enough to make it so that a single keybind turns on fullbright, noclip, fog 0, etc...

though restoring the fog value after you leave that "mode" would be awkward, if not impossible. 
 
Hardcode it into the engine that the player gibs if he tries tweaking any aspect of the visuals that go against the designer's intent.

Turns on blurry pixel mode? Gibby time for you mister...

"chuk-chun-chin-chi-chi-ngnol" 
 
Is it bad I have a keybind for noclip, notarget, godmode, fullbright on, and fullbright off? Mappers kit i guess 
Have To Get That One Myself 
 
 
Hardcode it into the engine that the player gibs if he tries tweaking any aspect of the visuals that go against the designer's intent.
I've heard stories of various Doom mods (wads?) that will kill the player or intentionally crash if they detect other mods being loaded at the same time, but having essentially zero experience with Doom modding I'm not sure how widespread/true they are. At least that's not a thing here, although a mod that does give a rude message when played in Darkplaces sounds like some cheeky fun.

Is it bad I have a keybind for noclip, notarget, godmode, fullbright on, and fullbright off? Mappers kit i guess
Nah, it's not bad until you have three copies of your \id1 folder named slightly different with identical contents other than the \maps folder so you can have one game for pure vanilla, one game to play downloaded maps, and one game to compile your own maps into. 
Oh...then...it's Bad. Really, Bad Since I Have A 4th For My Own Mod. 
 
4 posts not shown on this page because they were spam
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.