WCM - Das österreichische Computer Magazin Forenübersicht
 

Zurück   WCM Forum > Rat & Tat > Simulationen

Simulationen Alles zum Thema Simulation

Microsoft KARRIERECAMPUS

Antwort
 
Themen-Optionen Ansicht
Alt 31.12.2004, 14:38   #1
Janicki
Inventar
 
Registriert seit: 03.09.2001
Alter: 62
Beiträge: 1.745


Janicki eine Nachricht über ICQ schicken
Standard CWR-Wetterradar in die Aerosoft Beaver? Teil 1

Hallo Leute --Entschuldigt bitte die Länge des Textes!
CWR Common Weater Radar.

Mich hats erwischt...... ich bekomme es nicht hin..das neu gekaufte Wetteradar in die Aerosoft Beaver zu bauen.

Das englische PDF habe ich mal die Erklärungen rauskopiert die ich nicht verstehe.

Mit der Tastenkombi Shift+5 öffnet sich das Fenster.....aber es ist nur das Bild der Gauge....die Knöpfe haben keinerlei Funktionen.
Der Installer verweigert auch in der Beaver das reinzu tun.
Kennt Einer sich da aus mit wie man das dort macht?

Ich stell erst den Hilfstext rein und dann meine originals Beaver Panel.cfg. Ich habe die Gauge selber auch ins Gauge Verzeichniss kopiert.
Dabei ist auch noch ne Datei: voronoi.txt
dazu steht als Hilfe geschrieben:

ATTENTION, extract "voronoi.txt" also !!

Aber keiner schreibt wo die hin muss

So und nun die Hilfsdatei und dann meine Panel.cfg Original. Vielleicht könnte mir da einer Mal das dort reinschreiben. Habe es auch stundenlang selber versucht.
Habe mir ne BRAVO genommen und deren Panel-Config welche damit funktionieren sollte und habe in die Beaver Panel.cfg die Zeile hinzugefügt bei den ganzen Windows.Einträgen:
window05=WxRadar
und dann unter den Windows-Detailseintragungen dann folgendes gemacht:

[window05]
file=WxRadar_BG.bmp
size_mm=300
position=5
visible=0
ident=12000


gauge00=WxGauge!WxRadar,82,24,126,126

im FS9 dann öffnet sich dann das Fenster mit dem Bild der Gauge aber ohne Funktion! Was mach ich falsch?

Teil 2 Kommt sofort
____________________________________
unabhängig & unbequem
http://www.flusiag.de
Neue private Inhalte, interessante Downloads für Ariane-Flieger
Janicki ist offline   Mit Zitat antworten
Alt 31.12.2004, 14:40   #2
Janicki
Inventar
 
Registriert seit: 03.09.2001
Alter: 62
Beiträge: 1.745


Janicki eine Nachricht über ICQ schicken
Standard Teil 2 Wetterradar:

Hier der Hilftext:

CWR User Guide copyright by Praxmarer Florian Version 1.0
CWR User Guide Page 5 of 5
Creating own panel.cfg files
For creating an own CWR included panel.cfg file, basic knowledge in gauges positioning is
recommended!
1. Make a copy of the original panel.cfg
Make a copy of the original panel.cfg, and to keep a union nomenclature with CWR
modified panel.cfg files, name it as follow.
cwr_aircraftpath_panel.cfg
example for default B747_400
cwr_B747_400_panel.cfg
2. Differ between glass cockpit type or stand alone type
Use the glass cockpit type for Glass cockpits, you can overlay the weather radar
over any other display (EICAS, navigation display, see default Learjet45 panel).
For aircrafts with no glass displays, use the stand alone type, to get a proper and
realistic frame for your Weather Radar. For default a Bendix radar module bitmap
is used (see default C172 panel).
3. Set the CWR Installer header
The installer needs to know where to install the panel.cfg. To make CWR installation
easy, the installation path is included into the panel.cfg.
So for your modified panel.cfg set your install header as follow
//CWR installer aircraft\path_of_your_panel.cfg
example for the default B747
//CWR Installer aircraft\b747_400\panel
insert your install header into the FIRST line of your new panel.cfg
4. append the [Windows] entry
Continuo the [Windows] entry table with the next number
example for the default B747
[Windows]
Window00=Main Panel
Window01=GPS Panel
Window02=THROTTLE
Window03=CLOCK
Window04=RADIO PANEL
Window05=KNEEBOARD
Window06=WxRadar
5. Set the Panel Select Icon Position
For a easy Toggle of the CWR Gauge include the WxIcon gauge, that is used as all other
simicons.

