I'm attempting to create a simple boat that has constant forward thrust and the player can just steer it left and right. I found the code listed in this post:
http://www.ataricommunity.com/forums...hreadid=404900
It looks to be what I need, but I'm having trouble implementing it. Since this is my first try at a vehicle, I'm just trying different thigns that aren't working. For example, I tried just creating a class that extends this boat class and wasn't abstract, and placed the actor into the level. Once the actor was placed in the level, I tried to assign a random vehicle static mesh to it, but it didn't work as planned. If somebody could just give me a push in the right direction, I'd appreciate it...
http://www.ataricommunity.com/forums...hreadid=404900
It looks to be what I need, but I'm having trouble implementing it. Since this is my first try at a vehicle, I'm just trying different thigns that aren't working. For example, I tried just creating a class that extends this boat class and wasn't abstract, and placed the actor into the level. Once the actor was placed in the level, I tried to assign a random vehicle static mesh to it, but it didn't work as planned. If somebody could just give me a push in the right direction, I'd appreciate it...
Comment