This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
global:netcode [2024/12/10 16:10] Mistermind |
global:netcode [2024/12/10 16:17] (current) Mistermind |
||
---|---|---|---|
Line 27: | Line 27: | ||
UFE 2.0 was developed with backwards compatibility in mind. Several processes were created specifically to deal with converting large amounts of data at once. A prototype of your project with the new netcode can be created in less then an hour if you know what you are doing. The whole process can be divided in 4 easy steps: | UFE 2.0 was developed with backwards compatibility in mind. Several processes were created specifically to deal with converting large amounts of data at once. A prototype of your project with the new netcode can be created in less then an hour if you know what you are doing. The whole process can be divided in 4 easy steps: | ||
- | * **Running UFE Auto Update** | + | * **Step 1: Running UFE Auto Update** |
{{ : | {{ : | ||
Line 34: | Line 34: | ||
\\ | \\ | ||
- | ---- | + | |
- | ===== Map Recorder ===== | + | |
- | //Feature available on PRO and Source Licenses// | + | |
- | + | ||
- | Now that we have our asset files converted to //Fix64// we can move to the next step to ensure synchronization: | + | |
- | First, open the scene '' | + | |
- | {{ : | + | |
- | + | ||
- | Drag one of your characters into the //Character Info// field and hit **Play**. If you have your hitbox setup correctly you should see something like this: | + | |
- | {{ : | + | |
- | Select the Move Set and click //Record Basic Moves// to start recording all animations listed under your basic moves into //Fix64// position maps. Once completed, do the same for //Special Moves// then hit **Stop**. Replace the character info file with the next character and repeat the process.\\ | + | |
- | \\ | + | |
- | + | ||
- | | + | |
Next up is the HitBoxes' | Next up is the HitBoxes' | ||
{{ : | {{ : | ||
Line 55: | Line 42: | ||
\\ | \\ | ||
- | * **Step 4: Photon Setup (Standard/ | + | ---- |
+ | ===== Photon Setup ===== | ||
In order to have the client-server accessibility you need to download [[https:// | In order to have the client-server accessibility you need to download [[https:// | ||
Once you have an account go your Public Cloud -> Applications and copy your App ID as displayed here: | Once you have an account go your Public Cloud -> Applications and copy your App ID as displayed here: | ||
Line 76: | Line 65: | ||
===== Map Recorder ===== | ===== Map Recorder ===== | ||
- | One of the key elements that makes UFE easy to prototype is the guided transform hitbox system, meaning you only need to tell it where the joints are and UFE will take care of the rest. Unfortunately this means that we are tracking position information directly from the animation itself, and that value can only be read in //float// format (non-deterministic).\\ | + | One of the key elements that makes UFE easy to prototype is the guided transform hitbox system, meaning you only need to tell it where the joints are and UFE will take care of the rest. This means that we are tracking position information directly from the animation itself, and that value can only be read in //float// format (non-deterministic). |
- | To solve this, Map Recorder runs and stores the //position maps// (and delta displacements) of all identified hitbox on every frame of animation throughout the character' | + | |
+ | {{ : | ||
+ | |||
+ | To solve this, Map Recorder runs and stores the //position maps// (and delta displacements) of all identified hitbox on every frame of animation throughout the character' | ||
\\ | \\ | ||
Map Recorder is located at '' | Map Recorder is located at '' | ||
+ | |||
+ | {{ : | ||
+ | |||