Vice City Multiplayer

VC:MP 0.4 (Beta) => General Discussion => Topic started by: stormeus on August 29, 2014, 11:31:20 pm

Title: Announcing the 0.4 Server Public Beta
Post by: stormeus on August 29, 2014, 11:31:20 pm
(http://i.imgur.com/EUtnd68.png)



After many successful rounds of private and public beta testing, the VC:MP Development Team is proud to announce the release of the 0.4 Public Beta Server.

This is not representative of a final product; however, by releasing the server to the public, we can collect a significant amount of information regarding bugs and issues that may exist in the server or client. Allowing the community to do whatever they please with the server would be much more productive than simply producing public beta scripts and testing them, as we cannot account for every possible scenario a scripter may want to attempt in 0.4.

Moreover, by releasing the server for scripters to test and develop on, the transition from R2 to 0.4 will be seamless and much smoother, as server owners will more likely be prepared to adopt a completely new version of VC:MP.



Notes on Beta Release

Unlike previous beta tests, we are releasing the server, as well as the client, as a beta product to further find and fix bugs. This should not be interpreted as a bug-free final release. This is still part of testing phases.

Releasing the server as a beta product serves to help scripters become ready for the switch to a final 0.4 release and for bug finding purposes. While this does signal a closer approach to a final release, it is not, by any stretch of the imagination, a polished product we believe should be representative of our efforts.



Downloads
VC:MP 0.4 Client (http://v04.maxorator.com/files/VCMP04_Installer.zip)
Note: Clients/browsers from Public Beta 3 will also work with this server beta, and will automatically update as needed, but it is recommended to use the installer for newer and updated browser functionality.

Windows Server (x86) (http://v04.maxorator.com/files/VCMP04_server_v9_win32.zip)
Windows Server (x64) (http://v04.maxorator.com/files/VCMP04_server_v9_win64.zip)
Linux Server (x86) (http://v04.maxorator.com/files/VCMP04_server_v9_linux32.zip)
Linux Server (x64) (http://v04.maxorator.com/files/VCMP04_server_v9_linux64.zip)

Plugins
Windows (x86) Plugin Pack (http://v04.maxorator.com/files/plugins/win32_package_v1.zip)
Windows (x64) Plugin Pack (http://v04.maxorator.com/files/plugins/win64_package_v1.zip)
Linux (x86) Plugin Pack (http://v04.maxorator.com/files/plugins/linux32_package_v1.zip)
Linux (x64) Plugin Pack (http://v04.maxorator.com/files/plugins/linux64_package_v1.zip)

Quote
0.4-squirrel (https://bitbucket.org/stormeus/0.4-squirrel/downloads)
Provides a base interface for scripting in Squirrel.

0.4-sqlite (https://bitbucket.org/stormeus/0.4-sqlite/downloads)
Enables SQLite functionality in Squirrel scripts.

0.4-mysql (https://bitbucket.org/stormeus/0.4-mysql/downloads)
Provides MySQL support for Squirrel scripts.

0.4-hashing (https://bitbucket.org/stormeus/0.4-hashing-algorithms/downloads)
Provides hash functions like SHA-1, SHA-2, WHIRLPOOL, and MD5.

0.4-confloader (https://bitbucket.org/stormeus/0.4-confloader/downloads)
Allows the loading of server.conf files from the R2 Squirrel server on a 0.4 server.

0.4-iniparser (https://bitbucket.org/stormeus/0.4-iniparser/downloads)
Provides INI manipulation functions like those in the R2 Squirrel server.

0.4-sockets (https://bitbucket.org/stormeus/0.4-sockets/downloads)
Provides socket interfaces like those in R2 Squirrel.

0.4-announce (https://bitbucket.org/stormeus/0.4-announce/downloads)
Announces a server to the 0.4 masterlist.

Automated builds of the Linux versions of the plugins above can be found here:
http://v04.maxorator.com/04plugins



Installation Instructions



Squirrel Documentation
A list of functions and callbacks can be found on the VC:MP Wiki:
http://wiki.vc-mp.org/index.php?title=Scripting_Resources

Documentation is currently incomplete due to the vast scope of it; you can help write it! If information regarding syntax is not available on the VC:MP wiki, it may be available on the Squirrel plugin wiki (which has no plans to be updated):

https://bitbucket.org/stormeus/0.4-squirrel/wiki



Bug and Crash Reports
Like previous public betas, bugs and crashes can be reported on the forum. However, we also have a new bugtracker at http://bugz.maxorator.com which can be used to report and track bugs in both the server and client as well.

Bug reports filed on the forum will receive responses, but will also be filed on the new bugtracker as well.

Refer to the Reporting Bugs and Crashes (http://forum.vicecitymultiplayer.com/index.php?topic=6852.msg39749#new) thread (linked) for further information and instructions.
Title: Re: Announcing the 0.4 Server Public Beta
Post by: NeskWriter on September 18, 2014, 07:07:41 pm
What is what? I just want to script for 0.4, what do I download?
Title: Re: Announcing the 0.4 Server Public Beta
Post by: Honey. on September 18, 2014, 07:37:24 pm
What is what? I just want to script for 0.4, what do I download?

Lol,

Download the Modules and the server.Then make a server.cfg and add a server.conf file too.If you're not sure what to add in server.cfg see this :
Code: [Select]
gamemode VC:MP Mode
plugins announce04rel32 hashing04rel32 sqlite04rel32 xmlconf04rel32 squirrel04rel32  < - you can add more
port 5192 // Your Port
sqgamemode main.nut // It loads the main squirrel file
Title: Re: Announcing the 0.4 Server Public Beta
Post by: sseebbyy on September 18, 2014, 08:56:21 pm
NeskWriter, you can try the Default Server I have made. You can find it here (http://forum.vicecitymultiplayer.com/index.php?topic=6865.0).
Title: Re: Announcing the 0.4 Server Public Beta
Post by: NeskWriter on September 18, 2014, 10:30:17 pm
NeskWriter, you can try the Default Server I have made. You can find it here (http://forum.vicecitymultiplayer.com/index.php?topic=6865.0).

Thank you so much, that's what I was looking for
Title: Re: Announcing the 0.4 Server Public Beta
Post by: Kesha_F1 on September 23, 2014, 07:41:14 am
OMG! New Public Beta! Thank you VC-MP for it! ;D When you release full version?  ::)
Title: Re: Announcing the 0.4 Server Public Beta
Post by: stormeus on September 23, 2014, 06:19:42 pm
OMG! New Public Beta! Thank you VC-MP for it! ;D When you release full version?  ::)

Soon
Title: Re: Announcing the 0.4 Server Public Beta
Post by: Kesha_F1 on September 24, 2014, 10:30:16 am
Soon

In this year?  ::)
Title: Re: Announcing the 0.4 Server Public Beta
Post by: NE.Restricted on September 24, 2014, 10:46:32 am
Soon

In this year?  ::)
In the next few months.