Package Protocol

From RAGE Multiplayer Wiki
Revision as of 21:07, 3 July 2018 by Eraknelo (talk | contribs) (Created page with "When referencing to other files in client_packages, you use '''package://''' The root of this protocol is the client_packages folder. For example, a file located in '''client...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

When referencing to other files in client_packages, you use package:// The root of this protocol is the client_packages folder.

For example, a file located in client_packages\index.html can be referred to with package://index.html A file located in client_packages\my-resource\index.html can be referred to with package://my-resource/index.html