Garry's Mod

Garry's Mod

PAC3 [develop version]
261 sonuçtan 11 ile 20 arası gösteriliyor
< 1  2  3  4 ... 27 >
Güncelleme: 16 Ağu @ 20:52

Update parts.lua

Güncelleme: 16 Ağu @ 20:52

add some partmenu actions from the doubleclick actions

also move icon list to a table in parts.lua (the same file that handles partmenu stuff), to avoid needing to also edit settings.lua every time I want to add a partmenu action from now on

Güncelleme: 16 Ağu @ 15:13

is_turning events

Güncelleme: 14 Ağu @ 16:58

nil string check

Güncelleme: 2 Ağu @ 22:04

fix sprite material initialization

when the material is a pac material inside the sprite, initialization order messes up and leaves an invalid material, so waiting for the material to exist and reassign it seems to fix it

Güncelleme: 31 Tem @ 23:48

fix quick setup's edit materials option

it cleared existing submaterial assignations, which shouldn't happen

it allowed multiple submaterial edits but since it cleared the initial working table, it only really worked if using the right clickable option that doesn't close the DMenu.

the intended method is that we can surgically edit any material at any time without such troublesome workarounds as re-pasting old submaterial assignation

Güncelleme: 31 Tem @ 20:05

right click shortcut: edit sprite/particle/beam material

creates a material_2d part for it and auto-links it

Güncelleme: 24 Tem @ 21:36

Merge pull request #1416 from textstack/develop

viewer_steamid improvements

Güncelleme: 6 Tem @ 17:26

sort folders in save menu

there was another function to apply the folder sorting code to

Güncelleme: 6 Tem @ 14:46

sort outfit folders in the load/save editor menu