CWR User Guide copyright by Praxmarer Florian Version 1.0
CWR User Guide Page 6 of 6
Now its up to you to find out where other icons are positioned. Look for simicons entries. If
the panel don’t use any other icons, feel free to place it somewhere onto the main panel.
Add following line into the main panel gauge list.

Teil 3 Kommt:
____________________________________
unabhängig & unbequem
http://www.flusiag.de
Neue private Inhalte, interessante Downloads für Ariane-Flieger
Janicki ist offline   Mit Zitat antworten
Alt 31.12.2004, 14:41   #3
Janicki
Inventar
 
Registriert seit: 03.09.2001
Alter: 62
Beiträge: 1.745


Janicki eine Nachricht über ICQ schicken
Standard Teil 3 Wetterradar

Glass type
gaugexx=WxGauge!WxIcon, position_x, position_y, size
xx = continuo the gauge list enumeration
position_x, position_y = target position of the icon
size = size of the icon, icon is a quadrate so no need for a x,y size
6. Add the new CWR window entry
Now the entry differs between the 2 types:



Glass type Stand alone type
[Windowxx]
Background_color=1,1,1
size_mm = background size
window_position = bg_pos_x, bg_pos_y
visible = 0
ident = 12000

gauge00 = WxGauge!WxRadar, g_off_x,
g_off_y, g_size_x

background size = size of the background, use
this black rectangle to overlay the whole glass
display area


bg_pos_x, bg_pos_y use this x,y data to
position the background rectangle into the
glass display

g_off_x,g_off_y Use these values to center the
radar image onto the background

g_size_x define the size of the Radar image,
try to get the maximum size within the
background. Radar image size is fixed x:y =
305:270




(oder im Fall der Beaver) (Habe ich selber geschriebn hier als Bemerkung dazwischen)

Stand alone type

[Windowxx]
file=bendix.bmp
size_mm = background size
position = 7
visible = 0
ident = 12000

gauge00 = WxGauge!WxRadar, x,y,x,y

If panel is in 640x480 mode then take the
values set in the C172 panel.cfg

If panel is in 1024x768 mode than multiply
C172 values with 1.6

If panel is in 1280x1024 mode than multiply
C172 values with 2


It’s a little bit tricky to find out the best positioning, but after a few tries it should be fine. Don’t
forget that a reopen of the aircraft rereads the panel.cfg. So no need to restart FS9 after every
change within panel.cfg.
If you need additional information, look at the modified panel.cfg for the standard aircrafts, it
will help you.
Now if you think you have a well looking version of your modified panel.cfg, please send to
me. I will publish them on the CWR Website.
Please include a internet link to the panel designer or to a download site of your panel, a
screenshot with CWR in action and of course the panel.cfg file.
I will check the file, contact the designer if we are allowed to publish this file, and then publish
it on the CWR Website or not.


Teil 4 kommt
____________________________________
unabhängig & unbequem
http://www.flusiag.de
Neue private Inhalte, interessante Downloads für Ariane-Flieger
Janicki ist offline   Mit Zitat antworten
Alt 31.12.2004, 14:43   #4
Janicki
Inventar
 
Registriert seit: 03.09.2001
Alter: 62
Beiträge: 1.745


Janicki eine Nachricht über ICQ schicken
Standard Teil 4 Wetterradar

und hier meine originale Panel.cfg der Beaver:

[Window Titles]
Window00=Modern Style Panel Full
Window01=Modern Style Panel LoweredWindow02=Zoomed RPM & Manifold
Window03=Trim Display
Window04=GPS

[VIEWS]
VIEW_FORWARD_WINDOWS=0,1,2,3,4,5,6,7

VIEW_FORWARD_ZOOM=1.000
VIEW_FORWARD_EYE=0.000, 0.000, 0.000
VIEW_FORWARD_DIR=10.000, 0.000, 0.000

VIEW_FORWARD_RIGHT_ZOOM=1.000
VIEW_FORWARD_RIGHT_EYE=0.000, 0.000, 0.000
VIEW_FORWARD_RIGHT_DIR=10.000, 0.000, 45.000

