Giter VIP home page Giter VIP logo

zeus-surface-placing-fix's Introduction

ZEUS Surface Placing Fix

Place what you want, where you want.

Yep, also on the new aircraft carrier (USS Freedom).

How can I use it?

First, put the source code in the mission folder. Then put _handler = [] execVM "SurfacePlacingFix\initSurfacePlacingFix.sqf"; in the file init.sqf to automatically run it for every Zeus player once the mission loads.

How can I customize it?

You can provide arguments to the script when initializing it, for example ... = ["ACCURATE_AREA", myTrigger] execVM ... or ... = [LINE_EVERYWHERE"] execVM ..., depending on your needs. Area methods need a trigger as second parameter, which is the area in which the script will work. Everywhere methods work everywhere, with their pros and cons. Available methods right now are:

  • AREA_DIRECT: Works in a specific area, not accurate nor reliable.
  • AREA_LINE: Works in a specific area, kinda accurate but not always reliable.
  • LINE_EVERYWHERE: Kinda accurate but not always reliable.
  • ACCURATE_AREA: Works in a specific area, very accurate but not always reliable.
  • ACCURATE_EVERYWHERE: [Default] Very accurate but not always reliable.
    In short, set up the script, choose your method, (place your trigger) and use it.

Known issues

Vehicles get sometimes spawned higher than the terrain. This behavior isn't documented and must be examined in order to fix this problem.

zeus-surface-placing-fix's People

Contributors

axelmontini avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.