Eraser-pt
Member-
Content Count
36 -
Joined
-
Last visited
Never -
Medals
Everything posted by Eraser-pt
-
What is the command to turn on the street lamp? Another thing the unofficial operation flashpoint command reference manual doest have that command it misses some very important commands Where can i get a command reference fully completed? if is there one ;P
-
Very trcinky thing about entering vehicles...
Eraser-pt posted a topic in OFP : MISSION EDITING & SCRIPTING
Well i making a mission where in the beggining you enter a hummvee take a ride and meet with a lieutenant and after a bit of chat you join his platoon that will be me (private) and the lieutenant and he tells me to get in in the humvee has a driver fine... THe command will be John AssignAsDriver Hummvee and i will need to associate a get in waypoint LOL easy but the problem is that is already a waypoint get in on hummvee from the begin! So my question is: How can i put two wayspoints "get in" in the same vehicle? (drag a new waypoint dont work lol tried that ;P, need to make a double click on the hummvee) -
Very trcinky thing about entering vehicles...
Eraser-pt replied to Eraser-pt's topic in OFP : MISSION EDITING & SCRIPTING
Nop you miss understand me... what i mean is that when i make a mission i put a waypoint to get in the hummvee and after when i get to my objective get out the hummvee go talk with the lieutenant and he order me to get in the same vehicle again. My question is: How can i put two get in waypoints in mission editor on the same vehicle? (another thing when i enter the vehicle, the lieutenant will enter too) -
Ok so here it is when i put a streetlamp with a editor upgrade how i light him at night??? I have a editor upgrade that if i put this inflame true, that it works but the light ilimiunate almost nothing! Can somebody help???
-
Hell ;p 1- What are the commands when i belong to a group and the group leader (bot) give me the order to enter in specific truck or tank? 2- what is the command that makes the game save automatically?
-
A simple question about street light
Eraser-pt replied to Eraser-pt's topic in OFP : MISSION EDITING & SCRIPTING
Will i need ofp resistance for that editor upgrade?? i have only version 1.46 -
A simple question about street light
Eraser-pt replied to Eraser-pt's topic in OFP : MISSION EDITING & SCRIPTING
ok so how to do it for the ball iliuminate everything??? with the command switch light? -
A simple question about street light
Eraser-pt replied to Eraser-pt's topic in OFP : MISSION EDITING & SCRIPTING
OK guys i want an answer for one thing if i add a street lamp with the editor upgrade what is the command to turn it "ON" or "AUTO" because i put the game at night and the lamps dont go on why??? what is the true command that really works? swtichlight only works with predefiened street lamps of the map and if i add new ones?? it doesnt work?? So what is the command for the street lamps i add with editor upgrade?? Cya -
A simple question about street light
Eraser-pt replied to Eraser-pt's topic in OFP : MISSION EDITING & SCRIPTING
i found the command lightON for lamps lightIsOn nearestObject [player, "StreetLamp"] != "OFF" thats doesnt work am i doing something wrong? -
why the action commands dont work? like for example erased action ["sitdown"] it dont work why the hell this happens? cya
-
Is it possible use the repair stations?
Eraser-pt posted a topic in OFP : MISSION EDITING & SCRIPTING
I use refuel stations but i cant repair my veicules with repair stations! is there some way to do it? with out using repair trucks? -
One more thing when your script is ready you have to put in the same folder of your mission that are you making. Example: C:\Program Files\Codemasters\OperationFlashpoint\Users\Eraser\missions\TUTORIALlol.Eden Otherwise the trigger will never find the script it will only search in the same folder of your mission.
-
LOL heckler well to make the script you have to open the Notepad write the commands: Eraser sidechat "this is alpha one to erased, we kicked ass" ~4 erased sidechat "this is erased copy that over" Exit and save the file with the name "radio.sqs" (Note: the extension of the file must be .sqs) when the trigger goes ON it will execute the radio with the command [] exec "radio.sqs"
-
Why the commands to add weapons dont work?
Eraser-pt posted a topic in OFP : MISSION EDITING & SCRIPTING
If i put in the init field this addweapon "m16" it works put if i put this addweapon ["m16; 5] it doesn´t why??? every tutorial say to do that but in my game it doesnt i have operation flashpoint version 1.46 so dont blaim me about the version... I dont like have to put this addweapon "m16"; this addammo "m16"; this addammo "m16" lol and over and over Cya guys -
Well to do that is very simple... 1ÅŸ Make a trigger triggered radio alpha and on the activation field put wp=1 2ÅŸ make a waypoint to the guy you want move in the condition field put wp==1 3ÅŸ if you want them to chat you have to make a script called "radio.sqs" for example and write the follow commands " Eraser sidechat "this is alpha one to erased, we kicked ass" ~4 erased sidechat "this is erased copy that over" Exit " the ~4 is how mutch time the script waits until it moves to the next command in this case is 4 seconds and the end you put exit to exit the script When the script is done go back to the trigger triggered radio alpha and add this [] exec "radio.sqs", so the activation field will be: wp=1; [] exec "radio.sqs" when the trigger is activated by the radio command it will give the order to the unit follow the waypoint and chat at the same time!
-
I wanna know what programs i need where to get him and tutorials that teach how to do my own textures... I have g max but dont know how to make the textures appear in the program can somebody help me? bye
-
I wanna know what programs i need where to get him and tutorials that teach how to do my own textures... I have g max but dont know how to make the textures appear in the program can somebody help me? bye
-
When i had windows 98 everything worked fine, now that i have windows XP when i am flying with the choppers (like cobra and apache) i hear strange noises that aren´t normal!! I have a sound blaster player 1024 with the most recent drivers for windows XP and i still hearing that noises Can somebody help me?
-
Questions about ending missions and objectives...
Eraser-pt posted a topic in OFP : MISSION EDITING & SCRIPTING
1- I made a mission where they are 3 objectives... Destroy the Truck Destroy the jeep Get back to base The problem is when i start the mission i am on the base and the game says objctive 3 completed LOL how can i make the objective 3 valid when the other 2 are completed 2- 12 guys with a waypoint get in a truck what is the command that i have to put in the trigger then when all guys are in the truck , the game say objective completed? 3- What is the command that i have to put in condition of a trigger that says all objective completed? On activation: endwin=true cya -
How to make a mission ending when all obj...
Eraser-pt posted a topic in OFP : MISSION EDITING & SCRIPTING
How to make a mission ending when all objectives are completed?? Some command? or i have to make a script: "1" objStatus "DONE" "2" objStatus "DONE" endwin=true Somebody knows how? -
How to clear the ammo cargo in ammo truck?
Eraser-pt posted a topic in OFP : MISSION EDITING & SCRIPTING
How can i clear all magazines from a ammo truck to be completly empty?? And how to put full with one LAW Laucher and LAWS. And for last how to give a new weapon to a player?? Sorry for asking i see the other foruns it tells but for me some commands dont work maybe i am doing some wrong. Cya -
How to clear the ammo cargo in ammo truck?
Eraser-pt replied to Eraser-pt's topic in OFP : MISSION EDITING & SCRIPTING
lol clearWeaponCargo aircraftName. It doesnt work i wanna to clear the ammo truck, only ammo so the command is clearAmmoCargo? -
I have a tank witch is very damaged with a repair truck in a base i made it, when i put preview I see the tank full speed at base destroying the fences and everything he passes by... How can i make the tank dont move until the repair truck get out the base? cya ;P
-
it says to put in the folder named Addons i dont have that folder my operation flashpoint is 1.00 version (cant upgrade to 1.20 its really boring) i extracted the everon desert version 2 and i cant find it in the game. Can anybody help me? cya
-
How can i use the action commands from the unofficial Operation flashpoint command reference manual? Example: i want to make a soldier sitdown The command is STR_ACTION_SITDOWN well where i put that i have tried making a script with: erased "STR_ACTION_SITDOWN" Exit but in the game says unknow operator ... damn How can i do it? Cya