-
Content Count
81 -
Joined
-
Last visited
-
Medals
Community Reputation
14 GoodAbout Sgt.Spunkmeyer
-
Rank
Corporal
Profile Information
-
Gender
Male
-
Interests
https://www.youtube.com/user/xSebaceanZx
Recent Profile Visitors
-
How to convert a 3d editor save into a 2d editor save???
Sgt.Spunkmeyer replied to Tony.G's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Maybe there is a program for that. Just google it. It can be done manually, but difficult. -
Arma 2 trigger help?
Sgt.Spunkmeyer replied to Tony.G's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
You need to add a new dialog in DESCRIPTION.EXT. Something like this: In description.ext: class ImperialTxt { type = CT_STATIC; idc = -1; style = ST_LEFT; x = 0.0; y = 0.0; w = 0.3; h = 0.03; sizeEx = 0.023; colorBackground[] = {0.5, 0.5, 0.5, 0.75}; colorText[] = {0, 0, 0, 1}; font = "Zeppelin32"; text = ""; }; #include "ImperialDialogs\ImpDiags.hpp" // making reference to ImpDiags.hpp in ImperialDialogs Directory. Make a directory called "ImperialDialogs" and make a file inside called "ImpDiags.hpp". Open ImpDiags.hpp and put this: class ImpDiag1 { idd=-1; movingEnable=0; duration=10; fadein=0.2; fadeout=0.3; name="ImpDiag1"; onLoad = "uiNamespace setVariable ['ImpDiag1', _this select 0]"; class controls { class ImpDiag1: ImperialTxt { idc=50; style="16+2+512"; lineSpacing=0.95; text="Halt!. You're in a Resctricted Area managed by the Galactic Empire!"; x=0.35;y=0.14; // position for the text w=0.4;h=0.2; // size colorBackground[]={0,0,0,0}; colorText[]={0.4,0,1,1}; size=0.19; sizeEx = 0.039; // Size }; }; }; Now make a call in your mission or just make a trigger in your editor to check it adding this line in "On ACT": 10 cutRsc ["ImpDiag1","PLAIN",1]; // Shows the text on the screen in the pre-designated position. The text will show ...and end. -
Trying to mod Campaign
Sgt.Spunkmeyer replied to rambo919's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I'm sorry mate but i don't know that mod and i'm not using any mod. I prefer add new functions without modding because people need to get those same files to get worked. By the way i prefer to use .ogg instead of .wss. They are smaller and have a decent quality. And don't worry , the Audience is listening... -
Remove Object from car
Sgt.Spunkmeyer replied to JuanAdamuz97's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
What do you mean? You can add or remove ammo, attach objects, destroy their lights or turn them off, but you cannot delete basic parts from it , just like its roof or windows. A vehicle is an object, an unit which can be damaged, healed, deleted, teleported, attached or get it invisible. Maybe i'm wrong but i don't think it can be possible. -
Destroying Land_SatellitePhone_F
Sgt.Spunkmeyer replied to JB47394's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Destroy an indestructible object?. Just make a fake destruction. Make a fake explosion and use: Deletevehicle satellite (satellite is the name of the Land_SatellitePhone_F). The object will be destroyed. -
Teleport All Player For me
Sgt.Spunkmeyer replied to JudiciaL's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
That sounds like hacking. You shouldn't teleport anybody/anything if you're not an admin in the server. I'm sorry. I'm not helping you anyways. -
wanju started following Sgt.Spunkmeyer
-
What is bi tool and what can i do from it ?
Sgt.Spunkmeyer replied to wanju's topic in ARMA 2 & OA : BI TOOLS - TROUBLESHOOTING
Download BI Tools 2.5.1 Oxygen 2 Personal Edition for Arma II - model editing and animation package Visitor 3 Personal Edition for Arma II - terrain and map editing TexView 2 - texture convertor and viewer BinPBO Personal Edition - packer-unpacker. Sound Tools - sound and lipsync utilities FSM Editor - tool to edit and compile fsms used in Arma 2 BinMake - conversion tool Tools Drive - main working directory for tools with mandatory data files FontToTga - utility to create fonts for Arma 2 -
Открыт набор в отряд Internal Troops [IT]
Sgt.Spunkmeyer replied to haski264's topic in ARMA 2 & OA - MULTIPLAYER
.... Try to use Google Translator. Maybe you'll get more assistance. It's just a tip. Попробуйте использовать Google Translator. Может быть, вы получите больше помощи. Это просто подсказка. -
My ArmA 2 OA does not find a specific server.
Sgt.Spunkmeyer replied to CrazyLuck96's topic in ARMA 2 & OA - QUESTIONS & ANSWERS
TF1776 is a good server for Arma 2 OA/CO ,using a custom modification of Domination (not MOD required). Try these next tips: 1) Are you sure you're using a legit copy of Arma2/OA/CO?. 2) So, try to check your filters. Maybe you changed and didnt notice. 3) Try the filter: "Domi". Then all the Domination Servers will appear. 4) If not, i don't know... -
Win7 64bit: Arma 2 starts, OA not
Sgt.Spunkmeyer replied to PBR85's topic in ARMA 2 & OA - TROUBLESHOOTING
Your PC is right for Arma 2/OA. Check your EXPANSIONS window in the main menu of the game. Sometimes those kind of problems are inside that option because of the installation. Installation: 1) Arma 2 2) Arma 2 OA . Executing first Arma 2 and later Arma 2 OA. Or try to execute from Steam using "Arma 2 Operation Arrowhead". I don't know why but these problems exist. Are they 2 different games or did your purchashed the "Combined Operations"? Btw i have the same OS like you: Windows 7 x64 SP1. -
Addaction script help
Sgt.Spunkmeyer replied to battleship's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Yeah. you 're right. I was thinking i missed _this select 3 for the passed input. I fix now. -
Respawn warfare resistance opposition patrol teams
Sgt.Spunkmeyer replied to pcc's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
You shouldn't use Time for respawning units without control. You should use "Count of units" or death because if you stay long time using the condition "time" the mission or server will overflow and that will cause lag and low fps. https://community.bistudio.com/wiki/countSide -
help with arty
Sgt.Spunkmeyer replied to Ben Miller's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
-
Alter splash
Sgt.Spunkmeyer replied to Wings Host's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
What do you mean?. Changing the loading image when you're loading a mission?. Make a "description.ext" and add inside: loadScreen = "picDirectory\myPic.paa"; Previously you need to create an image called "MyPic" with the extension .paa (ArmA format). Later, your mission will load using that image you chose. Try to use "TextView 2" program to convert pictures to .paa format: BI Tools 2.5 Download. * Make sure the proper size 256x256, 512x512, 1024x1024...