

Exocet
-
Posts
291 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Posts posted by Exocet
-
-
-
Ok, I found it! First line! Could we enter the "Asset Pack server" without this line?
-
Hey Grim, i tryed to rename and save but it's same.
So ok, do you know where can i find this entry?
Thank you
-
-
No, i don't have this fuel problem, but i have an other. My f-18 is always hot, i can't start cold
Hello, i have a question, can we auto manage the units buying ?
-
-
Hello, has someone found a solution? I have his last problem
2020-04-07 11:56:10.417 ERROR SOUND: invalid source_params(woLA-16858368:aircrafts/engines/f110rearclose): gain
2020-04-07 11:56:10.417 ERROR SOUND: invalid source_params(woLA-16858368:aircrafts/engines/f110reardistant): gain
ect..
-
Thank you for your reply. But after many tests, I have a PSU or GPU problem ... I lowered 150mhz of my GPU and now it works :dunno:
-
Hi, i have a problem with my game, it crashes almost every time i launch my mission. I also crashed when I was on another server but more rarely.
OC: off
Vr or not: same
Reinstalation: done
Tryed on 2.5.5 stable: same
Driver: up to date
I put the log in attachement. I tryed everything, i don't know what is it..
Thank yoy for your help
-
Hi,
I would need to have a radar that indicates when a ship is entering the detection area. Moose does thas but only to wear it visually.
The perfct thing is:
Ship detecteted = "enemis cruisers spotted 103nm to 293° of our sonar/radar system."
Do you have an idea for that?
Thank you
-
Don't ask us, ask your logs. Where is your error?.
Ok i will see that
-
Hello, i'm back with my Polygon zone problem.
My name group: Polygon A~ZONE_POLYGON
My scrypt Polygon:
GroupInside = GROUP:FindByName( "Test Inside Polygon" )
GroupOutside = GROUP:FindByName( "Test Outside Polygon" )
PolygonZone = ZONE_POLYGON:FindByName( "Polygon A" )
PolygonZone:SmokeZone( SMOKECOLOR.White, 10 )
Messager = SCHEDULER:New( nil,
function()
GroupInside:MessageToAll( ( GroupInside:IsCompletelyInZone( PolygonZone ) ) and "Inside Polygon A" or "Outside Polygon A", 1 )
if GroupInside:IsCompletelyInZone( PolygonZone ) then
GroupInside:GetUnit(1):SmokeRed()
end
end,
{}, 0, 1 )
My spawn in this zone scrypt:
ZoneTable = { ZONE:New( "Polygon A~ZONE_POLYGON" ), ZONE:New( "Zone2" ) }
Spawn_Vehicle_1 = SPAWN:New( "Spawn Vehicle 1" )
:InitLimit( 10, 10 )
:InitRandomizeRoute( 1, 1, 200 )
:InitRandomizeZones( ZoneTable )
:SpawnScheduled( 5, .5 )
Spawn Vehicle 1 is for test zone.. But Doesn't work. Where is my error?Moose is loaded at 1s
Thank you
-
Hello guys, can i ask you something?.. I'm trying to use your scrypt for spawn statics with 10s delay.
Do you see an error? My static name objects is :
FpostB1_Fuel1
FpostB1_Fuel2
FpostB1_Fuel3
FpostB1_Fuel4
local StaticSet = SET_STATIC:New()
:FilterPrefixes("FpostB1_")
:FilterStart()
local FpostB1Fuel = SPAWN:New("Fuel")
local SpawnFlag = USERFLAG:New("Spawn Flag")
local function StaticDestroy(StaticUnit)
StaticUnit:Destroy()
if SpawnFlag:Get() ~= 1 then
Fuel:Spawn()
SpawnFlag:Set(1)
end
end
StaticSet:ForEachStatic(
function(StaticUnit)
timer.scheduleFunction(StaticDestroy, StaticUnit, timer.getTime() + 10 )
end
)
-
Hi, I've been trying to make a polygon zone for a few hours with your scrypt, but impossible, I had to forget something fundamental ... I'm a beginner, it's not easy...
someone can help me?
Here is what I did at most basic possible, I just copy pasted the code from the " video test"
-
A tryed with that and once the mark is removed, it cannot return. But maybe a i need pricision about "mark all".. I attach a .miz with my test
-
Hello,
I would like to update position of the f10 markings, every 10 minutes. I tried with the dcs triggers but once deactivated, the markings no longer come back. Do you have an idea? A script?
Thank you
-
Hello,
I try to make a mission with mark system spot on f10 map. So, the scrypt is restart every 5 minutes for recon convoy. But dosent work.. I can have 1 just first spot..
Do you have an idea?
Thank you
Exemple of my mission concept
-
I tried and the planes crash at the landing...
-
Hi, it was updated?
[
-
Thank you :)
-
BIGNEWY?
-
I have updated the mission, the problem here is related to MP, you need to test it as a client and not as the host, you will see that host side 0000000000 message is displaying for 60 seconds but for the client it only stays for about 2 seconds so it's very problematic when you need to give coordinates or instructions ...
-
For test, yes.
I think ,the audio file is not required
-
BIGNEWY, you see my mission test?
How do you delay take off of an AI aircraft until a unit is in a zone?
in Mission Editor
Posted
@applepiefrost, are you called me ?