Skip to content

Commit

Permalink
Updated: Some remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvideo1234 committed Aug 30, 2016
1 parent ef2a393 commit e851bad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lua/autorun/trackassembly_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local asmlib = trackasmlib

------ CONFIGURE ASMLIB ------
asmlib.Init("track","assembly")
asmlib.SetOpVar("TOOL_VERSION","5.293")
asmlib.SetOpVar("TOOL_VERSION","5.294")
asmlib.SetIndexes("V",1,2,3)
asmlib.SetIndexes("A",1,2,3)
asmlib.SetIndexes("S",4,5,6,7)
Expand Down
2 changes: 1 addition & 1 deletion lua/weapons/gmod_tool/stools/trackassembly.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ function TOOL:Think()
self.GhostEntity:IsValid() and
self.GhostEntity:GetModel() == model)) then
self:MakeGhostEntity(model,VEC_ZERO,ANG_ZERO)
end
end -- In client single player the grost is skipped
self:UpdateGhost(self.GhostEntity, self:GetOwner())
else
self:ReleaseGhostEntity()
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ A: Just subscribe to the workshop item:
On the right in the tool's menu, you can locate the track pieces tree.
Expand the desired piece type to use for building your track by clicking on a node, then select the desired piece.
If "trackassembly_enpntmscr" is set to <>0
Pressing USE ( Default: E ) + NEXT_WEAPON ( Default: Mouse wheel down )
Pressing ALT + NEXT_WEAPON ( Default: Mouse wheel down )
Will increment the chosen active position of the piece that you're holding.
When pressing SPEED ( Default: Shift )
Will increment the chosen next position of the piece that you're holding.
Pressing USE ( Default: E ) + PREV_WEAPON ( Default: Mouse wheel up )
Pressing ALT + PREV_WEAPON ( Default: Mouse wheel up )
Will decrement the chosen active position of the piece that you're holding.
When pressing SPEED ( Default: Shift )
Will decrement the chosen next position of the piece that you're holding.
Expand Down

0 comments on commit e851bad

Please sign in to comment.