+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: [RELEASE] Adv Entity Marker and Holographic Text Screen

  1. #1
    No u Divran's Avatar
    Join Date
    Jul 2008
    Location
    Sweden
    Posts
    4,564

    Cool [RELEASE] Adv Entity Marker and Holographic Text Screen

    I've created a new entity: The holographic text screen. It uses 3D2D so that you can write stuff in midair.
    I also decided to make this the official release thread for my other new entity, the Adv Entity Marker. The old thread was: Entity link tool

    The Holographic Text Screen
    The holographic screen uses 3D2D text. You can move it around a little, angle it, color it, change the font and resize it.

    Video
    Holographic Text Screen - Xfire Video

    Useful stuff to know
    Here's a list of all available fonts:
    Code:
    ENT.AllowedFonts = { 	"DebugFixed",
    						"DebugFixedSmall",
    						"DefaultFixedOutline",
    						"MenuItem",
    						"Default",
    						"TabLarge",
    						"DefaultBold",
    						"DefaultUnderline",
    						"DefaultSmall",
    						"DefaultSmallDropShadow",
    						"DefaultVerySmall",
    						"DefaultLarge",
    						"UiBold",
    						"MenuLarge",
    						"ConsoleText",
    						"Marlett",
    						"Trebuchet18",
    						"Trebuchet19",
    						"Trebuchet20",
    						"Trebuchet22",
    						"Trebuchet24",
    						"HUDNumber",
    						"HUDNumber1",
    						"HUDNumber2",
    						"HUDNumber3",
    						"HUDNumber4",
    						"HUDNumber5",
    						"HudHintTextLarge",
    						"HudHintTextSmall",
    						"CenterPrintText",
    						"HudSelectionText",
    						"DefaultFixed",
    						"DefaultFixedDropShadow",
    						"CloseCaption_Normal",
    						"CloseCaption_Bold",
    						"CloseCaption_BoldItalic",
    						"TitleFont",
    						"TitleFont2",
    						"ChatFont",
    						"TargetID",
    						"TargetIDSmall",
    						"HL2MPTypeDeath",
    						"BudgetLabel" }

    The Advanced Entity Marker
    It's like the regular entity marker except you can link it to an unlimited number of entities and it outputs an array (and it also outputs the first 20 entities as entity outputs).

    Video
    Adv EMarker - Xfire Video


    Download!
    You need to use SVN to download these. Use the SVN tutorial in my signature if you need to.
    Code:
    http://divranspack.googlecode.com/svn/trunk/%20divranspack/
    Or direct links:
    http://divranspack.googlecode.com/svn/trunk/%20divranspack/Advanced%20Entity%20Marker/
    http://divranspack.googlecode.com/svn/trunk/%20divranspack/Holographic%20Text%20Screen/
    Note to devs
    I'd love it if any of these were commited.

    Enjoy!
    Last edited by Divran; 03-20-2010 at 07:37 AM.
    SVN Tutorial
    My SVN:
    Code:
    http://divranspack.googlecode.com/svn/trunk/%20divranspack/
    Get dropbox and get 250 MB extra space: Dropbox

  2. #2
    No u Divran's Avatar
    Join Date
    Jul 2008
    Location
    Sweden
    Posts
    4,564

    Default Re: [RELEASE] Adv Entity Marker and Holographic Text Screen

    Quick SVN update
    Right after I posted this I noticed something was missing. An angle input for the holoscreen. So I added one
    SVN Tutorial
    My SVN:
    Code:
    http://divranspack.googlecode.com/svn/trunk/%20divranspack/
    Get dropbox and get 250 MB extra space: Dropbox

  3. #3
    Wire Amateur Spooky's Avatar
    Join Date
    Oct 2009
    Location
    Sweden
    Posts
    34

    Default Re: [RELEASE] Adv Entity Marker and Holographic Text Screen

    The Holographic Text Screen....
    Must be commited!

    :]

  4. #4
    Wire Sofaking SystemsLock's Avatar
    Join Date
    Mar 2009
    Posts
    474

    Default Re: [RELEASE] Adv Entity Marker and Holographic Text Screen

    Agreed, great stuff.

    Although I must ask whats with the empty set of parentheses at the bottom of the little description thing (when you place your cursor over the component). I'm kinda OCD like that.
    Make a Small Loan, Make a Big Difference - Check out Kiva.org to Learn How!

  5. #5
    No u Divran's Avatar
    Join Date
    Jul 2008
    Location
    Sweden
    Posts
    4,564

    Default Re: [RELEASE] Adv Entity Marker and Holographic Text Screen

    Quote Originally Posted by SystemsLock View Post
    Agreed, great stuff.

    Although I must ask whats with the empty set of parentheses at the bottom of the little description thing (when you place your cursor over the component). I'm kinda OCD like that.
    I'm pretty sure that's where the name of the owner of the entity goes. Don't know why it didn't show up at the time I recorded the video.
    SVN Tutorial
    My SVN:
    Code:
    http://divranspack.googlecode.com/svn/trunk/%20divranspack/
    Get dropbox and get 250 MB extra space: Dropbox

  6. #6
    Wirererer hzzzln's Avatar
    Join Date
    Dec 2008
    Location
    :noitacoL
    Posts
    151

    Default Re: [RELEASE] Adv Entity Marker and Holographic Text Screen

    uhm. my internet sucks balls, i cant even stream videos. cant you add a quick description of what your stuff can do?
    DO YOU HEAR THE VOICES TOO?

  7. #7
    No u Divran's Avatar
    Join Date
    Jul 2008
    Location
    Sweden
    Posts
    4,564

    Default Re: [RELEASE] Adv Entity Marker and Holographic Text Screen

    Quote Originally Posted by hzzzln View Post
    uhm. my internet sucks balls, i cant even stream videos. cant you add a quick description of what your stuff can do?
    Done
    SVN Tutorial
    My SVN:
    Code:
    http://divranspack.googlecode.com/svn/trunk/%20divranspack/
    Get dropbox and get 250 MB extra space: Dropbox

  8. #8
    Wirererer hzzzln's Avatar
    Join Date
    Dec 2008
    Location
    :noitacoL
    Posts
    151

    Default Re: [RELEASE] Adv Entity Marker and Holographic Text Screen

    ok nice thanks a lot
    DO YOU HEAR THE VOICES TOO?

  9. #9
    Wirererer Grim Reaper's Avatar
    Join Date
    Mar 2009
    Location
    Germany, Berlin
    Posts
    134

    Default Re: [RELEASE] Adv Entity Marker and Holographic Text Screen

    Good work!
    Vote 4 Commit!
    5 kills in a row are called in Quake "Excellent" at UT "Monsterkill" and CS "Kicked by console".

  10. #10
    has a custom title mattwd0526's Avatar
    Join Date
    Apr 2009
    Location
    Born Bostonian
    Posts
    2,637

    Default Re: [RELEASE] Adv Entity Marker and Holographic Text Screen

    Could you add a world pos option? Like in the menu for the holo screen add a checkbox so you can choose if you want to use local pos or world pos, then modify the inputs accordingly.

+ Reply to Thread
Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
proceed-collector
proceed-collector
proceed-collector
proceed-collector
linguistic-parrots
linguistic-parrots
linguistic-parrots
linguistic-parrots