Is it possible to have a mutator running on a server where the client doesn't need to download it at all?
Is it possible to have a mutator running on a server where the client doesn't need to download it at all?
Unreal Development Kit Game Programming with UnrealScript: Beginner’s Guide
Stubborn Horse Studios - Angel Mapper
To have said goodbye to things!
Right on, thanks Myst.
Will it still show up in the mutator list when people look at it in the server browser?
Unreal Development Kit Game Programming with UnrealScript: Beginner’s Guide
Stubborn Horse Studios - Angel Mapper
To have said goodbye to things!
When does a mutator need to be included in ServerPackages ? Only when the mutator has textures/sounds/etc. included ?
A mutator must be in the server packages if it spawns anything on the clients, or if the clients need to see any custom media (sounds, textures, meshes etc).
not only spawns but changes. I have a mutator that does a SwitchToBestWeapon and if I don't have it in the server packages it shows the last weapon and the new one in third person view.
Also if you do a checkreplacement on an item without changing it's mesh only it's classes it will no replicate properly.
So basically if you don't change anything like that then you don't need it in server packages.
Hmm, well that's a problem then, because I need it to spawn something on the client. :bulb:
Unreal Development Kit Game Programming with UnrealScript: Beginner’s Guide
Stubborn Horse Studios - Angel Mapper
To have said goodbye to things!
just as a general rule:
when you don't do anything on the client side you don't need to add it to the ServerPackages, otherwise you will have to
note: this rule doesn't apply for TCs (unless you want people to download the TC from the server)
Michiel 'El Muerte' Hendriks
Magicball Network - Little Big Adventure community
the Unreal Admin page - Unreal server administration
UnrealWiki - UnrealScript and UnrealEd wiki.
UnCodeX - powerful UnrealScript tool for programmers
thanks to the current replication code that's not possible.
all I can suggest is sending a request on the official mailing list to the effect that you need something spawned on the client.
otherwise they will have to download it.
Bookmarks