Work in progress.

Still working on the design for this blog.
You can find all my tutorials in the tutorial tab.

Sunday, September 15, 2013

Tutorial: UDK Wall Walking

UDK Wall Walking




I have fixed a script so you can wall walk in UDK ( June 2013 version) I will post a link to the files in this post. The files will be my ATgame, my current testing game.


Download here


1. Paste Antimare folder in UDK-Development - Src
(or overwrite your UTPlayerController)
2. Paste DefaultEngine in UDK  - UDKGame - Config


The UTPlayerController have been added a new "crawl" function so you can walk on walls.

PS: This only works in FPS, due to the character does not rotate his axes, only the camera.
PPS: To turn on the crawl function, you got to use a command. "ToggleCrawl"



I have not made this script.
I found a old tutorial that was outdated, so I fixed the script so it works with the new version.

Hope you find this script interesting.

No comments:

Post a Comment