need help

Discussions about Coding and Scripting
Post Reply
philp
Novice
Posts: 6
Joined: Sat Oct 27, 2012 10:33 pm

need help

Post by philp »

hi guys
i need help
Im using in my server rx NemesisWINGSvXc
created by Feralidragon
Im having problems with my rx. NemesisWINGSvXc
i lower explocion rx.ini in NemesisWINGSvXc.StrangeWave shockMult=10.000000, works well
but the problem is the efect of the texture is high or default. Is 17.000000
when I set up in my ut in mod, works well only for me
I want all the players to see the effects of explosion to 10.000000 or 8.000000
How can I do this for all to see the defaults to 10.000000 in my server?
I need another line in my rxini?

this is my inis

Code: Select all

mapvote:
CustomGameConfig[1]=(bEnabled=True,GameClass="Botpack.CTFGame",NewPrefix="CTF",mutators="XCTFAnnouncer.XCTFAnnouncer,NemesisWINGSvXc.Strangemutator,NoSLPickup120.PickupMutator,JetReplaceG.JetReplace,ZeroPingPlus103.ZeroPing,EavySpawnProtectSDAVersion.EavySpawnProtectionSDA,Revenge2.RevengeMutator",Settings="MinPlayers=0,MaxPlayers=16")

utini ServerPackages:

ServerPackages=XCTFAnnouncer
ServerPackages=JetReplaceG
ServerPackages=SLV2Textures
ServerPackages=SLV2Fonts
ServerPackages=SLV2Sounds
ServerPackages=SLV2Models
ServerPackages=NemesisWINGSvXc
ServerPackages=NoSLPickup120

ini NemesisWINGSvXc:

[NemesisWINGSvXc.StrangeShell]
SlideFX=255
AirBrakes=255
MaxSpeed=1500.000000
AccelMax=200.000000
DamageFX=True
baseFuelRate=1.000000
afterburnRate=1.700000
Armor=220.000000
MaxArmor=500.000000
fuel=150.000000
teamDamage=0.000000
minspeed=200.000000
fullspeed=1150.000000
Accel=0.000000
thrate=2.200000
bNoContrails=True
warstat=WH_Auto
bCanOverride=True
bBotsObeyOrders=True
MarchMaxSpeed=2030.000000
bRevY=False
enable_NewWeaponrySystem=False
NormMissilesN=4
SeekMissilesN=2
RearMissilesN=4
enable_SeekNuke=True
enable_NormNuke=True
enable_DropNuke=True
enable_Flash=True
enable_NormHeatTarget=True
enable_RearHeatTarget=True
bLockedMissileWarning=True
MissileWarnRadius=3000
bManualWSelect=False
bAutoSelectToCannons=True
bInvertTeleport=False
bSeeJetView=False
bSeeWeaponsView=True
bSeeSelectTextView=False
bSeeLockedNukeWarn=True

[NemesisWINGSvXc.AntiSlv]
CheckRadius=1024
bTeamColoredNuke=True
bIgnoreFriendlyDam=True

[NemesisWINGSvXc.CarriedMissile]
bTeamColored=True
CheckRadius=256

[NemesisWINGSvXc.Konglauncher]
bNeverStay=True
teamSLClass[0]=.StrangeShell
teamSLClass[1]=.rocket2X
teamSLClass[2]=.rocket3X
teamSLClass[3]=.rocket4X
bForceLaunchPuff=False
CustomRespawnTime=25.000000

[NemesisWINGSvXc.CannonPulseProj]
CannonDamage=40
[NemesisWINGSvXc.StrangeWave]
shockMult=10.000000
bTeamColored=True
bGhostPawns=True
bGhostJets=False
bGhostNukes=False
bGhostMissiles=True

[NemesisWINGSvXc.Strangemutator]
bRandomPlacement=True
maxNumSLSpawns=3
bRandomFuelNearKong=False
bMaxAmmo=False
bRandomPlacementESR=False
randSpawnDist=1800
randFuelNearKong=96
I hope you can help me
:help:
User avatar
papercoffee
Godlike
Posts: 10453
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: need help

Post by papercoffee »

And what has this to do with the Forum ...??

Read the title and subtitle of this section closely.
Suggestion, Criticism, Questions
Do you want to say something about UT99.org?
ergo... wrong section.

Moved!
User avatar
Feralidragon
Godlike
Posts: 5493
Joined: Wed Feb 27, 2008 6:24 pm
Personal rank: Work In Progress
Location: Liandri

Re: need help

Post by Feralidragon »

In short, that setting it's broken for clients. When I did that jet my knowledge in net-code was very slim, specially when it came to config vars.
Today I have more than enough knowledge in that matter fortunately and that could be fixed, however I dropped the support for that mod a long time ago (for several reasons, technical and personal).

However, here's a small mutator I just wrote to fix that issue for you in the server:
vXcShockwaveFix.zip
(1.04 KiB) Downloaded 128 times
You need to add the "vXcShockwaveFix.vXcShockwaveFix" mutator, and also add its server package: ServerPackages=vXcShockwaveFix
I didn't have time to test the mutator, so let me know if it works or not.
philp
Novice
Posts: 6
Joined: Sat Oct 27, 2012 10:33 pm

Re: need help

Post by philp »

papercoffee wrote:And what has this to do with the Forum ...??

Read the title and subtitle of this section closely.
Suggestion, Criticism, Questions
Do you want to say something about UT99.org?
ergo... wrong section.

Moved!
oops, sry man
philp
Novice
Posts: 6
Joined: Sat Oct 27, 2012 10:33 pm

Re: need help

Post by philp »

Feralidragon wrote:In short, that setting it's broken for clients. When I did that jet my knowledge in net-code was very slim, specially when it came to config vars.
Today I have more than enough knowledge in that matter fortunately and that could be fixed, however I dropped the support for that mod a long time ago (for several reasons, technical and personal).

However, here's a small mutator I just wrote to fix that issue for you in the server:
vXcShockwaveFix.zip
You need to add the "vXcShockwaveFix.vXcShockwaveFix" mutator, and also add its server package: ServerPackages=vXcShockwaveFix
I didn't have time to test the mutator, so let me know if it works or not.
omg, thanks

yes yes work fine
i test in may server lan
Now I'll upload the mutator in my server
:gj:
User avatar
papercoffee
Godlike
Posts: 10453
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: need help

Post by papercoffee »

philp wrote:oops, sry man
House Rules
8. Avoid unnecessary, as well as double and triple postings in the same thread. Double posting is only allowed after 24 hours after the last post, or in extensive tutorials which need such posting space.
http://www.ut99.org/viewtopic.php?f=1&t=149

:mrgreen:


please avoid next time double posts ...you can instead edit your earlier post. the button should be there.
Post Reply