Browse Source

add gta san andreas unity drone sim page

Thomas Buck 2 years ago
parent
commit
ec58a6bae3

+ 40
- 0
input/projects/san_andreas_unity_simulator.md View File

@@ -0,0 +1,40 @@
1
+title: GTA: San Andreas Unity Drone Simulator
2
+description: Extremely rudimentary quadcopter sim based on SA:Unity
3
+parent: projects
4
+show_in_quadcopters: true
5
+date: 2017-04-01
6
+update: 2017-10-08
7
+github: https://github.com/xythobuz/SanAndreasUnity/tree/sim
8
+---
9
+
10
+After re-playing GTA:SA, and also because of my general interest in old games, I one day searched GitHub for projects related to GTA San Andreas.
11
+This led me to the [San Andreas Unity project](https://github.com/in0finite/SanAndreasUnity).
12
+I was very much interested in Quadcopters at the time, and I was also looking to gain some experience in working with Unity.
13
+So I decided to attempt and [combine](https://github.com/xythobuz/SanAndreasUnity/tree/sim) the two topics.
14
+
15
+Here is a video of the simulator in action.
16
+
17
+<!--%
18
+lightgallery([
19
+    [ "https://www.youtube.com/watch?v=xUAy7KBpkOs", "img/gta_sa_unity_sim_thumb.jpg", "GTA: San Andreas - Drone Flight Simulator" ]
20
+])
21
+%-->
22
+
23
+The "physics" "simulation" in my code is not working very well.
24
+To reach the state that can be seen in the video above already took a lot of tweaking, and the result is obviously not optimal yet.
25
+
26
+Together with my [SerialGamepad project](http://localhost:8080/2015_12_20_serialgamepad.html) I was even able to fly in the SA:Unity sim with my usual quadcopter transmitter.
27
+
28
+But my curiosity was satisfied at this point and I had no more interest in working on it further.
29
+
30
+Here are some screenshots of San Andreas Unity without my quadcopter modifications.
31
+
32
+<!--%
33
+lightgallery([
34
+    [ "img/gta_sa_unity_sim_1.png", "Standing player model" ],
35
+    [ "img/gta_sa_unity_sim_2.png", "Debug UI visible" ],
36
+    [ "img/gta_sa_unity_sim_3.png", "Player in car" ]
37
+])
38
+%-->
39
+
40
+My fork of SanAndreasUnity can be found [on GitHub](https://github.com/xythobuz/SanAndreasUnity), the simulator experiments are [in the 'sim' branch](https://github.com/xythobuz/SanAndreasUnity/tree/sim).

BIN
static/img/gta_sa_unity_sim_1.png View File


BIN
static/img/gta_sa_unity_sim_1_small.png View File


BIN
static/img/gta_sa_unity_sim_2.png View File


BIN
static/img/gta_sa_unity_sim_2_small.png View File


BIN
static/img/gta_sa_unity_sim_3.png View File


BIN
static/img/gta_sa_unity_sim_3_small.png View File


BIN
static/img/gta_sa_unity_sim_thumb.jpg View File


Loading…
Cancel
Save