News:

Please donate to help keep the servers running!

Main Menu

EVIL 2v2 2fort Tournament

Started by Gimpy, August 31, 2019, 08:46:29 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Angi

"You never know what you are capable of until you try."

Manipulators and other malicious narcissists will no longer have any weight or influence over you.

https://www.thechinesezodiac.org/chinese-horoscope-2022/dog/

pizzahut

#106
Quote from: Harley on October 18, 2019, 11:24:35 AM
Make FF a vote option ? as on/ off ?
There's now a vote at start of map.



Source code: https://rv.apg-clan.org/dlds/amxx_plugins/ff_vote.sma

Angi

"You never know what you are capable of until you try."

Manipulators and other malicious narcissists will no longer have any weight or influence over you.

https://www.thechinesezodiac.org/chinese-horoscope-2022/dog/

Angi

*bumps*

Ok, we were 4 ppl this morning , trying to do a 2vs2 , and it wasnt possible, cuz , ofc, we couldnt lock it up! so we played casual , with those who also joined!

I am talkin to Pizza , about the 2vs2 cfg and the 4vs4 cfg! WHICH , will also be "locked" when we play.
"You never know what you are capable of until you try."

Manipulators and other malicious narcissists will no longer have any weight or influence over you.

https://www.thechinesezodiac.org/chinese-horoscope-2022/dog/

pizzahut

#109
There's a new config for private mode. Commands:

amx_cfg match.cfg (private mode, 15m + 1m prematch, all talk off)
amx_cfg server.cfg (public mode)

Also Speed-o-meter access has been requested. Players can use these console commands:

sspeedo text (Displays speed in text form.)
sspeedo off
sspeedo graph (Not sure if this even works.)

Angi

"You never know what you are capable of until you try."

Manipulators and other malicious narcissists will no longer have any weight or influence over you.

https://www.thechinesezodiac.org/chinese-horoscope-2022/dog/

Gimpy

Guts - it all started here last year... went from a 2v2 tournament server into a tourney style tournament.

I think it was a combo of Harley and Pizzahuts dream

Guts

#112
I remember reading this...except one post that linked the rules I wrote for the old spillway and said less strict rules, it doesn't go into exact details. I guess I'll go with a lite beer version of the old spillway. Won't be as strict but also won't report admin action on the logs page.

Anyway, we had a good time today. Lots of laughs.

Angi

#113
Quote from: Gimpy on February 16, 2020, 03:11:57 PM
Guts - it all started here last year... went from a 2v2 tournament server into a tourney style tournament.

I think it was a combo of Harley and Pizzahuts dream  AND Gimpy :P  :laugh:
NOW NOW! You wanted a tourney, and we , still aint giving that up! Secondish, we used to have lots of fun on the spillway!! THIS , is a homemade alternative !
Mine was, the ass_dm / DM style 1!! cuz i was so fuckin sick and tired of ppl joining in on a 1vs1   :yelling:
Third alt was : cuz lots "bitched" about the BZ style

Anyway, we had a good time today. Lots of laughs.   :yes:


Won't be as strict but also won't report admin action on the logs page. <<<-- I PROTEST!!!! Admins TKín admins  :wideeyed:   :hahanot:  ;)
"You never know what you are capable of until you try."

Manipulators and other malicious narcissists will no longer have any weight or influence over you.

https://www.thechinesezodiac.org/chinese-horoscope-2022/dog/

Angi

* Harley throws a hip and bumps

I was on the Vanilla today, and wanted to do some conc rounds and bhop stuff . And noticed ,  as i wanted to load certain maps, they were on the server , but i couldnt load them ?

congestus.bsp
congestus_lg.bsp
chimkey_l.bsp
bases2k3.bsp
destroy_l.bsp
haste_r.bsp
koth.bsp
monkey_l.bsp
mortality_l.bsp
openfire_lowgrens.bsp
phantom.bsp
raiden3.bsp
raiden5.bsp
raiden_l2.bsp
roasted_l.bsp


"You never know what you are capable of until you try."

Manipulators and other malicious narcissists will no longer have any weight or influence over you.

https://www.thechinesezodiac.org/chinese-horoscope-2022/dog/

pizzahut

#115
Hm I can't nominate them for some reason. File for nominations is set to * which should allow all maps. I suppose I could create a file containing all current maps and use that for nominations.

// Specifies the file to use which holds the names of the maps, listed
// one per line, that players can nominate. Use * for all maps in the
// server's maps folder.
// You can specify a relative path before the filename, relative from
// your gamemod folder (i.e. /addons/amxmodx/configs/mymapcycle.txt).
//gal_nom_mapfile addons/amxmodx/configs/galileo/map-vote-noms.ini
gal_nom_mapfile *


Edit: For some reason this cvar is set to 0.0000 instead of * - maybe I need to put * in quotation marks.

Edit 2: This isn't working either, trying to set it in amxx.cfg now.

pizzahut

The last work-around ... worked. It's as I expected, the parsing of the galileo.cfg file probably has a bug, introduced in the "2fort" version of Galileo (v1.2.2).

The original Galileo does this:

server_cmd("exec %s/galileo.cfg", DIR_CONFIGS);
server_exec();

The 2fort version which Evil uses changed it to:

// this is the old, easy, awesome way of loading the config file
// server_cmd("exec %s/galileo.cfg", DIR_CONFIGS);
// server_exec();

new configFilename[256];
formatex(configFilename, sizeof(configFilename)-1, "%s/galileo.cfg", DIR_CONFIGS);

new file = fopen(configFilename, "rt");
if (file)
{
new buffer[512], cvar[32], value[480];

while (!feof(file))
{
fgets(file, buffer, sizeof(buffer)-1);
trim(buffer);

if (buffer[0] && !equal(buffer, "//", 2) && !equal(buffer, ";", 1))
{
strbreak(buffer, cvar, sizeof(cvar)-1, value, sizeof(value)-1);

if (value[0] == 0 || isalpha(value[0]))
{
set_cvar_string(cvar, value);
}
else if (contain(value, "."))
{
set_cvar_float(cvar, floatstr(value));
}
else
{
set_cvar_num(cvar, str_to_num(value));
}
}
}
fclose(file);
}

I guess using a * as cvar string breaks above code.

Bishop


Angi

Good morning! ERM, ok, whatever ^^

* Harley backs off and lets the pr0`s do their work
"You never know what you are capable of until you try."

Manipulators and other malicious narcissists will no longer have any weight or influence over you.

https://www.thechinesezodiac.org/chinese-horoscope-2022/dog/

pizzahut

Quote from: Bishop on April 04, 2020, 06:48:22 PM
it works on BZ though?
BZ doesn't allow all maps (*), only specific ones listed here:

gal_nom_mapfile addons/amxmodx/configs/galileo/map-vote-noms.ini