Vice City: Multiplayer

Vice City General => Videos & Screenshots => Topic started by: _Angela_ on Jun 22, 2015, 05:55 AM

Title: Fun in Public beta VC:MP's server
Post by: _Angela_ on Jun 22, 2015, 05:55 AM
Angela tags Maxorator,Stormeus,Fercho,Dev and Freak !

http://youtu.be/V9hutlkzlfc
Title: Re: Fun in Public beta VC:MP's server
Post by: . on Jun 22, 2015, 06:18 AM
Off: To tag anyone use the @ symbol in front of their names. Resulting in @Maxorator, @Stormeus, @Fercho, @Dev and @Freak . And if their usernames exist on the forum they'll actually receive a notification. Which means that the following are more appropriate: @maxorator, @Devian (as you can see. case sensitivity is a thing)
Title: Re: Fun in Public beta VC:MP's server
Post by: Hanney on Jun 22, 2015, 11:15 AM
Why is the video so jittery? Did you record this at low fps and speed it up or something?
Title: Re: Fun in Public beta VC:MP's server
Post by: _Angela_ on Jun 23, 2015, 11:48 AM
Quote from: S.L.C on Jun 22, 2015, 06:18 AMOff: To tag anyone use the @ symbol in front of their names. Resulting in @Maxorator, @Stormeus, @Fercho, @Dev and @Freak . And if their usernames exist on the forum they'll actually receive a notification. Which means that the following are more appropriate: @maxorator, @Devian (as you can see. case sensitivity is a thing)
Thank u
Title: Re: Fun in Public beta VC:MP's server
Post by: _Angela_ on Jun 23, 2015, 11:49 AM
Quote from: Hanney on Jun 22, 2015, 11:15 AMWhy is the video so jittery? Did you record this at low fps and speed it up or something?
I also don't know the reason,may be lag ._.
Title: Re: Fun in Public beta VC:MP's server
Post by: Sebastian on Jun 23, 2015, 09:16 PM
Just tested it. WOAH !
Things are working pretty good so far. :)
Hope there will be specific sounds too, for those vehicles.

Also, I'm wondering if there is any way to give us the ability to change every car's wheels size and type.
(like vehicle.WheelsScale( value ) and vehicle.WheelsType( type ))
Title: Re: Fun in Public beta VC:MP's server
Post by: EK.IceFlake on Jun 25, 2015, 03:05 PM
How to add the shamal and those cars?
Title: Re: Fun in Public beta VC:MP's server
Post by: Thijn on Jun 25, 2015, 04:14 PM
Quote from: NE.CrystalBlue on Jun 25, 2015, 03:05 PMHow to add the shamal and those cars?
It's a beta test server. You should expect new things there :P
So in other words, you can't. Yet ;)
Title: Re: Fun in Public beta VC:MP's server
Post by: EK.IceFlake on Jun 26, 2015, 06:26 AM
Quote from: Thijn on Jun 25, 2015, 04:14 PM
Quote from: NE.CrystalBlue on Jun 25, 2015, 03:05 PMHow to add the shamal and those cars?
It's a beta test server. You should expect new things there :P
So in other words, you can't. Yet ;)
So can we join it?
Title: Re: Fun in Public beta VC:MP's server
Post by: maxorator on Jun 26, 2015, 08:59 AM
Quote from: NE.CrystalBlue on Jun 26, 2015, 06:26 AM
Quote from: Thijn on Jun 25, 2015, 04:14 PM
Quote from: NE.CrystalBlue on Jun 25, 2015, 03:05 PMHow to add the shamal and those cars?
It's a beta test server. You should expect new things there :P
So in other words, you can't. Yet ;)
So can we join it?
Go ahead: maxorator.empiro.co.uk:8160

And to answer your question about how vehicles are added, you just drop a zipped file containing all the data for your vehicle (dff, txd, possibly col, and an xml file containing all vehicle info such as handling). It uses the exact same format as this mod:
http://gtaforums.com/topic/477801-maxos-vehicle-loader/

The ID of your vehicle model (and some other info) comes from the file name. For example v6400_t0_p1_somecar.7z - here the model ID of the vehicle will be 6400, type is 0 (=car, 1=bike, 2=boat), 1 passenger seat. Then you just put that zipped file into the store/vehicles folder in your server. Nothing else needs to be configured, now you can just use that model ID in your server - you can just call CreateVehicle with model ID 6400.
Title: Re: Fun in Public beta VC:MP's server
Post by: Sebastian on Jun 26, 2015, 09:53 AM
/me waits converters like: SA handling to VC:MP.xml, VC handling to VC:MP.xml.