VIEW_RIGHT_ZOOM=1.000
VIEW_RIGHT_EYE=0.000, 0.000, 0.000
VIEW_RIGHT_DIR=10.000, 0.000, 80.000

VIEW_REAR_RIGHT_ZOOM=1.000
VIEW_REAR_RIGHT_EYE=0.000, 0.000, 0.000
VIEW_REAR_RIGHT_DIR=10.000, 0.000, 135.000

VIEW_REAR_ZOOM=1.000
VIEW_REAR_EYE=0.000, 0.000, 0.000
VIEW_REAR_DIR=10.000, 0.000, 180.000

VIEW_REAR_LEFT_ZOOM=1.000
VIEW_REAR_LEFT_EYE=0.000, 0.000, 0.000
VIEW_REAR_LEFT_DIR=10.000, 0.000, -135.000

VIEW_LEFT_ZOOM=1.000
VIEW_LEFT_EYE=0.000, 0.000, 0.000
VIEW_LEFT_DIR=10.000, 0.000, -80.000

VIEW_FORWARD_LEFT_ZOOM=1.000
VIEW_FORWARD_LEFT_EYE=0.000, 0.000, 0.000
VIEW_FORWARD_LEFT_DIR=10.000, 0.000, -45.000

VIEW_FORWARD_UP_ZOOM=1.000
VIEW_FORWARD_UP_EYE=0.000, 0.000, 0.000
VIEW_FORWARD_UP_DIR=10.000, 0.000, 0.000
____________________________________
unabhängig & unbequem
http://www.flusiag.de
Neue private Inhalte, interessante Downloads für Ariane-Flieger
Janicki ist offline   Mit Zitat antworten
Alt 31.12.2004, 14:43   #5
Janicki
Inventar
 
Registriert seit: 03.09.2001
Alter: 62
Beiträge: 1.745


Janicki eine Nachricht über ICQ schicken
Standard Teil 5 Wetterradar

//--------------------------------------------------------
[Window00]
file=panel_modern_full.bmp
size_mm=1600
position=7
visible=1
ident=0

gauge00=ASDHC2!RPM, 1083,692,150,150
gauge01=ASDHC2!MAN, 903,692,150,149
gauge02=magnetic_compass!Magnetic-Compass, 1014,13,117,116
gauge03=Bendix_King_Radio!Bendix-King Radio Nav-Comm 1, 1310,695,290,110
gauge04=Bendix_King_Radio!Bendix-King Radio ADF, 1311,605,290,77
gauge05=Bendix_King_Radio!Bendix-King Radio Xpndr, 1310,816,290,89
gauge06=Mooney_Bravo!HSI, 663,816,186,177
gauge07=Mooney_Bravo!Attitude, 662,615,186,177
gauge08=Mooney_Bravo!Altimeter, 465,616,186,174
gauge09=Mooney_Bravo!Turn Coordinator, 265,816,186,183
gauge10=Mooney_Bravo!Vertical Speed, 461,816,186,183
gauge11=Cessna182rg!ADF, 67,818,186,180
gauge12=ASDHC2!MIX, 1123,318,87,201
gauge13=ASDHC2!PROP, 1035,321,75,192
gauge14=ASDHC2!THRT, 935, 317 ,67,199
gauge15=ASDHC2!SND, 0,0,10,10
gauge16=ASDHC2!OIL, 907,861,150,145
gauge17=ASDHC2!FQTY, 1082,864,150,145
gauge18=ASDHC2!CTMP, 915,1037,150,145
gauge19=ASDHC2!COWL, 743,369,125,139
gauge20=ASDHC2!FLAP, 552,427,175,86
gauge21=ASDHC2!FSEL, 294,1050,156,155
gauge22=ASDHC2!LAMP, 455,467,40,40
gauge23=ASDHC2!MSTR, 204,469,100,81
gauge24=ASDHC2!MAG, 70,1049,150,145
gauge25=ASDHC2!STRT, 471,1046,156,156
gauge26=ASDHC2!SW_ENERGISE, 663,1112,37,47
gauge27=ASDHC2!SW_ENGAGE, 716,1112,37,47
gauge28=ASDHC2!SW_CUTOFF, 769,1111,37,47
gauge29=ASDHC2!SW_PANEL, 1315,1147,37,48
gauge30=ASDHC2!SW_STROBE, 1365,1147,37,48
gauge31=ASDHC2!SW_NAV, 1415,1147,37,48
gauge32=ASDHC2!SW_LAND, 1467,1147,37,48
gauge33=magnetic_compass!Magnetic-Compass, 1014,13,117,116
gauge34=ASDHC2!CHT, 1084,1037,150,145
gauge35=ASDHC2!AMP, 1404,1046,76,72
gauge36=Douglas_DC3!clock, 1312,1045,70,71
gauge37=ASDHC2!VOLT, 1502,1042,110,105
gauge38=Bendix_King_Radio!Bendix-King Radio DME, 1310,913,290,76
gauge39=ASDHC2_Switch!checklists, 1007,167,100,137
gauge40=Cessna!Airspeed, 270,616,186,175
gauge41=ASDHC2!SW_PITOT, 824,1111,37,47
gauge42=ASDHC2_Switch!Beaver_panelswitch_4, 1272,521,324,79
gauge43=ASDHC2_Switch!Beaver_panelswitch_3, 889,553,367,76
gauge44=ASDHC2_Switch!Beaver_panelswitch_2, 883,675,370,181
gauge45=AS_NST!blub, 10,10,1,1

