git » fp-git.git » commit 431fe69

climb up improved

author rata
2005-03-08 22:43:57 UTC
committer rata
2005-03-08 22:43:57 UTC
parent dd14e218dcc14fc1c4f7e8aa892be12a4c4145d0

climb up improved

FP/src/conf/states/main.conf +46 -17

diff --git a/FP/src/conf/states/main.conf b/FP/src/conf/states/main.conf
index c0d615e..a68dc6a 100644
--- a/FP/src/conf/states/main.conf
+++ b/FP/src/conf/states/main.conf
@@ -80,6 +80,32 @@ normal:
 			53-64
 		steps
 			relative  0
+
+#Talk to poirot to create commands for this action
+	action		Climb up, going backwards
+		conditions
+			KeyUp			pressed
+			MapBackUp		space
+			MapUp			walkable
+		next
+			climbingup
+		animation
+			81-91 
+			92-93 @12 
+			96-97 @12 
+			145 
+			146 @20 
+		#	147 @ 25
+		#	148 u
+		#	149-151 @-22
+		#	152-153 @-12 
+		#	154-160 @-3 $4
+		#	99 $5
+	
+		steps
+			absoluteOnStart -32
+			
+
 	action            Climb up
 		conditions
 			KeyUp                  pressed
@@ -103,6 +129,9 @@ normal:
 	
 		steps
 			absoluteOnStart 0
+
+		
+		
 	action            Jump up with free space up and a block in front
 		conditions
 			KeyUp                  pressed
@@ -155,23 +184,23 @@ normal:
 #		animation
 #			15 p
 	
-#	action            Walking a step, but not falls
-#		conditions
-#			KeyShift               pressed
-#			KeyForward             pressed
-#			ForwardTileNearerThan  13
-#			MapNotForward		walkable
-#		next
-#			normal
-#		steps
-#			absoluteOnStop  0
-#		animation
-#			15 p $0
-#			134-135 p $1
-#			136 $5
-#			137-139 $3
-#			140 $3
-#			141-145	p $1
+	action            Walking a step, but not falls
+		conditions
+			KeyShift               pressed
+			KeyForward             pressed
+			ForwardTileNearerThan  13
+			MapNotForward		walkable
+		next
+			normal
+		steps
+			absoluteOnStop  0
+		animation
+			15 p $0
+			134-135 p $1
+			136 $5
+			137-139 $3
+			140 $3
+			141-145	p $1
 	
 	action            Walking a step
 		conditions