Results 1 to 23 of 23

Thread: VB: Halo 2D Game

Hybrid View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2005
    Posts
    294

    VB: Halo 2D Game


  2. #2
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: VB: Halo 2D Game

    Runtime error: Automation error

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2005
    Posts
    294

    Re: VB: Halo 2D Game

    Pc specs?

  4. #4
    Super Moderator
    Join Date
    Dec 2003
    Posts
    4,787

    Re: VB: Halo 2D Game

    Worked here,

    Pixel Shaders App didnt work, just displayed outlines.

    Specs here -

    2.6ghz P4
    512 Ram
    128mb Geeforce FX 5200
    and all the usual trimmings

  5. #5
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: VB: Halo 2D Game

    Yaeh, your PixelShader is not working. I have a 9800PRO card, so it should handle PS1.3, I havn't had time to see if it is the pixel shader there is something wrong with, or how you call it (what you pass to it and get back) because you didn't add the code.




    ØØ

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2005
    Posts
    294

    Re: VB: Halo 2D Game

    Look at ps.txt. It is supposed to generate lines (edge detection)

  7. #7
    College Grad!!! Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,339

    Re: VB: Halo 2D Game

    Quote Originally Posted by |2eM!x
    Runtime error: Automation error
    Yeah the pixel shader exe gives me an Automation Error too. But the non pixel shaded one works great. Here are my specs:

    Windows ME
    AMD Athlon 1.2 GHz
    256 MB RAM
    NVIDIA GeForce4 MX 440

  8. #8
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: VB: Halo 2D Game

    Your GPU doesn't support PS 1.3, not even PS 1.0 if I am not wrong.


    ØØ

  9. #9

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2005
    Posts
    294

    Re: VB: Halo 2D Game

    Yeah, no ps supported on a geforce4 mx.
    Edit: New library will now give you a msgbox stating the error rather than an automation error.

  10. #10
    Hyperactive Member
    Join Date
    Jan 2003
    Location
    The Netherlands
    Posts
    386

    Re: VB: Halo 2D Game

    This game is great!! It also works great without PS, it would be great if you continued development on it

  11. #11
    College Grad!!! Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,339

    Re: VB: Halo 2D Game

    Nahhhhhhhh, you think

    BitBlt isn't capable of graphics like that. Not even alphablending.

  12. #12
    Hyperactive Member
    Join Date
    Jan 2003
    Location
    The Netherlands
    Posts
    386

    Re: VB: Halo 2D Game

    I haven't seen the PixelShaded version, but with the right graphics, I'm sure that you'd get an identical look/gameplay using BitBlt(Probably not as fast?)

  13. #13

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2005
    Posts
    294

    Re: VB: Halo 2D Game

    Yes, DirectX. You cant do this with bitblt, note the rotations and light effects.

  14. #14
    College Grad!!! Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,339

    Re: VB: Halo 2D Game

    You can't do any of these using BitBlt:

    Rotation
    Lighting
    Alphablending
    Anti Aliasing
    Stretching (unless using StretchBlt)
    Transparancy without a mask

    And you will never get the speed in BitBlt no where near the same as DirectX.

  15. #15
    Hyperactive Member
    Join Date
    Jan 2003
    Location
    The Netherlands
    Posts
    386

    Re: VB: Halo 2D Game

    You can't do any of these using BitBlt:

    Rotation
    Lighting
    Alphablending
    Anti Aliasing
    Stretching (unless using StretchBlt)
    Transparancy without a mask
    Obviously....

    (Correct me if I'm wrong?) But what I meant was, you could 'fake' what is seen in the game(in the NON PS version), with the right graphics and, rotation would be quite possible without DX...

  16. #16
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: VB: Halo 2D Game

    Yes you could do it if you made a lot of extra functions. But you could also do it using SetPixel/GetPixel. But as with BitBlt it would be much slower and MUCH more work. And it wouldn't take advantage of your 3D card at all.

    ØØ

  17. #17

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2005
    Posts
    294

    Re: VB: Halo 2D Game

    Well you can try but it wont be fast, maybe not even realtime.

  18. #18
    College Grad!!! Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,339

    Re: VB: Halo 2D Game

    Definitely not even in real time.

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