Back*Off needs help 0_o

15 replies [Last post]
Back*Off[PL]-*N()()B*-CommanderSubZero
Back-Off's picture
Offline
Joined: Dec 2005
Posts:

Hello all I’m making a cool conf for my servers but I have some problem about it. I’m not sure if this is a good place for help but I hope that you guys can help me out.

As I seed I’m making a cool conf, but I cant add to my conf "6" cool stuffs

1 - how to add a holdable teleporter
2 - how to delete the stupid "battle suite" - my conf was bass on the basic conf from this site http://www.excessiveplus.net/docs/config.html - if some 1 copy’s the holly conf there is a gay battle suite that all ways respawn and I don’t know how to delete it.
3 - when some 1 is joining my server at the beginning he has item_invis but when he died he dous not have it no longer - so how to make item_invis to Respawn after you die.
4 - there are 2 weapons in my server "railgun and hook" how can I add weapon suicide.
5 - how to block the damage when you walk on lava
6 - and the last question. A lot of times when I jump over the map I die and I have -1 stats, so how to respawn and not having -1 stat.

I hope you guys can help me and I would be very happy if you guys can.

Cheers.

------ * ----- Eat right, exercise regularly, die anyway. ----- * ------

------ * ----- Eat right, exercise regularly, die anyway. ----- * ------

Back*Off[PL]-*N()()B*-CommanderSubZero
Back-Off's picture
Offline
Joined: Dec 2005
Posts:
Back*Off needs help 0_o

Yep no one will not help me out. Yes this was a bad places for help.

O come on, for you guys this is easy stuff, plz help me out.

------ * ----- Eat right, exercise regularly, die anyway. ----- * ------

------ * ----- Eat right, exercise regularly, die anyway. ----- * ------

Anonymous
Back*Off needs help 0_o

soz mate i dont know.
no one likes to share good knowlage around here...

drill@quakelive
Offline
Joined: Nov 2005
Posts:
Back*Off needs help 0_o

maybe u need find it in server CFG and try it all

x.foksie'loy.drt?
foksie's picture
Offline
Joined: Jun 2005
Posts:
Back*Off needs help 0_o

actualy about all that onlyy thing i know about is the battle suit. its a variable spawn protection. set it to 0.

I am proud of spreading a pirated Excessive Plus version and claim to be the original author, yay!

Back*Off[PL]-*N()()B*-CommanderSubZero
Back-Off's picture
Offline
Joined: Dec 2005
Posts:
Back*Off needs help 0_o

Ok thx, not much but at list some 1 help me out lol thx I will try it. Winking

------ * ----- Eat right, exercise regularly, die anyway. ----- * ------

------ * ----- Eat right, exercise regularly, die anyway. ----- * ------

ADLER.002
Adler002's picture
Offline
Joined: Jan 2004
Posts:
Back*Off needs help 0_o

u should try this tool.
works not perfecly with e+ 1.03 but so u can learn a bit Happy

http://www.adler.excessiveplus.net/stollo/editor/index.htm
and direct link
http://www.adler.excessiveplus.net/ftp/e+_server_builder_build_5_beta_9.zip

------------

1)
not possible as i know .. u can add quad, haste, invisibility, flight, regeneration, battle suit

2)
[code:1] /* Map Powerups
*
* 1 - Quad Damage Star
* 2 - Battle Suit Star
* 4 - Haste Star
* 8 - Invisibility Star
* 16 - Regeneration Star
* 32 - Flight Star
*
* Example: Flight + Quad Damge -> 32 + 1 = 33
* or as human readable 'Powerups: "32 + 1";'
**/
Powerups: 63;
[/code:1]

so change ur POWERUPS to "61"

3)
what is item_invis ?
u mean invisibitity?

[code:1]
/* Spawn Powerups (only after first connect)
*
* 1 - Quad Damage
* 2 - Battle Suit
* 4 - Haste
* 8 - Invisibility
* 16 - Regeneration
* 32 - Flight
*
* Example: Quad Damage + Haste -> 1 + 4 = 5
* or as human readable 'Start Powerups: "1 + 4";'
**/
Start Powerups: 0;
[/code:1]

set START POWERUPS for battle suit "2"
this is only for first connect...
after death i dont know. is not possible as i know.

4)
[code:1]
// Topic 'Railgun' is required
Railgun {
Ammo: 100;
Cycle: 100;
Damage: 40;
Splash Damage: 0;
Regen: 400;
Radius: 0;
Knockback: 0;
Bounce: 0;
Sky: 0;
Weight: 1.0;
Self Damage: 0.5;
Switch Time: 0;
}
[/code:1]

set SELF DAMAGE higher
u can add a self damage when u shot the rail .... for the hook its not possible!!

also u must set DM FLAGS "0"

[code:1]
/* DM Flags
*
* 1 - No Self-Damage Star
* 2 - No Falling-Damage
* 4 - Infinite Health
* 8 - Infinite Armor
* 16 - Infinite Ammo
* 32 - Drop Weapons on Death
* 64 - Don't allow \drop
*
* Example: No Self-Damage + Infinite Ammo -> 1 + 16 = 17
* or as human readable 'DM Flags: "1 + 16";'
**/
DM Flags: 1;
[/code:1]

5)
u cant block only damage for lava ... only total self damage (see dm flags) or maybe infinite health

6)
not possible!!!

www.adler.excessiveplus.net

- pb files and info
- server configs and config builder
- maps
- e+ spider
- and more

Anonymous
Back*Off needs help 0_o

ur a good man adler Winking

Back*Off[PL]-*N()()B*-CommanderSubZero
Back-Off's picture
Offline
Joined: Dec 2005
Posts:
Back*Off needs help 0_o

thx a lot, you really help me out and I’m very happy for the help guys. To bad that some of the questions are not possible Crying well I will try to figer them out. Winking And about the “4” question well I don’t 1 to have self-dam in hook. I only 1 to add weapon suicide to the inventory. thx for the help all. O ya and 1 more thing, how can I make my conf to be default, with out changing it all the time in the consol "/load conf/..." Tongue

------ * ----- Eat right, exercise regularly, die anyway. ----- * ------

------ * ----- Eat right, exercise regularly, die anyway. ----- * ------

ADLER.002
Adler002's picture
Offline
Joined: Jan 2004
Posts:
Back*Off needs help 0_o

u have to create own configs .. and say what he should load.
check out this http://www.adler.excessiveplus.net/cfgs/readme.html

dont know if it helps when u edit the "default.cfg" in q3/e+/conf/ and the "server.cfg" in q3/e+/
cause this files can be set as fixed from the mod Happy

www.adler.excessiveplus.net

- pb files and info
- server configs and config builder
- maps
- e+ spider
- and more

Back*Off[PL]-*N()()B*-CommanderSubZero
Back-Off's picture
Offline
Joined: Dec 2005
Posts:
Back*Off needs help 0_o

Well the site douse not work Crying

------ * ----- Eat right, exercise regularly, die anyway. ----- * ------

------ * ----- Eat right, exercise regularly, die anyway. ----- * ------