Also, we can import SA Vehicles without converting ? (all files .dff .txd .col)
Title: Re: Fun in Public beta VC:MP's server
Post by: EK.IceFlake on Jun 26, 2015, 10:13 AM
Quote from: maxorator on Jun 26, 2015, 08:59 AM
Quote from: NE.CrystalBlue on Jun 26, 2015, 06:26 AM
Quote from: Thijn on Jun 25, 2015, 04:14 PM
Quote from: NE.CrystalBlue on Jun 25, 2015, 03:05 PMHow to add the shamal and those cars?
It's a beta test server. You should expect new things there :P
So in other words, you can't. Yet ;)
So can we join it?
Go ahead: maxorator.empiro.co.uk:8160

And to answer your question about how vehicles are added, you just drop a zipped file containing all the data for your vehicle (dff, txd, possibly col, and an xml file containing all vehicle info such as handling). It uses the exact same format as this mod:
http://gtaforums.com/topic/477801-maxos-vehicle-loader/

The ID of your vehicle model (and some other info) comes from the file name. For example v6400_t0_p1_somecar.7z - here the model ID of the vehicle will be 6400, type is 0 (=car, 1=bike, 2=boat), 1 passenger seat. Then you just put that zipped file into the store/vehicles folder in your server. Nothing else needs to be configured, now you can just use that model ID in your server - you can just call CreateVehicle with model ID 6400.
You mean we can do it with our server too!?
Title: Re: Fun in Public beta VC:MP's server
Post by: maxorator on Jun 26, 2015, 10:33 AM
Quote from: NE.CrystalBlue on Jun 26, 2015, 10:13 AMYou mean we can do it with our server too!?
Soon, yes.

Quote from: sseebbyy on Jun 26, 2015, 09:53 AM/me waits converters like: SA handling to VC:MP.xml, VC handling to VC:MP.xml.
Those already exist:
http://almost610.ucoz.com/blog/xml_builder/2012-12-23-1
http://gtaforums.com/topic/477801-maxos-vehicle-loader/?p=1067597334

Quote from: sseebbyy on Jun 26, 2015, 09:53 AMAlso, we can import SA Vehicles without converting ? (all files .dff .txd .col)
Yes (SA .dff files already contain the .col in them).
Title: Re: Fun in Public beta VC:MP's server
Post by: Adrenaline on Jun 27, 2015, 04:33 AM
As is server is called Sky City?
Title: Re: Fun in Public beta VC:MP's server
Post by: Thijn on Jun 27, 2015, 09:24 AM
Quote from: AdrenAline on Jun 27, 2015, 04:33 AMAs is server is called Sky City?
Sky City is run by Murdock which is a beta tester. If his server has beta features then that's the reason.
Title: Re: Fun in Public beta VC:MP's server
Post by: Sebastian on Jun 27, 2015, 09:32 AM
Server Name: 0.4 Public beta server
Server IP: 188.165.123.242:8160
Server Players: 0/50
Server Ping: 39

It is maxorator's server, not Murdock's one.
Title: Re: Fun in Public beta VC:MP's server
Post by: EK.IceFlake on Jun 27, 2015, 11:52 AM
Quote from: Thijn on Jun 27, 2015, 09:24 AM
Quote from: AdrenAline on Jun 27, 2015, 04:33 AMAs is server is called Sky City?
Sky City is run by Murdock which is a beta tester. If his server has beta features then that's the reason.
How to become a beta tester? I want :(
Title: Re: Fun in Public beta VC:MP's server
Post by: Thijn on Jun 27, 2015, 12:38 PM
Quote from: NE.CrystalBlue on Jun 27, 2015, 11:52 AM
Quote from: Thijn on Jun 27, 2015, 09:24 AM
Quote from: AdrenAline on Jun 27, 2015, 04:33 AMAs is server is called Sky City?
Sky City is run by Murdock which is a beta tester. If his server has beta features then that's the reason.
How to become a beta tester? I want :(
I think we have plenty of beta testers. There's really not a big reason to be one at this time. It was only really used when 0.4 wasn't released yet.
New features usually get pushed rather quickly now ;)
Title: Re: Fun in Public beta VC:MP's server
Post by: karan20000000000 on Jun 27, 2015, 06:30 PM
#TommySelfiesWhileFlyingHydra ;D
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fsnag.gy%2Farahm.jpg&hash=6325d35e76a755c47ceb5027eb9e86cebc9e392a)