Search:

Type: Posts; User: gizmo3

Search: Search took 0.01 seconds.

  1. Replies
    23
    Views
    6,224

    pretty sure i finally managed to get it to...

    pretty sure i finally managed to get it to work... for now at least
  2. Replies
    23
    Views
    6,224

    well i figured it would give me better...

    well i figured it would give me better understanding than just doing the same old stupid "Hello World" crap labs that they have you do in class... this way im actually discovering my own ways out of...
  3. Replies
    23
    Views
    6,224

    I think i might be able to do something like...

    I think i might be able to do something like this... but i need a constructor... can anyone help me out with this...


    class Player (derived from Character)
    {
    public:
    Character* Model;...
  4. Replies
    23
    Views
    6,224

    oops... i think it took me too long to edit my...

    oops... i think it took me too long to edit my previous post... please reread my last post...
  5. Replies
    23
    Views
    6,224

    sounds like the best idea ive heard yet... how...

    sounds like the best idea ive heard yet... how would i go about setting something like that up?

    the only problems with that:

    there is no such thing as a "Specialized Character"...
    in saying...
  6. Replies
    23
    Views
    6,224

    well... i cannot have it have clones/instances of...

    well... i cannot have it have clones/instances of the data from Character... unless the vars simply point to the data... the data in Character is too big for me to be able to create copies of it......
  7. Replies
    23
    Views
    6,224

    so if i did something similar to the third post i...

    so if i did something similar to the third post i would only have each different Character loaded once?
  8. Replies
    23
    Views
    6,224

    DAMN... now i feel like more of a noob than i...

    DAMN...

    now i feel like more of a noob than i did before...

    I must be either REALLY tired or REALLY confused...

    it seems to me like Player Is-A Character makes more sense than Player Has-A...
  9. Replies
    23
    Views
    6,224

    and...

    and...
  10. Replies
    23
    Views
    6,224

    ok... so i guess im having trouble understanding...

    ok... so i guess im having trouble understanding "archetype" i tried google but i couldnt find anything that really explains how/what "archetype" works/is...

    can i has a link plz?

    or an...
  11. Replies
    23
    Views
    6,224

    so u r saying that the way they have told me to...

    so u r saying that the way they have told me to do it above Character is both child and parent to Player and Player is both child and parent to Character... I think that is impossible... but my C++...
  12. Replies
    23
    Views
    6,224

    both ideas sound good to me... but i dont see how...

    both ideas sound good to me... but i dont see how making Player the parent to Character will work... i would think it would be the other way around... having Player be a child of Character... I need...
  13. Replies
    23
    Views
    6,224

    question about classes... maybee

    ok this is hard for me to explain... so im gonna break it up if i can...
    (sorry for the long post)

    im trying to make a game where data is loaded into mem for each different character
    this...
Results 1 to 13 of 13