Fences Test Plan - Terasology/Fences GitHub Wiki
Controls
- Right-click to place an item and left click to destroy an item. Press
W
to move forward,A
to move left,D
to move right,S
to move backward andSpace Bar
to jump. Use the number keys 0-9 to toggle through inventory.
Setup
Setup Terasology
- First, you will have to setup Terasology.
- Then you will have to set up the Fences module.
- Then you are ready to go to next step!
Setup Fences Module
Verify the game does not crash or hang at any of the following steps.
- Create a new world with only fences and its dependencies active from the modules.
- Verify the world is created and loads.
Fences Test
Fence Position Tests
To get more fences, first press F1
key then type-in give fence
to get more fence as needed.
Linked Fence
images/Create Linked Fence.gif
- Place two fences on two adjacent blocks
- Check fences are connected
Corner Fence
images/Create Corner Fence.gif
- Place three fences on three adjacent blocks to make an L
- Check fences are connected and make an L
T Fence
- Place four fences on three adjacent blocks to make a T
- Check fences are connected and make a T
Square Fence
images/Create Square Fence.gif
- Place four fences on three adjacent blocks to make a square
- Check fences are connected and make a square
Wall Fence
- Place a fence near a wall
- Check fence is connected to the wall
Fence Destruction Tests
Linked Fence
images/Destroy Linked Fence.gif
- Create a Linked Fence
- Destroy one of the fences
- Check link is broken and one fence remains
Corner Fence
images/Destroy Corner Fence.gif
- Create a Corner Fence
- Destroy the corner fence
- Check link is broken and two fences remain
Wall Fence
- Create a Wall Fence
- Destroy the fence
- Check link to wall is broken and no fence remains
Block Below Fence is Destroyed
images/Destroy Block Below Fence.gif
- Create any type of fence
- Destroy block below fence
- Check fence floats and link is still connected.
Wall Fence Block is Destroyed
images/Destroy Block Connected to Wall Fence.gif
- Create a Wall Fence
- Destroy the block the fence is linked to
- Check link to wall is broken and one fence remains