Page 5 of 7

Re: Siege IV

Posted: Fri Apr 08, 2016 7:19 am
by Chamberly
PM SAM for it I think... I couldn't use that either.

Re: Siege IV

Posted: Sun May 01, 2016 12:04 pm
by Deepu
Invisibility & Udamage is not working...
Using normal SiegePub Profile in Linux server...
How to fix?

Re: Siege IV

Posted: Fri Jun 03, 2016 2:45 pm
by FFVII
is there a way to change what weapons the suppliers give?
i was thinking of using other weapons with siege but they arent
replaced by normal weapon mods wich replaces the original pickups

also if that is possible,then also a way to remove spawning with the enforcer,impact hammer and chainsaw

Re: Siege IV

Posted: Fri Jun 03, 2016 3:33 pm
by Deepu
I think it found in siege.ini file.

[SiegeIV_0025.SiegeGI]
Weapons[0]=Botpack.ImpactHammer
Weapons[1]=sgPulseGun
Weapons[2]=Botpack.ShockRifle
Weapons[3]=Botpack.UT_FlakCannon
Weapons[4]=Botpack.ut_biorifle
Weapons[5]=sgMinigun
Weapons[6]=Botpack.SniperRifle
Weapons[7]=Botpack.ripper
Weapons[8]=Botpack.UT_Eightball
Weapons[9]=sgNukeLauncher
Weapons[10]=sgConstructor
Weapons[11]=sgEnforcer
Weapons[12]=Botpack.Chainsaw
Weapons[13]=FlameThrower
Weapons[14]=ASMDPulseRifle
Weapons[15]=HyperLeecher
Weapons[16]=SiegeInstagibRifle

Re: Siege IV

Posted: Fri Jun 03, 2016 6:28 pm
by FFVII
Deepak O V wrote:I think it found in siege.ini file.

[SiegeIV_0025.SiegeGI]
Weapons[0]=Botpack.ImpactHammer
Weapons[1]=sgPulseGun
Weapons[2]=Botpack.ShockRifle
Weapons[3]=Botpack.UT_FlakCannon
Weapons[4]=Botpack.ut_biorifle
Weapons[5]=sgMinigun
Weapons[6]=Botpack.SniperRifle
Weapons[7]=Botpack.ripper
Weapons[8]=Botpack.UT_Eightball
Weapons[9]=sgNukeLauncher
Weapons[10]=sgConstructor
Weapons[11]=sgEnforcer
Weapons[12]=Botpack.Chainsaw
Weapons[13]=FlameThrower
Weapons[14]=ASMDPulseRifle
Weapons[15]=HyperLeecher
Weapons[16]=SiegeInstagibRifle
works,thanks :)
but i only get the weapons,no ammo :|

Re: Siege IV

Posted: Fri Jun 03, 2016 6:35 pm
by Higor
You need to build a Supplier and upgrade it.

Re: Siege IV

Posted: Fri Jun 03, 2016 6:40 pm
by FFVII
Higor wrote:You need to build a Supplier and upgrade it.
i only get the weapons from the supplier, when i spawn they arent even in my inventory
edit: my mistake,i do spawn with the weapons but still i get no ammo even at lv5

Re: Siege IV

Posted: Fri Jun 03, 2016 6:58 pm
by Higor
Alright, list the mutators you're using.

Re: Siege IV

Posted: Fri Jun 03, 2016 7:00 pm
by FFVII
Q3A - Quake 3 Weapons v1.2
NW3 - Nali Weapons 3

only these two,i tried separately but still doesnt works

Re: Siege IV

Posted: Fri Jun 03, 2016 7:37 pm
by Higor
You have two ways of setting this up, you either use the experimental automated system or manual setup.

The automatic system will attempt to figure out what the mutators are doing and will attempt to autoconfig the suppliers and initial weapon spawn.
It's not guaranteed to succeed.
You can toggle it in SiegeIV_00XX.ini on your SiegeGI game(s) by changing this value:

