PVPScriptPack

From Bohemia Interactive Community
Revision as of 18:27, 1 August 2009 by Sbsmac (talk | contribs) (create page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PVP script pack

Preface

The PVP script pack is an attempt to encourage a lot more players to create player-vs-player maps. When I first started playing OFP and looking at map-making I was frustrated by just how awkward and error-prone the process was. Players had to have a fairly good understanding of concepts such as triggers and scripting, and the smallest error could cause hours of frustration in trying to track down the problem.

Design concept

So, how does this script pack change that ? The main concept is that as much as possible is set up by placing markers from the editor. After that, all the magic is done by scripts 'under the hood'. A CTF including spawn-protection and borders can be made by placing just 6 markers and editing one line in a text file. Other game modes are also supported - you can create a Capture and Hold mission that includes an arbitrary number of objectives, minefields, respawning vehicles and special zones to parachute players to the action in just a few minutes by placing some markers.

Supported gamemodes

* CTF (Capture the Flag)
* DM (DeathMatch)
* TDM (Team deathmatch)
* FF (Flag-fight)
* KoH (King Of the Hill)
* C&H (Capture and Hold)
* AAS (Advance and secure) 

Further info

There is a 30 page manual http://dev-heaven.net/attachments/download/1672/CTF_script_pack_user_guide.pdf that explains how to use the script-pack but you don't need to to read more than the first few pages to make a basic mission.

The main project page is hosted by DevHeaven and can be found at http://dev-heaven.net/wiki/sbsmac-pvpsp

You can download the latest version at http://dev-heaven.net/projects/list_files/sbsmac-pvpsp

There is also a thread on the official BIS forums at http://forums.bistudio.com/showthread.php?t=79842