Page 7 of 27

Re: VGOEmu Progress

Posted: Fri Aug 08, 2014 2:42 pm
by Xinux
Patch notes from the last week or so.
Enjoy

[pre:1kgc0nk3]Further fixed the issue with clients reconnecting too quickly
Revamped ack logic in udp code, this should greatly increase outgoing packet transmission speed
Fixed a bug where characters would sometimes not be removed from the world list
If a player attempts to log into world while their account already has a client, all other clients
with their account id will be kicked
camp command robustness improvement (blocks consecutive camp requests)
Support for camp command: Added empty handler for OP_ClientLFGSearch.

+ Added the following UnrealTypes:
+ Quat - used for boats
+ VGShipState - used for boats
+ ResourceLookup, Sound, StaticMesh - used for looking up indexes in asset files
+ Reorganized Unreal classes into separate files
+ UnrealActor.h contains only the UnrealActor class now!
+ Renamed _3dsList.h/cpp to SGO3ds.h/cpp
+ Renamed PPOList.h/cpp to PPO.h/cpp
+ Added Vehicle/Ship classes and initial replication functionality.
NOTE: there is no way to show a vehicle in game right now unless you hardcode it in ChunkServer.
+ Added Mover classes
+ They load from the mover database table based on the chunk
+ Updated Makefile to include new/renamed files.
+ Added UnrealFile classes to allow for dynamic loading of files from the database
+ All files properties are loaded into memory on WorldServer start from the unreal_files table so
they can be queried faster when needed.
+ ChunkServer changes
+ SendZoneFiles function no longer has hardcoded file values. The files are determined dynamically
based on the resources needed.
+ Setting the PC Model number based off the race id. However, this doesn't appear to be working
fully 100% yet as there seems to be a disconnect between login server raceid and Unreal raceid.
+ Currently sending all movers in the chunk to the client. We probably want to limit it based on
proximity like NPC's.

Fixed a crash with destructing packet structs and one caused by trying to zone to an invalid chunk
Fixed the disconnect packet
Fixed a bug that could cause a client to hang while loading a zone
Player ghosts should now be properly removed from a zone
Reconnecting quickly after exiting world should no longer cause waiting on world data...
to appear on character select
Speed should no longer reset after changing chunks
The global variable UnrealActor::next_unique_id is now atomic
Fragmented packets being sent from the client are now read correctly
Fixed a crash relating to reading control bitstreams
Ports will now be available for reuse after a chunk shuts down[/pre:1kgc0nk3]

Re: VGOEmu Progress

Posted: Sat Aug 09, 2014 1:30 pm
by John Adams
Sorry for my excitement, I'm just pleased I finally took the time to learn the "cpsend" commands Just messing around learning opcodes today, I got a few things to appear in the client. Fwiw, Xinux already got all this to work, he just doesn't get excited.

[attachment=0:2kc8z2iv]ScreenShot_00155.JPG[/attachment:2kc8z2iv]

Re: VGOEmu Progress

Posted: Sat Aug 09, 2014 4:42 pm
by Zewtastic
Awesome stuff.

Re: VGOEmu Progress

Posted: Sat Aug 09, 2014 6:21 pm
by Kilsin
That is awesome stuff! nice

Re: VGOEmu Progress

Posted: Sat Aug 09, 2014 8:34 pm
by Cyrcle
Great work guys! Moving along at an amazing pace.

Re: VGOEmu Progress

Posted: Tue Aug 12, 2014 5:50 am
by Kandra
[quote="John Adams":1ersavsk]Sorry for my excitement, I'm just pleased I finally took the time to learn the "cpsend" commands Just messing around learning opcodes today, I got a few things to appear in the client. Fwiw, Xinux already got all this to work, he just doesn't get excited.

[attachment=0:1ersavsk]ScreenShot_00155.JPG[/attachment:1ersavsk][/quote:1ersavsk]

Nice... you get to do all the quests twice.

Re: VGOEmu Progress

Posted: Tue Aug 12, 2014 7:58 pm
by jimbo
Awesome work - I'm having a lot of fun trying to work out how your spawn tables work at the moment - don't tell me ! - I'll work it out

If you have not already got an Entity Relationship diagram ? - I'll draw one up ?

Jim

Re: VGOEmu Progress

Posted: Wed Aug 13, 2014 1:48 am
by John Adams
Jimbo, the spawn tables are just temporary. They were just to get sample data into the world for validation of collects. A new schema is coming, so I wouldn't spend too much time diagramming it out right now.

Re: VGOEmu Progress

Posted: Fri Aug 22, 2014 6:18 pm
by John Adams
Thanks to Lokked, one of our newest C++ devs, movement now takes on a new, beautiful appearance in the world.

[quote:3bd5k73j]Replication Movement Fluidity:
Actors will now replicate fluidly, rather than jumping around. Walk/Run animations will show.[/quote:3bd5k73j]

Check it out next time you're in New Telon, and let us know how it looks.

Re: VGOEmu Progress

Posted: Sun Aug 24, 2014 7:57 pm
by ArtofWar
Yay, It really is an improvement. Bit by bit our dead world comes back to life