//--------------------------------------------------------
[Window01]
file=panel_modern_down.bmp
size_mm=1600
position=7
visible=0
ident=1

gauge00=ASDHC2!RPM, 1085,853,146,145
gauge01=ASDHC2!RPM, 905,852,146,145
gauge02=magnetic_compass!Magnetic-Compass, 1015,175,117,116
gauge03=Bendix_King_Radio!Bendix-King Radio Nav-Comm 1, 1310,854,290,110
gauge04=Bendix_King_Radio!Bendix-King Radio ADF, 1311,764,290,77
gauge05=Bendix_King_Radio!Bendix-King Radio Xpndr, 1310,975,290,89
gauge06=Mooney_Bravo!HSI, 661,977,186,176
gauge07=Mooney_Bravo!Attitude, 663,766,186,186
gauge08=Mooney_Bravo!Altimeter, 466,771,186,182
gauge09=Mooney_Bravo!Turn Coordinator, 266,975,186,182
gauge10=Mooney_Bravo!Vertical Speed, 461,975,186,182
gauge11=Cessna182rg!ADF, 70,975,186,182
gauge12=ASDHC2!MIX, 1125,474,87,201
gauge13=ASDHC2!PROP, 1037,481,75,192
gauge14=ASDHC2!THRT, 935, 479 ,67,199
gauge15=ASDHC2!SND, 1,162,10,10
gauge16=ASDHC2!OIL, 908,1022,150,145
gauge17=ASDHC2!FQTY, 1083,1026,150,145
gauge18=ASDHC2!COWL, 744,531,125,139
gauge19=ASDHC2!FLAP, 553,589,175,86
gauge20=ASDHC2!LAMP, 456,629,40,40
gauge21=ASDHC2!MSTR, 205,631,100,81
gauge22=magnetic_compass!Magnetic-Compass, 1015,175,117,114
gauge23=ASDHC2_Switch!checklists, 1007,326,100,137
gauge24=Cessna!Airspeed, 270,770,186,182
gauge25=Bendix_King_Radio!Bendix-King Radio DME, 1310,1072,290,76
gauge26=ASDHC2_Switch!Beaver_panelswitch_4, 1277,684,317,77
gauge27=ASDHC2_Switch!Beaver_panelswitch_2, 882,836,378,172
gauge28=ASDHC2_Switch!Beaver_panelswitch_3, 896,703,353,88
gauge29=AS_NST!blub, 10,10,1,1
____________________________________
unabhängig & unbequem
http://www.flusiag.de
Neue private Inhalte, interessante Downloads für Ariane-Flieger
Janicki ist offline   Mit Zitat antworten
Alt 31.12.2004, 14:44   #6
Janicki
Inventar
 
Registriert seit: 03.09.2001
Alter: 62
Beiträge: 1.745


Janicki eine Nachricht über ICQ schicken
Standard Teil 6 Wetterradar

