Try this config:
//Windau
#define TEast 0
#define TWest 1
#define TGuerrila 2
#define TCivilian 3
#define TSideUnknown 4
#define TEnemy 5
#define TFriendly 6
#define TLogic 7
#define true 1
#define false 0
#define private 0
#define protected 1
#define public 2
class CfgPatches
{
class Windau
{
units[] = {};
weapons[] = {};
worlds[] = {"Windau"};
requiredVersion = 1.91;
};
};
class CfgVehicles{};
class CfgSurfaces
{
class Default {};
};
class CfgEnvSounds {};
class CfgWorlds
{
class DefaultWorld {};
class Windau : DefaultWorld
{
access = 3;
description = "Windau";
icon = "\windau\_wind.paa";
worldName = "\windau\windau.wrp";
startTime="7:30";
startDate="10/4/82";
startWeather=0.400000;
startFog=0.000000;
forecastWeather=0.400000;
forecastFog=0.000000;
ilsPosition[]={0,0,0};
ilsDirection[]={0,0.08,1};
ilsTaxiIn[]={};
ilsTaxiOff[]={};
cutscenes[] = {""};
centerPosition[]={666.666, 666.666, 0};
class ReplaceObjects {};
class EnvSounds: CfgEnvSounds {};
class Sounds
{
sounds[]={};
};
class Animation
{
vehicles[]={};
};
class Names
{
class Libau
{
name="Libau";
position[]={6997.7549, 7633.2397, 0};
};
class Dunaburg
{
name="Dunaburg";
position[]={7825.6235, 6339.9385, 0};
};
class Lelgab
{
name="Lelgab";
position[]={6652.7275, 5250.1143, 0};
};
class Luback
{
name="Luback";
position[]={6723.3198, 4021.3389, 0};
};
class Haynasch
{
name="Haynasch";
position[]={5249.1875, 3170.7334, 0};
};
class Goldingen
{
name="Goldingen";
position[]={3113.3137, 2151.5427, 0};
};
class Lemsal
{
name="Lemsal";
position[]={2278.2844, 3301.6797, 0};
};
class Walmer
{
name="Walmer";
position[]={4878.8428, 4425.2266, 0};
};
class Trinity_Fields
{
name="Trinity Fields";
position[]={3726.5989, 3758.9883, 0};
};
class Durben
{
name="Durben";
position[]={4667.4126, 6327.4678, 0};
};
class Karsau
{
name="Karsau";
position[]={2722.0671, 5097.0225, 0};
};
};
};
};
class CfgWorldList
{
class windau {};
};
I have tested this one using a copy of abel.wrp renamed to windau.wrp and a copy of _abel.paa renamed to _wind.paa
Everything worked as expected in OFP.
Planck