Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Thanks man. I want to make a video for how to use the superelevation feature when I have some time to spare
That's actually pretty good idea. Let me check... But yeah. This is the general interface. However it is recomended to use DSV attachments.
https://github.com/dvdvideo1234/TrackAssemblyTool/wiki/Database-extension
Basically you need to create a DB ( portal2_trackassembly_pieces.txt ) and add the prefix ( portal2_ ) to the DSV list ( trackasmlib_dsv.txt )
Here are some examples ( Test's track pack ) :
https://github.com/dvdvideo1234/TrackAssemblyTool/blob/master/data/trackassembly/dsv/Test_s_track_packTRACKASSEMBLY_PIECES.txt
https://github.com/dvdvideo1234/TrackAssemblyTool/blob/master/data/trackassembly/set/trackasmlib_dsv.txt
You can aslo make a script that syncs portal 2 and ship it as a searate addon, just like how Ron, , SligWolf and Grocel did :P
PIECES:Record({"models/props_bts/clear_tube_straight.mdl", "#", "#", 2, "", "0.008,0.004,-63.897", " 90,180,180"})
how could i modify these to fit the portal 2 vactubes
https://raw.githubusercontent.com/dvdvideo1234/TrackAssemblyTool/master/data/trackassembly/tools/pictures/screenshot.jpg
This value is mapped to the convar "trackassembly_stackcnt" and it default value is 5. U can to click press Mouse 3 ( mouse scroll wheel ) to set the parameter ti its devault value
How you do you change the the stack value?
Em. Just do not hold SHIFT while creating a track or just change the "stack count" value to about 10 or so. TA is designed so it will not crash the game. It uses task lists per plater. Every task fraction is executed for every player per tick. This is done so it will not hold the think routine and stack 40 tracks in a single frame.
The DEV branch has been uploaded to the workshop
1. Yep it is public. You can git clone it
2. Good idea.. but it will be after I publish DEV
Only in the dev branch for now. I will have to push the release in the upcoming days
Maybe the feature us not enabled. Try "trackassembly_enradmenu 1" in the console and press the mpuse scroll. Utilities missing.. Did you do trick or treat 😆
Hi. This is managed by default by the radial menu. Click the mouse scroll MOUSE3 and the radial menu will be drawn. It resembles the Crysis one. Move the mouse in a circles until you select a mode. Or you can simply go to the tool panel and click the drop down menu for working mode.Jist select one mode from the list
Ahh.. Sorry this sounds correct then. Usually the origin ( the place where you snap to ) can be traced, but there are cases where it cannot, that's why the trace point is used when the origin is inaccessable. For example the rerailers Slig's "Rerailer"-s you have to snap the next piece origin in the air. So the trace point is populated and you can use small active radius to search for it ;)
Wait that does not sound right. What model are you tracing and and also using ( holding )...
Like how exactly. Pick the other end ??
Literally in the description, readme and tool panel
https://github.com/dvdvideo1234/TrackAssemblyTool#how-can-i-chose-and-select-a-desired-track-end-
Press "Q" and hold it on
Will check it when I have some time to spare
Literally in the description, readme and tool panel
https://github.com/dvdvideo1234/TrackAssemblyTool#how-can-i-chose-and-select-a-desired-track-end-
I am currenly updating the internal data handling and library optimzations. This must not affect how you use the tool. For the spanish translation the only thing that needs to be done is to translate the properties file. Do you volunteer to do that ?
https://github.com/dvdvideo1234/TrackAssemblyTool/tree/master/resource/localization
You will also be tagged in the translation page:
https://github.com/dvdvideo1234/TrackAssemblyTool/wiki/Translations
Yeah. I can add any model I want. Got a request?
You better request a whole model category instead of a single prop
Thank you ! Fixed!
The console says the following:
[Track Assembly Tool] lua/trackassembly/trackasmlib.lua:4507: attempt to index global 'vPos' (a nil value)
1. AttachAdditions - lua/trackassembly/trackasmlib.lua:4507
2. NewPiece - lua/trackassembly/trackasmlib.lua:4708
3. LeftClick - lua/weapons/gmod_tool/stools/trackassembly.lua:1098
4. unknown - gamemodes/sandbox/entities/weapons/gmod_tool/shared.lua:234 (x2)
1. Что это за ошибка Lua? Какой переключатель рельсов вы создаете?
2. Ето есть консольная переменная "trackassembly_bnderrmod". У есть стойностами "OFF", "LOG", "HINT", "GENERIC", "ERROR". Все, кроме одной даст ошибкой кроме "OFF", каторь выключить прoверками для позиция куска будеть извън пределами карте. Тогда вам будет разрешено создавать предметы где угодно.
Вы можете найти эту опцию в панели параметров администратора "утилиты". Для изменения этой настройки есть выпадающее меню
Или просто используйте консоль:
> trackassembly_bnderrmod "LOG"
https://github.com/dvdvideo1234/TrackAssemblyTool/commit/24454626daaf132e8e0eec8ca0fcec0f8fb6e5c3