News:

Come Chat with us live! Learn how HERE!

Main Menu

Risujin/Avenger game QVM version 3

Started by Risujin, December 25, 2006, 02:21:20 AM

Risujin

Quote from: techheadERROR
Server/Client game mismatch: Base/Tremx
The server is not installed correctly. There are TremX client pk3s in the folder they are trying to run this mod from (possibly "base"). Inform the server admin if you can.

techhead

Sorry, this happens on any impure server, and I had vms-tremx in my base folder.
Fixed.
Again, sorry about the hassle.
I'm playing Tremulous on a Mac!
MGDev fan-club member
Techhead||TH
/"/""\"\
\"\""/"/
\\:.V.://
Copy and paste Granger into your signature!

Paradox

Target chat is simply chatting with whatever is targeted. I have a bind that yells at people to move if they are in my way, using target_tell.

∧OMG ENTROPY∧

vcxzet

tell_target :: teammates
tell_attacker :: guess who

lagged-pride

Everything's working great, except teslas no longer knock back, and grenades and lucifers don't make anybody fly, is there a way to fix this, maybe a command of a sort?

edit: All of the knock back is completely erased, my bad, I didn't notice that until I stopped on a dead node.

Risujin

Quote from: lagged-prideAll of the knock back is completely erased, my bad, I didn't notice that until I stopped on a dead node.
Sorry about that, its such a pain maintaining multiple code trees ... this bug has come up 3 separate times now. Fixed in version 2.

lagged-pride

Well, it was really nice of you to add a new QVM for 2 updates, but um.. the knock back is a bit skewed.. when you launch yourself from a lucifer.. you fly about an inch. when you grenade yourself, you fly as high as tall a human is... eh.. is there some command >.> that you can add, so we can set like /knockback 100000, or /knockback 0

Risujin

Quote from: lagged-prideWell, it was really nice of you to add a new QVM for 2 updates
Its a server-side mod. Since players don't need to download I can release-spam all I want. :)
Quotethe knock back is a bit skewed..
There is coarse control with g_knockback (0-1000). I tested the Luci and the grenade, the knockback seems normal to me. Is there a specific test I can do that consistently comes out wrong?

lagged-pride

Can you give us the default values? Also thanks for the quick response time.

But when you !load a layout where a building is supposed to go and you're standing on it, it makes you an invisible prison, so you can't really escape unless an admins unlayouts and then lets the person move, then relayouts, which can be hard at times. Would it be possible to remove all the people to unspawned form (eh, dead?) because you can't load a layout without a spawn, and sometimse you can't be watching the whole map when you layout load.
(sorry for any mistakes, I wrote it quickly)

Risujin

Quote from: lagged-prideBut when you !load a layout where a building is supposed to go and you're standing on it, it makes you an invisible prison
This is a known issue with the layout patch. I was thinking of resolving it by killboxing before placing new structures. ;)

If you are looking to restart the best way is '!restart' and '!layout load' for now.

Paradox

Also, if 2 structures are close, like say a reactor and a machine gun, they will fall through the floor. The only way to get them to show up normally is decon all structures near them, then it pops up.

∧OMG ENTROPY∧

techhead

A similar bug happens when you build around a teleport exit.
Funny when a Tyrant is stuck inside a Tesla.
I'm playing Tremulous on a Mac!
MGDev fan-club member
Techhead||TH
/"/""\"\
\"\""/"/
\\:.V.://
Copy and paste Granger into your signature!

Paradox

Finally, through editing the file, you can make one huge superdeathtesla. Just have the same co-ords, and, given enough bp, you can make a tesla that kills a tyrant in one hit.

∧OMG ENTROPY∧

Risujin

Quote from: ParadoxFinally, through editing the file, you can make one huge superdeathtesla. Just have the same co-ords, and, given enough bp, you can make a tesla that kills a tyrant in one hit.
Hey Im not liable for any fun you have manually editing your layout files. :D

(Tried making 200 OMs yet?)


n00b pl0x

will sort out my sig, or I will get banned.

HOW DO I SORTED SIG?

Paradox

One thing you could do is add a reason paramiter to slap. ETPub has this, and it cp's the reason to the client. This could replace the NAME is not amused cpx if specified. Syntax could be !slap nameslot amount reason.

∧OMG ENTROPY∧

Rawr

also, please make it so you dont fly when you do !slap rawr 0
its quite annoying...

Paradox

