Jump to content

MedicalAndroid

Member
  • Content Count

    16
  • Joined

  • Last visited

  • Medals

Posts posted by MedicalAndroid


  1. During skripting study, I unpacked missions inspiring me what to look as implement possibilities of a skripting the advanced skripters.

    It pushed me on a set of new questions, but for a start the most important.

    - In many missions there are folders: client, server, dialog, sounds, images and common. What did creators place in the common folder?

    -In a macro here such preprocessors:

    #define FUNC(funcname) __COMP##_fnc_##funcname

    #define GVAR(varname) __COMP##_##varname

    What did the author mean here it?: COMP##!!! and ##varname? http://community.bistudio.com/wiki/PreProcessor_Commands here write that it is changeover part of words. Unfortunately I don't understand this moment, explain please.


  2. 2. i_common.sqf line near 140 (Notepad++)

    My example

    [[4835.85,4372.65,0],"Nasal Old City",200], // 3

    [[6256.01,4435.96,0],"Industrial Park",200], // 4

    [[coords,0],"townname",radius of red spot]

    For the answer to 1st question it is necessary most to rummage in scripting files and to understand that it becomes in several various files.

    Stupid question: What is #endif , GVAR , #ifndef , #ifdef ?


  3. Need help.

    I have made changes in Domi 2.57z ACE OA West, have changed units on BAF, positions of units and services on base in the editor, have changed positions ammobox, radar and other in sqf files, have established positions of cities for the main mission, have changed the bonus technics, have packed back. But at mission loading, even at change of parameters, I begin at midnight, isn't present intro, there is no box with the weapon, don't give out the main and side mission. With what it can be connected?

    How to change appearance GPS that it was similar on GPS in company PMC-dlc?

×