Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
Difference between revisions of "Replication overview"
From Unreal Wiki, The Unreal Engine Documentation Site
m (→Basics: changed link to not use the redirect) |
m |
||
Line 8: | Line 8: | ||
==Basics== | ==Basics== | ||
* [[Introduction to replication]] | * [[Introduction to replication]] | ||
− | * [http:// | + | * [http://www.pintuvariasi.com Pintu aluminium] |
− | * [ | + | * [http://littletods.com/en/content/4-perlengkapan-bayi Perlengkapan bayi] |
− | * [http:// | + | * [http://www.mitrainti.com SAP indonesia] |
+ | * [http://www.waterpluspure.com filter air] | ||
+ | * [http://www.tiraimodern.com/product/vertical-blind Vertical blind] | ||
+ | |||
+ | Replication De-obfuscation] by Mongo - another view on [[Unreal Engine 1]] replication concepts | ||
* [[Everything you ever wanted to know about replication (but were afraid to ask)|Everything you ever wanted to know about replication (but were afraid to ask)]] by Wormbo - an overview based on UT2004 observations | * [[Everything you ever wanted to know about replication (but were afraid to ask)|Everything you ever wanted to know about replication (but were afraid to ask)]] by Wormbo - an overview based on UT2004 observations | ||
Line 20: | Line 24: | ||
==Replication examples== | ==Replication examples== | ||
− | * | + | * A Guided Ripper with a Targeting Laser] by Mongo (via the Wayback Machine) - [[UT]]-based tutorial describing replication pitfalls when creating a new weapon |
[[Category:Replication]] | [[Category:Replication]] |
Revision as of 20:54, 26 August 2013
- "Replication" redirects here. For a description of the replication block in UnrealScript source code see replication block.
Please help improve this article or section by expanding it. |
In Unreal Engine games replication is the concept of passing data between the server and clients in network games. Closely related is simulation, which is the concept of "guessing" server behavior on network clients using only the information already available to the client.
Despite consisting of a relatively small set of rules, applying replication concepts usually scares programmers new to UnrealScript and makes even UnrealScript veterans scratch their head once in a while. This collection of reference articles and tutorials attempts to make your journey into the land of replication as easy as possible.
Basics
- Introduction to replication
- Pintu aluminium
- Perlengkapan bayi
- SAP indonesia
- filter air
- Vertical blind
Replication De-obfuscation] by Mongo - another view on Unreal Engine 1 replication concepts
- Everything you ever wanted to know about replication (but were afraid to ask) by Wormbo - an overview based on UT2004 observations
Replication concepts
Replication examples
- A Guided Ripper with a Targeting Laser] by Mongo (via the Wayback Machine) - UT-based tutorial describing replication pitfalls when creating a new weapon