Facebook button

Ugleh Productions Ugleh's Blog of Production Updates, Release, and just stuff

11May/120

Garrys’ Mod – ThreeD 1.2 (A New Project of mine)

Download:

http://www.garrysmod.org/downloads/?a=view&id=129981
In 2010 q3k made a great tool called ThreeD, now 545 days later I have decided to pick it up as a project and add some ideas and bug fixes he has not.


This little addon lets you create 3D surface text in-game! Supports per-map settings, distance fading and comes with a handy STool (although it can be also easily called from any other Lua code).

Changelog 1.2:
- Data File now saves on text removal
- Added Color ability on STool itself
- Added Remove All Text button
- Added Remove Last Text button
- Created Admin tool in Utilities > Admin > ThreeD

1.3 Update:
- Dropdown of Fonts [Done]
- Automatically add shadow effect [Working on it]
- Text Boarder Option [Up Next]
- Add Ownership to text so users can only remove their own and not others [Sooner or Later]

Download:

http://www.garrysmod.org/downloads/?a=view&id=129981

Filed under: Uncategorized No Comments
18Apr/120

Garry’s Mod Teleporter STool 1.2

http://www.garrysmod.org/downloads/?a=view&id=129615

 

1.2 Changelog:
- Added option to remove the teleport effect
- Added option to have it be admin toggle so other uses cant teleport.
- Added Height Offset incase you want the player to teleport lower or higher then the prop. 24 is a good average number, not 1 or 0.
- Added more flat props, removed the non flat props.

 

Next Update:
- Add Wire Capability
- Suggestions?

Filed under: Uncategorized No Comments
15Apr/121

HTML2RGB

On my process of making my new Second Life utility hud I created this function to turn an html hex code like 000000 or #000000 to rgb(0,0,0) or even #FFFFFF to rgb(255,255,255). It could be useful when trying to color something from an html document to a prim.

be sure to divide the outcome by 255 for SL formatted colors.