Author Topic: Announcing the 0.4 Server Public Beta  (Read 6135 times)

0 Members and 1 Guest are viewing this topic.

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Announcing the 0.4 Server Public Beta
« on: August 29, 2014, 11:31:20 pm »



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
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)
Windows Server (x64)
Linux Server (x86)
Linux Server (x64)

Plugins
Windows (x86) Plugin Pack
Windows (x64) Plugin Pack
Linux (x86) Plugin Pack
Linux (x64) Plugin Pack

Quote
0.4-squirrel
Provides a base interface for scripting in Squirrel.

0.4-sqlite
Enables SQLite functionality in Squirrel scripts.

0.4-mysql
Provides MySQL support for Squirrel scripts.

0.4-hashing
Provides hash functions like SHA-1, SHA-2, WHIRLPOOL, and MD5.

0.4-confloader
Allows the loading of server.conf files from the R2 Squirrel server on a 0.4 server.

0.4-iniparser
Provides INI manipulation functions like those in the R2 Squirrel server.

0.4-sockets
Provides socket interfaces like those in R2 Squirrel.

0.4-announce
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
  • Extract the server in any directory you like.
  • Create a directory named plugins within the server directory.
  • Download and extract any plugins you like to the plugins folder.
  • Create a file named server.cfg
  • In server.cfg, add a plugins line in the following format: plugins module1 module2 module3
  • To use the Squirrel plugin, add a sqgamemode line in server.cfg in the following format: sqgamemode MyScript.nut



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 thread (linked) for further information and instructions.
« Last Edit: October 07, 2014, 12:16:07 am by stormeus »
Do not PM me for support.




Offline NeskWriter

  • Crime Boss
  • ****
  • Posts: 355
    • View Profile
Re: Announcing the 0.4 Server Public Beta
« Reply #1 on: September 18, 2014, 07:07:41 pm »
What is what? I just want to script for 0.4, what do I download?


-Funniest quotes-

Quote from: asad3man
i cant able to understand

Offline Honey.

  • Made Man
  • ***
  • Posts: 111
    • View Profile
Re: Announcing the 0.4 Server Public Beta
« Reply #2 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

Offline sseebbyy

  • VC:MP Veteran
  • *****
  • Posts: 774
  • Immortal VC:MP Player
    • View Profile
    • Zombie Invasion => Server Forum [DEAD PROJECT]
Re: Announcing the 0.4 Server Public Beta
« Reply #3 on: September 18, 2014, 08:56:21 pm »
NeskWriter, you can try the Default Server I have made. You can find it here.

Quote
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.



Offline NeskWriter

  • Crime Boss
  • ****
  • Posts: 355
    • View Profile
Re: Announcing the 0.4 Server Public Beta
« Reply #4 on: September 18, 2014, 10:30:17 pm »
NeskWriter, you can try the Default Server I have made. You can find it here.

Thank you so much, that's what I was looking for


-Funniest quotes-

Quote from: asad3man
i cant able to understand

Offline Kesha_F1

  • Street Thug
  • *
  • Posts: 7
  • EFO Owner
    • View Profile
    • EFO Team Official Website
Re: Announcing the 0.4 Server Public Beta
« Reply #5 on: September 23, 2014, 07:41:14 am »
OMG! New Public Beta! Thank you VC-MP for it! ;D When you release full version?  ::)
"ONLY PERFECT PRACTICE MAKES PERFECT"


Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: Announcing the 0.4 Server Public Beta
« Reply #6 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
Do not PM me for support.




Offline Kesha_F1

  • Street Thug
  • *
  • Posts: 7
  • EFO Owner
    • View Profile
    • EFO Team Official Website
Re: Announcing the 0.4 Server Public Beta
« Reply #7 on: September 24, 2014, 10:30:16 am »
"ONLY PERFECT PRACTICE MAKES PERFECT"


Offline NE.Restricted

  • Wiseguy
  • **
  • Posts: 97
    • View Profile
I am NE.CrystalBlue!!!
Quote
i cant able to understand