EdzUp

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 178 total)
  • Author
    Posts
  • in reply to: Is there a example of loading a b3d model #11655

    EdzUp
    Participant

    Ship piccy
    Can anyone guess what I am making 😉

    in reply to: Making MSVC portable #11652

    EdzUp
    Participant

    This might help https://www.visualstudio.com/license-terms/dn975128-2/

    Apparently some you can but others it’s a definite no

    in reply to: Is there a example of loading a b3d model #11647

    EdzUp
    Participant

    Mark thanks for your help on this will get to converting my other code over and see where how it takes shape 🙂

    in reply to: Is there a example of loading a b3d model #11645

    EdzUp
    Participant

    Mark how do we access the move properties of a Entity with cameras it’s just Camera.move but entities don’t seem to have this property?

    in reply to: Is there a example of loading a b3d model #11643

    EdzUp
    Participant

    ah thanks Druggedbunny will try that tried the loaders first with no success so looked at the assimp files and thought that assimp was all that’s required.

    in reply to: Is there a example of loading a b3d model #11633

    EdzUp
    Participant

    On another note is there a way to actually move Models/Meshes as it appears that it doesn’t have a Move method like the camera does?

    in reply to: Help wanted with mojo joystick code! #11572

    EdzUp
    Participant

    Tried with a XBox360 pad and a Pandora gamepad no crashes to report 🙂

    in reply to: Star Rogue #11567

    EdzUp
    Participant

    After my networking files were corrupted along with some of my other data I have restored from a backup, dont worry this isnt a bad thing as it allows me to get into the other sections of the game that I wanted to work on like the galaxy map etc. To this end I will be adding networking last and diving into getting all the graphics down that I wanted this will allow me to get some technology demonstrations out there for everyone to see and play with :D.

    in reply to: [SOLVED] Can't install Monkey 2 on Windows 10 #11563

    EdzUp
    Participant

    One thing that always happens to me when installing MonkeyX2 using the io installers is that a window pops up saying its from a untrusted source when this happens simply click more info then install it will ask you if your sure and then its good to go.

    in reply to: Continue Line #11293

    EdzUp
    Participant

    I vote for the ‘..’ to split lines, strings should just be added to itself ‘MyString += “My text’ sort of thing.

    in reply to: Server question? #11291

    EdzUp
    Participant

    OK will wait for 1.1.0.8 🙂

    in reply to: Server question? #11289

    EdzUp
    Participant

    Good idea, we could make a simple chat program that could work with multiple clients. At least that way it could replace the echoserver.monkey file giving a better example 😀

    in reply to: Server question? #11287

    EdzUp
    Participant

    Thanks Voidwalker at least I know it’s how some other systems do it :).

    What I want to make is a easy to use robust network system for MX2 that way anything else will be easier when dealing with Internet/networking stuff.

    in reply to: Server question? #11285

    EdzUp
    Participant

    OK after giving this a lot of thought (yes my head hurts after all that lol) a way around it would be to give the server it’s own client  (id0) this means basically the connection server will be able to send messages to clients etc.

    It’s a nice theory and one I will now try to put into practice 🙂

    in reply to: Server question? #11282

    EdzUp
    Participant

    If ENet had Max like functionality and ipv6 I would be very interested in that, from what I can gather though it’s still only ipv4. There is a bodge patch to make it use ipv6 but it’s reliability is questionable.

    If servers are just connection management then I will just reconfigure the code I have to make it work like that.

    One thing that puzzled me is I had two clients connected but both were receiving what they sent through the stream which is why I wondered if it was actually connected or was just bouncing back. I will dig deeper and try to adjust the echoserver code to see if I can get a example of the issue.

Viewing 15 posts - 31 through 45 (of 178 total)