• 0

    posted a message on [Library] Third Person Movement

    Hello all,

    I'd like to present my very first release to SC2Mapster. It is the movement library I have been developing over the last few days for my RPG titled 'Starcrafter' based in the Starcraft Universe.

    A lot of time has been put in to getting the movement of both camera and player to look as smooth as possible.

    Feel free to use the movement/camera library in your own projects as long as "README" and "LICENSE" remain within.

    If anyone has any queries please let me know and I'll be happy to do my best in answering them.

    Contents

    1. Download
      1. Latest Release
      2. Past Releases
    2. Setting Up
    3. Controls
    4. Screenshots

    Download

    Project Page

    Latest Release

    Past Releases

    Setting Up

    In the map editor:

    1. File > New...
    2. In the new map dialog:
      1. Document Type = Map
      2. Dependencies = 'Campaign (Liberty)' This is to enable a much larger range of units and doodads to choose from. It also includes the Civilian unit of which this library is best suited for.
      3. Click the Modify... button next to the dependencies drop down.
      4. Click Add Other...
      5. Find the SCR - Movement 0.2.SC2Mod and press OK
      6. Press OK again.
    3. Fill out the rest of the new map dialog as you wish and press OK
    4. Find the "Civilian (Male)" unit and place it on your map.
    5. In the "Melee Initialization" trigger remove all the actions in there by default.
    6. Add the new action SCR_Add Player Unit( 1, Civilian (Male) )
    7. That's it!

    Controls

    • W - Move Forward
    • S - Move Backwards
    • A - Turn Left (Strafe Left)
    • D - Turn Right (Strafe Right)
    • Shift - Hold to sprint
    • Left Mouse Button - Hold to look while moving
    • Right Mouse Button - Hold to direct movement with mouse and strafe

    Screenshots

    SCR - Movement Demo

    SCR - Movement Demo

    Posted in: Trigger Libraries & Scripts
  • To post a comment, please or register a new account.