//--------------------------------------------------------
[Window02]
file=RPMbig.bmp
file_1024=RPMbig.bmp
size_mm=520,260
window_size_ratio=0.300
position=8
visible=0
ident=2
window_size= 0.450, 0.300
window_pos= 0.445, 0.475

gauge00=ASDHC2!RPM, 5,4,256,256
gauge01=ASDHC2!MAN, 265,4,256,256



//--------------------------------------------------------
[Window03]
file=trim.bmp
Background_color=0,0,0
size_mm=75,100
window_size_ratio=1.000
position=8
visible=0
ident=3
window_size= 0.050, 0.075
window_pos= 0.000, 0.000

gauge00=ASDHC2_Trim!trim, 10,10,85,85


//--------------------------------------------------------
[Window04]
Background_color=0,0,0
size_mm=545,354
window_size_ratio=1.000
position=8
visible=0
ident=4
window_size= 0.500, 0.500
window_pos= 0.000, 0.000

gauge00=fs9gps!gps_295, 0,0,272,177


//--------------------------------------------------------
____________________________________
unabhängig & unbequem
http://www.flusiag.de
Neue private Inhalte, interessante Downloads für Ariane-Flieger
Janicki ist offline   Mit Zitat antworten
Alt 31.12.2004, 14:44   #7
Janicki
Inventar
 
Registriert seit: 03.09.2001
Alter: 62
Beiträge: 1.745


Janicki eine Nachricht über ICQ schicken
Standard Teil 7 Wetterradar

[Vcockpit01]
Background_color=0,0,0
size_mm=512,512
visible=0
pixel_size=2048, 2048
texture=$main

gauge00=Mooney_Bravo!Altimeter, 105,71,39,116
gauge01=Mooney_Bravo!Vertical Speed, 104,202,39,116
gauge02=Cessna!Airspeed, 63,72,39,116
gauge03=Mooney_Bravo!Turn Coordinator, 62,202,39,116
gauge04=Mooney_Bravo!HSI, 148,206,38,110
gauge05=Mooney_Bravo!Attitude, 147,74,39,110
gauge06=ASDHC2!AMP, 424,360,21,60
gauge07=Douglas_DC3!clock, 384,360,30,91
gauge08=ASDHC2!VOLT, 449,350,27,85
gauge09=Cessna182rg!ADF, 18,206,42,120
gauge10=Bendix_King_Radio!Bendix-King Radio ADF, 331,67,71,46
gauge11=Bendix_King_Radio!Bendix-King Radio Nav-Comm 1, 331,127,71,65
gauge12=Bendix_King_Radio!Bendix-King Radio Xpndr, 331,208,71,46
gauge13=Bendix_King_Radio!Bendix-King Radio DME, 331,265,71,46

//--------------------------------------------------------
[Vcockpit02]
Background_color=0,0,0
size_mm=512,512
visible=0
pixel_size=2048, 2048
texture=$engine

gauge00=ASDHC2!OIL, 63,160,150,130
gauge01=ASDHC2!FQTY, 283,160,150,130
gauge02=ASDHC2!RPM, 63,22,150,130
gauge03=ASDHC2!MAN, 283,22,150,130
gauge04=ASDHC2!CTMP, 63,295,150,130
gauge05=ASDHC2!CHT, 283,295,150,130


//--------------------------------------------------------
[Vcockpit03]
Background_color=0,0,0
size_mm=512,512
visible=0
pixel_size=2048, 2048
texture=$compas

gauge00=magnetic_compass!Magnetic-Compass, 60,205,410,260


//--------------------------------------------------------
[Vcockpit04]
Background_color=0,0,0
//size_mm=512,512
size_mm=1024,1024
visible=0
pixel_size=1024, 1024
texture=$second

gauge00=ASDHC2!SW_ENERGISE, 630,240, 50,200
gauge01=ASDHC2!SW_ENGAGE, 715,240,50, 200
gauge02=ASDHC2!SW_CUTOFF, 800,240, 50, 200
gauge03=ASDHC2!STRT, 330,80,225,600
gauge04=ASDHC2!FSEL, 60,60,250,650

//--------------------------------------------------------
[Vcockpit05]
Background_color=0,0,0
size_mm=512,512
visible=0
pixel_size=2048, 2048
texture=$gps

gauge00=fs9gps!gps_295, 0,0,535,545



[Default View]
X=0
Y=0
SIZE_X=8191
SIZE_Y=4212




