Skip to content

Commit

Permalink
Updated: Readme markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvideo1234 committed Nov 3, 2023
1 parent b0b3778 commit 868c1f1
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -85,7 +85,7 @@ local asmlib = trackasmlib; if(not asmlib) then -- Module present
------------ CONFIGURE ASMLIB ------------

asmlib.InitBase("track","assembly")
asmlib.SetOpVar("TOOL_VERSION","8.730")
asmlib.SetOpVar("TOOL_VERSION","8.731")
asmlib.SetIndexes("V" ,1,2,3)
asmlib.SetIndexes("A" ,1,2,3)
asmlib.SetIndexes("WV",1,2,3)
Expand Down
14 changes: 11 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

---

# Copyright 2015 [ME](http://steamcommunity.com/profiles/76561197988124141) !
# Copyright 2015 [ME][ref-me] !

## IF YOU HAPPEN TO FIND REUPLOADS WITH DIFFERENT ORIGIN REPORT THEM TO ME IMMIDEATELY !!!

![TrackAssemblyTool][ref-screenshot]

[![][ref-ws-down]][ref-workshop] [![][ref-ws-date]][ref-ws-updt]

## Description

This script can give you the ability to connect prop-segmented track pieces fast.
Expand All @@ -23,8 +25,7 @@ created it. But since my lack of time for playing gmod has been drastically incr
people asked me if I accept donations, here is [the link to my PayPal](https://www.paypal.me/DeyanVasilev).

#### How can I install this?
You can subscribe to it in the workshop [here](http://steamcommunity.com/sharedfiles/filedetails/?id=287012681)
or download the latest stable release from [here](https://github.com/dvdvideo1234/TrackAssemblyTool/releases).
You can subscribe to it in the workshop [here][ref-workshop] or download the latest stable release from [here][ref-release].
After downloading the release extracting it in `../GarrysMod/garrysmod/addons` and you are practically done.

#### Why did you consider making this thing ?
Expand Down Expand Up @@ -493,3 +494,10 @@ avoiding any version mismatches and confusions. So please don't upload the scrip
[ref-work-turn]: https://www.youtube.com/watch?v=_qcol4_-_ZQ
[ref-user-mbones]: https://steamcommunity.com/profiles/76561198348454446
[ref-node-intersect]: https://www.youtube.com/watch?v=2MCagAUCU_M
[ref-me]: http://steamcommunity.com/profiles/76561197988124141
[ref-ws-down]: https://img.shields.io/steam/downloads/287012681
[ref-workshop]: https://steamcommunity.com/sharedfiles/filedetails/?id=287012681
[ref-ws-date]: https://img.shields.io/steam/update-date/287012681
[ref-ws-updt]: https://steamcommunity.com/sharedfiles/filedetails/changelog/287012681
[ref-release]: https://github.com/dvdvideo1234/TrackAssemblyTool/releases

0 comments on commit 868c1f1

Please sign in to comment.