Code: Select all

bAutoconfigWeapons=True (default=false)


Mutators don't do a nice job replacing weapons, LCWeapons is the only weapon replacer in UT that does that but that's a different story.
In any case, Siege runs best without weapon replacing mutators and can be setup to do use custom weapons without mutators.
As a matter of fact, the manual setup lets you mix weapons of any mod.

The manual system requires these changes:
In SiegeIV_00XX.ini, find the weapon lists for the SiegeGI game(s)

Code: Select all

Weapons[0]=Botpack.ImpactHammer
Weapons[1]=sgPulseGun
Weapons[2]=Botpack.ShockRifle
Weapons[3]=Botpack.UT_FlakCannon
Weapons[4]=Botpack.ut_biorifle
Weapons[5]=sgMinigun
Weapons[6]=Botpack.SniperRifle
Weapons[7]=Botpack.ripper
Weapons[8]=Botpack.UT_Eightball
Weapons[9]=sgNukeLauncher
Weapons[10]=sgConstructor
Weapons[11]=sgEnforcer
Weapons[12]=Botpack.Chainsaw
... anything after this is simply for precaching purposes, they're not given to the player
Weapons[13]=FlameThrower
Weapons[14]=ASMDPulseRifle
Weapons[15]=HyperLeecher
Weapons[16]=SiegeInstagibRifle
Then, go to UnrealTournament.ini and add these new entries:.
Remember to put the most powerful weapons last.
bUseSubclasses can have unexpected results so try changing that if necessary.
Don't forget, DO NOT SPAWN the mutator if you're doing mixed weapons manual setup.

Code: Select all

[SiegeIV_0025.sgSupplier]
bUseSubclasses=True
Weapons[0]=Botpack.Enforcer
Weapons[1]=Botpack.ut_biorifle
Weapons[2]=Botpack.ShockRifle
Weapons[3]=Botpack.PulseGun
Weapons[4]=Botpack.ripper
Weapons[5]=Botpack.minigun2
Weapons[6]=Botpack.UT_FlakCannon
Weapons[7]=Botpack.UT_Eightball
Weapons[8]=Botpack.SniperRifle

[SiegeIV_0025.sgSupplierXXL]
bUseSubclasses=True
Weapons[0]=Botpack.Enforcer
Weapons[1]=Botpack.ut_biorifle
Weapons[2]=Botpack.ShockRifle
Weapons[3]=Botpack.PulseGun
Weapons[4]=Botpack.ripper
Weapons[5]=Botpack.minigun2
Weapons[6]=Botpack.UT_FlakCannon
Weapons[7]=Botpack.UT_Eightball
Weapons[8]=Botpack.SniperRifle

Re: Siege IV

Posted: Fri Jun 03, 2016 7:49 pm
by FFVII
it worked perfectly with the second method! :tu:
Thanks! :gj:

Re: Siege IV

Posted: Sat Jun 04, 2016 12:33 am
by Deepu
Hmm

Re: Siege IV

Posted: Mon Sep 19, 2016 5:00 am
by HOT_BEEF_INJECTION
I'm trying to install for offline testing.

In the README the only real instruction is to put System into System. I see a shitload of files that are at the same level as System but it's unclear what to do with them.

After copying System files to the System folder, 2 blank game types appear below the default game types. Clearly UT is trying to make room for the SiegeGI and Freebuild but the text for those game types doesnt show in the dropdown list. Trying to start a game crashes UT.

Not sure what to do at this point. #Higor help?

Re: Siege IV

Posted: Mon Sep 19, 2016 5:57 am
by sektor2111
It's time for UnrealTournament.Log file examination... Else nobody knows what you have there because you did not post anything. Certainly some files are missing if you have blank menus.

Re: Siege IV

Posted: Mon Sep 19, 2016 10:10 am
by Chamberly
Might have to check .int and .ini make sure it matches the current version you are using (v0025)... I remember having this too but I don't remember what I've done exactly to quick-fix it beside that.