Nette Grüße von Jörg
Was muss ich machen das es funktioniert?????
____________________________________
unabhängig & unbequem
http://www.flusiag.de
Neue private Inhalte, interessante Downloads für Ariane-Flieger
Janicki ist offline   Mit Zitat antworten
Alt 31.12.2004, 18:01   #8
EduHir
Elite
 
Registriert seit: 26.09.2002
Beiträge: 1.223


Standard

Jörg,
das einfachste wäre du schickst mir die Beaver
und das Weatherradar per E-Mail. Ich baue dir das ein

Wenn du schreibst, der Installer vom Radar findet die Beaver nicht,
dann hast vielleicht den Pfad irgenwie falsch angegeben

Die Paneleinträge schauen nicht schlecht aus.
Aber ohne probieren...

Sonst wendet dich an den Praxmarer Florian. Ist ein freundlicher Bursch!! Ein Össi..

edi
EduHir ist offline   Mit Zitat antworten
Alt 31.12.2004, 20:48   #9
Janicki
Inventar
 
Registriert seit: 03.09.2001
Alter: 62
Beiträge: 1.745


Janicki eine Nachricht über ICQ schicken
Standard Hilfe

Edi...schick mir bitte ne E-Mail damit ich Dich kontaktieren kann:
janicki-J@T-Online.de
Jörg
____________________________________
unabhängig & unbequem
http://www.flusiag.de
Neue private Inhalte, interessante Downloads für Ariane-Flieger
Janicki ist offline   Mit Zitat antworten
Alt 31.12.2004, 20:58   #10
Janicki
Inventar
 
Registriert seit: 03.09.2001
Alter: 62
Beiträge: 1.745


Janicki eine Nachricht über ICQ schicken
Standard Texte und Daten dazu:

Hier mal ganz einfach texte & Daten dazu....
da muss es doch Leute geben die das englische Zeug lesen und verstehen können!

Ich bin echt verzweifelt. Ich möchte das gekaufte Wetterradar anwenden in der Aerosoft BEAVER und es funktioniert nicht.
Seit 7 Stunden versuche ich es und bin voll am Ende. Dein Manual ist im schönsten Englisch gehalten, so wie auch Deine Webseite. Eigendlich kann ich kein Englisch aber zum installieren reicht es immer. Drum habe ich die PANEL.CFG der Beaver auch sicher so hinbekommen wie es im PDF steht. (Ich kanns wirklich nicht lesen)
Leider erscheint bei mir mit der Tastenkombi Shift+5 nur ein Foto der Gauge aber die Tasten und Räder haben keinerlei Funktion.
Genau so rätselhaft ist der Speicherort der Datei:
VORONOI.txt??????????????????????????????????????
Die Gauges habe ich zum FS9 Hauptorner GAUGES reinkopiert.
die Datei: WxRadar_BG.bmp habe ich im Panel-Ordner und in die Fs9 GAUGES kopiert.
Alles ohne Erfolg.
Im Anhang habe ich die original Panel.cfg getan ohne Änderungen und dann die panel.cfg mit meinen Änderungen.
Was ich überhaupt nicht kapiere ist, ob man den Installer nun jetzt schon wieder durchlaufen lassen muss? Er verweigert nach wie vor seinen Dienst.
Ich würde so gerne das Radar enutzen aber bin voll am Ende.


Mein Bildschirm hat im Flusi 1280x1024
und ich habe ein registriertes FSUIPC

die englische Hilfe PDF:





englisches Manual Wetteradar


original BAEAVER Panel.cfg
original Beaver Panel.cfg

die von mir erstellte Panel.cfg die nicht geht:
meine erstellte Panel.cfg der Beaver die nicht geht

eine mitgelieferte Beispiel Panel.cfg an der ich mich orientiert habe:
Beispiel Panel.cfg die mitgeliefert wurde

wo ist der Fehler?
Jörg
____________________________________
unabhängig & unbequem
http://www.flusiag.de
Neue private Inhalte, interessante Downloads für Ariane-Flieger
Janicki ist offline   Mit Zitat antworten
Antwort


Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.

Gehe zu


Alle Zeitangaben in WEZ +2. Es ist jetzt 06:03 Uhr.


Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Forum SEO by Zoints
© 2009 FSL Verlag