Vice City: Multiplayer

VC:MP Discussion => General Discussion => Topic started by: GangstaRas on Jun 18, 2015, 07:59 PM

Title: My VCMP Server Documentation
Post by: GangstaRas on Jun 18, 2015, 07:59 PM
This is part of my work I was talking about in SLC's video tutorial for scripting topic. What I have so far is a basic run-through of the capabilities of Squirrel language and a detailed description in layman's terms of:

Some of these things I have no info on I see them on the wiki has so I'll fill it in from there once I get to it. I plan to include a scripting guide that will incorporate my experiences with functions not detailed in the wiki currently (or outdated depending on where you search) and the info on the ones that are on the wiki.

Also I'll have an index on the IDs (with their pics ofcourse) of vehicles, objects, pickups and the skins and eventually compile this file into a PDF file with the bookmarks but for now, in this word document you can easily navigate to each heading in the navigation pane.

Anyone willing to read it and help out the cause please do as I wouldn't want to officially publish something full of wrong info and 98% of this so far is totally from my experience and understanding.

Download Link:
http://www.2shared.com/file/0G3mwI1K/Concise_Review_of_VCMP_Scripti.html
Title: Re: My VCMP Server Documentation
Post by: Thijn on Jun 19, 2015, 05:53 AM
Only had the time to read the first few pages, but it looks very very very well explained.
Mirror for lazy people: http://vcmp.thijn.ovh/files/Concise%20Review%20of%20VCMP%20Scripting.docx
Title: Re: My VCMP Server Documentation
Post by: ysc3839 on Jun 19, 2015, 11:02 AM
I think you should put it on the Wiki :)
Title: Re: My VCMP Server Documentation
Post by: GangstaRas on Jun 19, 2015, 04:08 PM
Quote from: ysc3839 on Jun 19, 2015, 11:02 AMI think you should put it on the Wiki :)

all in due time :)
Title: Re: My VCMP Server Documentation
Post by: GangstaRas on Jun 24, 2015, 08:26 PM
UPDATE:

I added information now most of the commands and tags and remade everything into a PDF document. I'll publish that once I get around making a cover page I like.

A new approach I'm going to take is that for now I won't post one big PDF file with everything, I'm going to break it into 3 files (i.e. the stuff i wrote in that doc, the ID index sheets and the scripting guide) so that the sections are a bit easier to assess.

With that said do these tags in server.conf still do something? Cuz if they do, I dont notice their functions.

[spoiler]<FrameLimiter>
<SyncFrameLimiter>
<FastSwitch>[/spoiler]
Title: Re: My VCMP Server Documentation
Post by: Thijn on Jun 25, 2015, 05:34 AM
Quote from: GangstaRas on Jun 24, 2015, 08:26 PMWith that said do these tags in server.conf still do something? Cuz if they do, I dont notice their functions.
Yes they do. Im not sure what they do, but they do get send to the server. They expect an true/false statement.