This site has been archived and made available for preservation purposes. No edits can be made.
-
11-27-2011, 08:31 PM
#121
Originally Posted by
ChairGraveyard
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.
-
11-28-2011, 12:29 AM
#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
-
12-02-2011, 01:34 AM
#123
how do i make a server plzz awnser asap i rlly need help
-
12-02-2011, 01:16 PM
#124
Senior Member
Originally Posted by
xtreamsquerrel
how do i make a server plzz awnser asap i rlly need help
More information what is not working, what do you not know.
-
12-16-2011, 06:37 PM
#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 ?
-
12-16-2011, 06:53 PM
#126
Senior Member
Originally Posted by
Seanykins
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.
-
12-16-2011, 06:57 PM
#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.
-
12-17-2011, 01:34 AM
#128
Quick question, does anyone here know how to set up a public and/or private server? PM or Reply is nice. Thanks!
-
12-17-2011, 03:33 AM
#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
-
02-18-2012, 06:00 PM
#130
Senior Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules