Page 3 of 6 FirstFirst 123456 LastLast
Results 81 to 120 of 205

Thread: Septembers Theme For VBForums - (Hand Drawn Version of Original Avatar)

  1. #81
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Septembers Theme For VBForums

    Quote Originally Posted by Jacob Roman
    Ahhhh man there just walls. Make em enemies that roam around the map. Got an AI engine going? That would help
    Yes we already have...

    Code:
    Class JRoman
    {
    public void Move()
    {
    Say("Use DirectX");
    AttackPlayer();
    }
    }
    I don't live here any more.

  2. #82

    Thread Starter
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: Septembers Theme For VBForums

    You have no idea how good it would make you feel to blow my avatar to pieces with a 12 gauge sawed off, do ya?

  3. #83
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    Re: Septembers Theme For VBForums

    you're still able to use alpha colors? i thought maybe you had murdered that for performance, that's cool, you could have a hole blown in a wall and stuff like that, perhaps a grilled texture could actually be grilled (although in alot of cases your BSP will prevent that from working i presume)

  4. #84
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    Re: Septembers Theme For VBForums

    Quote Originally Posted by Jacob Roman
    You have no idea how good it would make you feel to blow my avatar to pieces with a 12 gauge sawed off, do ya?
    and we never will

  5. #85
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Septembers Theme For VBForums

    JR: I have your avatar all over my bedroom wall and I have done a lot worse things to it than that

    Phill: Wall damage is impossible in our current map model. There is a small library of textures and each wallpart has an index that points to one of the textures. If we were to blast a hole in one wall then all the other walls with the same texture would have the same hole in them too.

    Even if we could implement this with alpha pixels, you'd just open a window through to the next texture in the z-order which would look weird. the walls would look paper thin and there would be artifacts behind the shotgun holes.

    This isn't UT you know
    I don't live here any more.

  6. #86

    Thread Starter
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: Septembers Theme For VBForums

    Quote Originally Posted by wossname
    JR: I have your avatar all over my bedroom wall and I have done a lot worse things to it than that
    In our country, that's considered sagatory rape

  7. #87
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Septembers Theme For VBForums

    In your dreams.

  8. #88
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Septembers Theme For VBForums

    Quote Originally Posted by wossname
    JR: I have your avatar all over my bedroom wall and I have done a lot worse things to it than that
    Dude, show some restraint! This IS a family environment after all. We've got minors running around here. But what you do on your own time, in your own house is your biz.... just make sure you don't go blind. *Looks at wossy's avatar's eyes* N/M too late....


    Tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  9. #89
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    Re: Septembers Theme For VBForums

    Quote Originally Posted by wossname
    JR: I have your avatar all over my bedroom wall and I have done a lot worse things to it than that

    Phill: Wall damage is impossible in our current map model. There is a small library of textures and each wallpart has an index that points to one of the textures. If we were to blast a hole in one wall then all the other walls with the same texture would have the same hole in them too.

    Even if we could implement this with alpha pixels, you'd just open a window through to the next texture in the z-order which would look weird. the walls would look paper thin and there would be artifacts behind the shotgun holes.

    This isn't UT you know
    no no no, i didnt mean at runtime, i meant as a normal texture that's just there yeah would look paper thin but im sure doom has that in some levels, i actually was only meaning something small like the bottom corner is busted (so a texture on each side of that wall has the trans corner and the texture on the floor below would need its corner same as the wallway and blend into its normal texture, so it would appear like the corner rusted, blown up, eaten, depending on how you do it

  10. #90
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Septembers Theme For VBForums

    Mendhak_September.
    Attached Images Attached Images  

  11. #91
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Septembers Theme For VBForums

    Cool.

  12. #92
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Septembers Theme For VBForums

    Hmmm..... Tg-Sept.....

    -Tg
    Attached Images Attached Images  
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  13. #93
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Septembers Theme For VBForums

    Not half bad....

    Not all good, but it isn't half bad at least.....

    -Tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  14. #94
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: Septembers Theme For VBForums

    Why not do a star wars theme? Lightsaber colours will obviously vary quite a lot, as well as double-bladed, two blades, single blade varieties etc etc
    Life is one big rock tune

  15. #95

    Thread Starter
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: Septembers Theme For VBForums

    Nah. Too geeky

  16. #96
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: Septembers Theme For VBForums

    Point being?
    Besides, it would be seriously funky if a few of the more techie VBF'ers could animate their lightsabers to swing around every now and again
    Life is one big rock tune

  17. #97
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Septembers Theme For VBForums

    Not this month... the wheels are set in motion.

  18. #98
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: Septembers Theme For VBForums

    Fair enough. So I have to draw my avatar huh? Should be interesting
    Life is one big rock tune

  19. #99
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: Septembers Theme For VBForums

    Sounds like we are decided on drawing our avatars.

    JR: You wanna change the title of the thread or at least add something in parenthesis (sp?) next to the thread title so people know what the theme is. And maybe add a link to page 3 in the original post so people don't have to read all our randomness if they want to get into the theme. Thanks.

    I guess I need to get to work.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  20. #100
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Septembers Theme For VBForums

    hehehehe.... I can't wait to see how JR's avatar comes out handrawn.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  21. #101
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: Septembers Theme For VBForums

    He already posted it. Check page 2.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  22. #102
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Septembers Theme For VBForums

    Oh, yeah.... So he did... Forgot about that... Proly because I was feeling ripped off as it didn't spin. :P

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  23. #103
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: Septembers Theme For VBForums

    He should draw the original picture then he could take the screen shots of it at diff angles then I could animate it for him again.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  24. #104
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Septembers Theme For VBForums

    Change your avatar back EM. You still have 2 more days left.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  25. #105
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Septembers Theme For VBForums

    Quote Originally Posted by Disiance
    for the rest of the world it could be a joyous occassion because all the 13-year-old-n00bs are off the game servers.
    Thank god someone else looks forward to this aswell.

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  26. #106
    Lively Member Neoharuo's Avatar
    Join Date
    Aug 2005
    Posts
    100

    Re: Septembers Theme For VBForums

    Last edited by Neoharuo; Aug 31st, 2005 at 03:00 PM.

  27. #107
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: Septembers Theme For VBForums

    Neo, you have an extra space in that URL.

    RD, I suppose. Drawing my avatar is becoming quite a challange. I keep wanting to use photoshop/paintshop pro effects, but that would ruin the fun. Oh well, keeps me busy now that the sudoku contest is over.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  28. #108
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: Septembers Theme For VBForums

    Here is my avatar so far:


    Does this count as hand drawn?
    Attached Images Attached Images   
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  29. #109
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Septembers Theme For VBForums

    Who's gonna make me one?


    Has someone helped you? Then you can Rate their helpful post.

  30. #110
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: Septembers Theme For VBForums

    Oh, is the september theme ... a drawing of oneself?

  31. #111
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: Septembers Theme For VBForums

    well, then... hmm i have a lot to choose from, and I still have one night to make one till september finally arrives.

  32. #112
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: Septembers Theme For VBForums

    I'm early. I changed my avatar. RobDog, do your worst!

  33. #113
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Septembers Theme For VBForums

    Quote Originally Posted by Merri
    I'm early. I changed my avatar. RobDog, do your worst!
    That's drawn?

  34. #114
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: Septembers Theme For VBForums

    Doesn't it look like it? The only tools used were one pixel pen and flood fill.

  35. #115
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: Septembers Theme For VBForums

    Think I'll give this one a miss guys. Can't really do this in work as it would take too much time and I'd likely be caught.
    Life is one big rock tune

  36. #116
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Septembers Theme For VBForums

    I think my avatar qualifies already, it's an MS Paint job...
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  37. #117
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Septembers Theme For VBForums

    Damn Merri, yours is awesome...

    Mine looks like ****

  38. #118
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Septembers Theme For VBForums

    I've done mine. It took me 10 minutes of hard work.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  39. #119
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Septembers Theme For VBForums


  40. #120
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    Re: Septembers Theme For VBForums

    Merri yours kicks ass, and yeah i can tell it was drawn in paint, just very well drawn, good on ya

    EDIT NOTE: robdog i cant wait to see you draw yoda in MS Paint!

Page 3 of 6 FirstFirst 123456 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width