Compare commits
3 Commits
a7db3817a6
..
v4.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 7676f1c809 | |||
| dc8598a5c9 | |||
| 51c57cd932 |
@@ -1099,7 +1099,8 @@ public class Game : MonoBehaviour
|
|||||||
veh.isBot ? 1 : 0,
|
veh.isBot ? 1 : 0,
|
||||||
veh.isIt,
|
veh.isIt,
|
||||||
veh.score,
|
veh.score,
|
||||||
veh.specialInput ? 1 : 0);
|
veh.specialInput ? 1 : 0,
|
||||||
|
veh.zorbBall);
|
||||||
veh.networkView.RPC(
|
veh.networkView.RPC(
|
||||||
"sC",
|
"sC",
|
||||||
player,
|
player,
|
||||||
@@ -1108,8 +1109,7 @@ public class Game : MonoBehaviour
|
|||||||
veh.vehicleColor.b,
|
veh.vehicleColor.b,
|
||||||
veh.vehicleAccent.r,
|
veh.vehicleAccent.r,
|
||||||
veh.vehicleAccent.g,
|
veh.vehicleAccent.g,
|
||||||
veh.vehicleAccent.b,
|
veh.vehicleAccent.b);
|
||||||
veh.zorbBall);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Sync Server Prefs
|
//Sync Server Prefs
|
||||||
@@ -1876,6 +1876,7 @@ public class Game : MonoBehaviour
|
|||||||
plyVeh.zorbBall = zorbBall;
|
plyVeh.zorbBall = zorbBall;
|
||||||
|
|
||||||
if (viewID.isMine && isBot == 0) Player = plyObj;
|
if (viewID.isMine && isBot == 0) Player = plyObj;
|
||||||
|
if (plyVeh.isIt == 1) QuarryVeh = plyVeh;
|
||||||
}
|
}
|
||||||
|
|
||||||
[RPC]
|
[RPC]
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCNMakeTool"
|
Name="VCNMakeTool"
|
||||||
BuildCommandLine="s"
|
BuildCommandLine="if exist "$(SolutionDir)\marsxplr_build\Mars Explorer_Data\lib" rd /S /Q "$(SolutionDir)marsxplr_build\Mars Explorer_Data\lib"
if exist "$(SolutionDir)marsxplr_build\Mars Explorer_Data" rd /S /Q "$(SolutionDir)marsxplr_build\Mars Explorer_Data"
md $(SolutionDir)marsxplr_build
md "$(SolutionDir)marsxplr_build\Mars Explorer_Data"
md "$(SolutionDir)marsxplr_build\Mars Explorer_Data\lib""
|
||||||
ReBuildCommandLine=""
|
ReBuildCommandLine=""
|
||||||
CleanCommandLine=""
|
CleanCommandLine=""
|
||||||
Output=""
|
Output=""
|
||||||
|
|||||||
Reference in New Issue
Block a user