This site has been archived and made available for preservation purposes. No edits can be made.

Page 13 of 18 FirstFirst ... 31112131415 ... LastLast
Results 121 to 130 of 177

Thread: Questions & Answers

  1. #121
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    Quote Originally Posted by ChairGraveyard View Post
    Can you give me an overview of what's currently working vs what needs to be done? I've looked through the commits a little and at the to-do list in the other forum, but I'm just curious about what's working and such.
    Basic sync should be working, it's sometimes buggy though. Best is to try it yourself if you have a Fallout game. The current way of syncing is using the script engine to play the movement animations and to apply the heading angles on the NPCs. It's very simple and therefore not very efficient and leads to asyncs quite often (what we need is kind of interpolation, in general, more coordinated movement syncing - ATM it's like simply applying animations and angles, and if a player gets out-of-sync -> position hard reset).

    https://github.com/Foxtacles/vaultmp/blob/master/Game.h

    This is the top layer to control things in-game. There is a Interface thread which is concurrently querying the game through the API for updated data, as well as executing the input from the Game layer. In the end, it boils down to the script functions like GetPos, SetPos, etc. (most of it).

    There is so much to be done I will compile a more detailed list soon.
    Last edited by foxtacles; 11-27-2011 at 08:34 PM.

  2. #122
    Seeing as we're on the topic, I should mention I fully intend to help out developing the mod when I get a chance. I've got little experience with MP mod developing, but I'm pretty good with the language. I've dabbled a bit with with the TESCS too, in case anything needs doing on that end.

    But, I'm a student too, so free time is a fairly rare thing until mid December. So expect nothing amazing from me, but I'll help out if I can

  3. #123
    how do i make a server plzz awnser asap i rlly need help

  4. #124
    Senior Member Volumed's Avatar
    Join Date
    Aug 2011
    Location
    Holland
    Posts
    1,010
    Blog Entries
    1
    Quote Originally Posted by xtreamsquerrel View Post
    how do i make a server plzz awnser asap i rlly need help
    More information what is not working, what do you not know.

  5. #125
    Any idea when are the Fallout 3 servers coming online..
    If there are anyy dedicated servers online, could anyone PM me the Master etc ?

  6. #126
    Senior Member Volumed's Avatar
    Join Date
    Aug 2011
    Location
    Holland
    Posts
    1,010
    Blog Entries
    1
    Quote Originally Posted by Seanykins View Post
    Any idea when are the Fallout 3 servers coming online..
    If there are anyy dedicated servers online, could anyone PM me the Master etc ?
    In the next 1-2 weeks with a new update.
    Most people play local.

  7. #127
    Thank you for the quick respond.
    Me and my friends are plannining to play..
    If you wouldn't mind, could you hit me up over PM's to explain how to host a server ?
    Possibly for role playing.

  8. #128
    Quick question, does anyone here know how to set up a public and/or private server? PM or Reply is nice. Thanks!

  9. #129
    There's a tutorial on the wiki (link on the bar under the logo). Or, if you prefer, you can wait a couple of days for me to make a more complete tutorial (if there isn't one already). Check out my thread here -

    https://www.vaultmp.com/showthread.ph...r-server-setup

  10. #130
    What is curent progress?

Posting Permissions

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