shuvit 4 years ago
parent
commit
38b66e445c
7 changed files with 12 additions and 12 deletions
  1. 1
    1
      assets/nav_points
  2. 2
    2
      assets/sc.blend
  3. 2
    2
      assets/user2.blend
  4. 1
    1
      assets/walker_nav_points
  5. 2
    2
      config.ini
  6. 2
    2
      scripts/actionsFSMlist.py
  7. 2
    2
      scripts/camera.py

+ 1
- 1
assets/nav_points
File diff suppressed because it is too large
View File


+ 2
- 2
assets/sc.blend View File

@@ -1,3 +1,3 @@
1 1
 version https://git-lfs.github.com/spec/v1
2
-oid sha256:a01edd6ea785cdac18540e5ae6ef52bc6ce10d120616144647e226f81346008f
3
-size 7904348
2
+oid sha256:1da571e13ba604f76f2aa9a05ff10e0567505d980cfceeebb2c2779716685b70
3
+size 7911544

+ 2
- 2
assets/user2.blend View File

@@ -1,3 +1,3 @@
1 1
 version https://git-lfs.github.com/spec/v1
2
-oid sha256:2c6e1a5d7885adeb6d8f3ff3e559e53a1c04b13c5c46d5191fcc45520e9d1d4a
3
-size 5516252
2
+oid sha256:36e896c7434f0434e52d8877a421d8b182b09747234e7faeefa044859aebbcbb
3
+size 14099728

+ 1
- 1
assets/walker_nav_points
File diff suppressed because it is too large
View File


+ 2
- 2
config.ini View File

@@ -34,8 +34,8 @@ recorder_on = 1
34 34
 #camera 
35 35
 #######
36 36
 cam_height = -0.3
37
-focal_length = 16
38
-cam_min = 2.2
37
+focal_length = 12
38
+cam_min = 1.4
39 39
 cam_max = 4.4
40 40
 cch_targetHeight = 0.3
41 41
 

+ 2
- 2
scripts/actionsFSMlist.py View File

@@ -390,7 +390,7 @@ reg_manual_right = a_class(
390 390
 
391 391
 reg_opos_in = a_class(
392 392
 	#player armature action name, start, end frames
393
-	'nopos_in_j3', 1, 80,
393
+	'noposin', 1, 80,
394 394
 	#deck action name, start, end frames  
395 395
 	'b_reg', 1, 10,
396 396
 	#layer, speed, mode (0 = play, 1 = loop), blendin
@@ -715,7 +715,7 @@ reg_nmanual_right = a_class(
715 715
 
716 716
 reg_land = a_class(
717 717
 	#player armature action name, start, end frames
718
-	'reg_land_j', 1, 50,
718
+	'reg_land', 1, 50,
719 719
 	#deck action name, start, end frames  
720 720
 	'b_reg', 1, 50,
721 721
 	#layer, speed, mode (0 = play, 1 = loop), blendin

+ 2
- 2
scripts/camera.py View File

@@ -358,9 +358,9 @@ def main(cont):
358 358
     sound_man.main(cont)
359 359
     
360 360
     if own['life'] % 2 == 1:
361
-        #cars.Execute(cont)
361
+        cars.Execute(cont)
362 362
         own['CamFSM'].Execute()
363
-        #walkers.Execute(cont)
363
+        walkers.Execute(cont)
364 364
 
365 365
     else:
366 366
         pass

Loading…
Cancel
Save