Advanced Duplicator 2 https://wiremod.com/
Go to file
Deyan Dobromirov 8b30c2bc5e
Fixed: Last YAW value being reset when user requests a small change (#425)
* Fixed: Last YAW value being reset when user requests a small change
Fixed: Progress bar pixel-perfect aliment
Fixed: Tool screen HUD use boolean state instead of a number
Updated: Pitch-roll dupe control via MouseMiddle
Updated: Tool screen shows P,Y,R and height
Added: E+Shift+MouseMiddle resets offsets
Removed: Heuristics for proper angle handling
Optimized: Tool screen avoid creating color objects every frame

* Added: Local variable for player and fail-save conversion values

* Fixed: P/R offests relative to player's aim vector

* Fixed: Sign of P/R usage according to the axis used

* Removed Base world angle

* Account for YAW value when calculation P/R
2023-06-01 10:58:44 -04:00
lua Fixed: Last YAW value being reset when user requests a small change (#425) 2023-06-01 10:58:44 -04:00
.gitattributes Added .gitattributes file. 2014-03-22 13:14:30 +01:00
.gitignore Updated gmad_linux ref to always use latest build from wiremod repo. 2020-05-20 03:35:51 -04:00
addon.json Update addon.json 2021-05-07 18:19:00 -04:00
advdupe2icon.jpg Added workshop icon for Adv Dupe 2 2016-10-01 23:22:24 -04:00
advdupe2icon.psd Added workshop icon for Adv Dupe 2 2016-10-01 23:22:24 -04:00
CODE_OF_CONDUCT.md Updated various little root files for consistency 2020-05-17 06:22:37 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2021-03-06 11:00:01 -05:00
icon.tga Initial commit. 2011-10-30 02:59:26 +00:00
LICENSE Rename license to LICENSE 2021-03-06 10:37:19 -05:00
README.md Rename readme.md to README.md 2021-03-06 10:37:37 -05:00
SECURITY.md Update SECURITY.md 2019-07-22 22:46:50 -04:00

Advanced Duplicator 2

Advanced Duplicator 2 is a Garry's Mod addon which implements a tool similar to the Duplicator, but with many added features. It is a fork of (and not a direct successor to, despite the name) Advanced Duplicator.

Workshop Installation

The Wiremod Collection is available on the Steam Workshop! Go to the Workshop page and press Subscribe on the addons you want

Manual Installation

Clone this repository into your steamapps\common\GarrysMod\garrysmod\addons folder using this command if you are using git:

git clone https://github.com/wiremod/advdupe2.git advdupe2

License

Copyright 2014 onwards by the Wire Team

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Links

Garry's Mod

WireTeam Workshop Collection

Wiremod landing page

Wiremod Official Discord

Contributor Guidelines

See CONTRIBUTING.md for guidelines on contributing and participating in the wiremod project.