Results 1 to 40 of 1219

Thread: General DoomSharp() Discussion

Hybrid View

  1. #1

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

    Re: DoomSharp

    Then I must have misunderstood what your idea was. Care to run it past me again? I can't see how you'd represent 6 sides per grid square just by using a 2d array.
    I don't live here any more.

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

    Re: DoomSharp

    Quote Originally Posted by wossname
    Then I must have misunderstood what your idea was. Care to run it past me again? I can't see how you'd represent 6 sides per grid square just by using a 2d array.

    First of all I can' see how you are representing 6 sides in your 2D modell either, and that was why I asked in a post if if was possible to have different types of floor and roof too. Something you never answered at.

    The representation in the editor will still be the same as your red and whte picutre. Click to change and click a texture to use it somewhere. I just showed you the file format, something you actualy didn't do..:


    And the wallparts can not be in an array. Or actualy they can, but that is just time consuming. They have to be objects with pointers to left and right....I can't see what you need a cupe for...the BSP tree deals with wallparts...

    - ØØ -

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

    Re: DoomSharp

    Quote Originally Posted by wossname
    I'm building an editor program not a file format, the contents of the file are not meant to be human readable. When you click on one of the squares, its properties will show up in a box and you can change each texture from there. hopefully it'll be drag&drop so no messing around with numbers all the time.

    Well then we are not talking about the same thing...so there is nothing to argue... My file format both covers the walls and the textures....


    Quote Originally Posted by wossname
    Have you got any links to an explanation of how BSP's work? Preferably one an idiot like me can understand.
    I think this is the easiest one. And it also contains links to lots of different pages with more in depth algos and codes.

    http://maven.smith.edu/~mcharley/bsp/

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