git » fp-git.git » commit 4157fb5

Commented unneeded actions, due to kernel improvements. New Action: walking a step, getting near to the border

author rata
2005-03-08 23:30:18 UTC
committer rata
2005-03-08 23:30:18 UTC
parent e2c894f9e77ff223afd6fa50d55865fd92a65eaf

Commented unneeded actions, due to kernel improvements. New Action: walking a step, getting near to the border

FP/src/conf/states/main.conf +22 -23

diff --git a/FP/src/conf/states/main.conf b/FP/src/conf/states/main.conf
index a68dc6a..2fd0fda 100644
--- a/FP/src/conf/states/main.conf
+++ b/FP/src/conf/states/main.conf
@@ -30,11 +30,11 @@
 #
 
 create exit splash
-
 normal:
 	action		ToFall
 		conditions
 			MapNotOn		walkable
+			MapOn			walkable
 		next
 			falling1
 		steps
@@ -81,7 +81,6 @@ normal:
 		steps
 			relative  0
 
-#Talk to poirot to create commands for this action
 	action		Climb up, going backwards
 		conditions
 			KeyUp			pressed
@@ -184,7 +183,7 @@ normal:
 #		animation
 #			15 p
 	
-	action            Walking a step, but not falls
+	action            Walking a step, getting near the border
 		conditions
 			KeyShift               pressed
 			KeyForward             pressed
@@ -193,7 +192,7 @@ normal:
 		next
 			normal
 		steps
-			absoluteOnStop  0
+			absoluteOnStop  -2
 		animation
 			15 p $0
 			134-135 p $1
@@ -211,7 +210,7 @@ normal:
 		steps
 			relative 0
 		animation
-			134-135 p $1
+			134-135  $1
 			136 $5
 			137-139 $3
 			140 $3
@@ -352,15 +351,15 @@ normal:
 			1
 
 running:
-	action		ToFall
-		conditions
-			MapNotOn		walkable
-		next
-			Falling1
-		steps
-			relative 0
-		animation
-			15
+#	action		ToFall
+#		conditions
+#			MapNotOn		walkable
+#		next
+#			Falling1
+#		steps
+#			relative 0
+#		animation
+#			15
 
 	action		 Crouch
 		conditions
@@ -446,15 +445,15 @@ running:
 			49-52 p
 
 crouched:
-	action		ToFall
-		conditions
-			MapNotOn		walkable
-		next
-			Falling1
-		steps
-			relative 0
-		animation
-			15
+#	action		ToFall
+#		conditions
+#			MapNotOn		walkable
+#		next
+#			Falling1
+#		steps
+#			relative 0
+#		animation
+#			15