I don't need to test my programs. I have an error-correcting modem.

Difference between revisions of "Legacy:Replication Examples"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(* Solid Snake's /Battle City)
Line 6: Line 6:
 
* Basic [[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}/Replication Test]]
 
* Basic [[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}/Replication Test]]
 
* JB-Aswan-v2's [[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}/Giant Spider Execution]] – an example for using simulation to reduce the amount of replicated data
 
* JB-Aswan-v2's [[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}/Giant Spider Execution]] – an example for using simulation to reduce the amount of replicated data
 +
* Solid Snake's [[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}/Battle City]] – A study of replication for creating a mod
  
 
==Related Topics==
 
==Related Topics==

Revision as of 01:00, 3 September 2005

On this page you will find a list of pages explaining existing replication systems used in different mods.

Please note that there might be small differences in how replication works in different generations of the UnrealEngine.

Examples From UT2004

Related Topics