Uhh, rawr, fly is part of slap, if you got rid of fly when you did 0 slap, then the command would be the same as no command. Slap name 0 is usefull for getting people unstuck.

∧OMG ENTROPY∧

Rawr

yes, i know that. ive used it for that before. But the abiility for abuse is enormous, mainly for aliens.

Paradox

The potential for that command abuse is massive. If you dont like it, deny everyone the permission.

Also, how exactly do you use g_mapconfigs. Is it a directory, or what. I just want to have 1 custom config for Ancient Remains, a better default hummie base. No custom configs for other maps.

∧OMG ENTROPY∧

Risujin

Quote from: ParadoxOne thing you could do is add a reason paramiter to slap. ETPub has this, and it cp's the reason to the client. This could replace the NAME is not amused cpx if specified. Syntax could be !slap nameslot amount reason.
Yeah I was planning to add something like this where the reason text would replace "so-and-so is not amused" with "so-and-so: stop tking" or something.

QuoteAlso, how exactly do you use g_mapconfigs. Is it a directory, or what. I just want to have 1 custom config for Ancient Remains, a better default hummie base. No custom configs for other maps.
For a better starting base you can use !layout to shuffle about the buildings. As for the map configs feature, I didn't even know about that! Here's how it works:
 trap_SendConsoleCommand( EXEC_APPEND,
   va( "exec \"%s/default.cfg\"\n", g_mapConfigs.string ) );

 trap_SendConsoleCommand( EXEC_APPEND,
   va( "exec \"%s/%s.cfg\"\n", g_mapConfigs.string, mapname ) );

The g_mapConfig variable should be set to the name of a subdirectory in the mod folder which contains:
-- a default.cfg which gets executed for every map
-- a mapname.cfg (e.g. atcs.cfg or ancient_remains_1-0.cfg) which contains a config file for a specific map

Rawr

I would like to make a request.
!speed [name] 0/1
This command would stop a player in his tracks if he was doing something bad. It would also stop him from attacking. Defaults to level 5.

Risujin

Quote from: bazuka_pooI would like to make a request.
!speed [name] 0/1
This command would stop a player in his tracks if he was doing something bad. It would also stop him from attacking. Defaults to level 5.
Sounds more like !freeze UnnamedPlayer would be more intuitive. Couldn't you just !putteam s?

Rawr

Ya !freeze would be good. The main reason i thought of this was, in case of a decon, g_speed only freezes the player in place, but still allows them to spin and attack, making aliens rendered useless.
Possibly a command to warp all players back to base?

jmonteiro

Good update (848-3), Risujin.

But why can't you use a more earlyer version of SVN, like 895?
url=http://tremulous.com.br]All about Tremulous, in portuguese: Tremulous Lusófono[/url]

Please, help Tremulous development: donate.

Greudin

Bricosoft game.qvm updated, you guys rock!

!layout commands will renew gameplay imho.

dodo1122

nime & manga fan <3

Currently learning the fine art of programming in c++
Currently on holidays (will be back @ 24/08/07 )

Risujin

Quote from: dodo1122more recent SVN revision plz :P
I don't provide a server version of SVN greater than 848 because after 848 numerous incompatibilities with not only the cgame but the client itself are introduced.

While vcxzet and others are valiantly working to backport SVN, I don't believe it is worthwhile. AFAIK all major bugs have been fixed by 848 and later fixes are relatively easily backported. Timbo is introducing new features into SVN which cannot be easily hacked into working well with a stock client. I have neither the time nor the desire to go through the effort.

People, be patient. The next version of Tremulous will be out when it's ready. Tremulous hackers* already have to bend over backwards to leak new features into the stock client. If you want a later version you can look into one of the client side mods.

* in the developer sense?

dodo1122

QuoteI don't provide a server version of SVN greater than 848 because after 848 numerous incompatibilities with not only the cgame but the client itself are introduced.

While vcxzet and others are valiantly working to backport SVN, I don't believe it is worthwhile. AFAIK all major bugs have been fixed by 848 and later fixes are relatively easily backported. Timbo is introducing new features into SVN which cannot be easily hacked into working well with a stock client. I have neither the time nor the desire to go through the effort.

People, be patient. The next version of Tremulous will be out when it's ready. Tremulous hackers* already have to bend over backwards to leak new features into the stock client. If you want a later version you can look into one of the client side mods.

* in the developer sense?

darn :P
nime & manga fan <3

Currently learning the fine art of programming in c++
Currently on holidays (will be back @ 24/08/07 )