Jump to content

ABRIS BSOD


Migow

Recommended Posts

hi in Eagle Dynamics\DCS Black Shark 2\Scripts\Aircrafts\Ka-50\Cockpit\ABRIS\ABRIS_page_BSOD.lua

dofile(LockOn_Options.script_path.."ABRIS\\ABRIS_usefull_definitions.lua")
ABRIS_workspace_common       = CreateElement "ceMeshPoly"
ABRIS_workspace_common.name      = "ABRIS_workspace_common"
ABRIS_workspace_common.primitivetype   = "triangles"
ABRIS_workspace_common.vertices     = {{-x_size,y_size},
           {x_size,y_size},
           {x_size,-y_size},
           {-x_size,-y_size}}
ABRIS_workspace_common.indices     = {0, 1, 2, 0, 2, 3}
ABRIS_workspace_common.material     = "BLUE"
ABRIS_workspace_common.h_clip_relation = h_clip_relations.REWRITE_LEVEL
ABRIS_workspace_common.level     = DEFAULT_LEVEL + 2
ABRIS_workspace_common.isdraw     = true
Add(ABRIS_workspace_common);

txt_BSODHEADER     = CreateElement "ceStringPoly"
txt_BSODHEADER.name          = "txt_BSOD_header"
txt_BSODHEADER.init_pos      = {0,0.5,0}
txt_BSODHEADER.material      = "font_Ka-50_ABRIS_WHITE_INVERSE"  
txt_BSODHEADER.alignment     = "CenterCenter"
txt_BSODHEADER.stringdefs    = abris_font[2]
txt_BSODHEADER.value    = "*EDOS*"
Add(txt_BSODHEADER)
use_mipfilter(txt_BSODHEADER)
txt_BSOD     = CreateElement "ceStringPoly"
txt_BSOD.name            = "txt_BSOD"
txt_BSOD.init_pos        = {-0.7,0,0}
txt_BSOD.material        = "font_Ka-50_ABRIS_WHITE"  
txt_BSOD.alignment       = "LeftCenter"
txt_BSOD.stringdefs      = abris_font[2]
txt_BSOD.value     = "A fatal exception 0E has occured\nat 002B:C000069F0 in VxD VMM(01)\n+000059F0. The system must be\nterminated\n\n* Please restart your computer.\n  You will lose any unsaved\n  information in all\n  applications"
Add(txt_BSOD)
use_mipfilter(txt_BSOD)

 

:megalol:

they even have implemented BSOD in ABRIS:D

  • Like 2

VEAF 735th - www.veaf.org - Formateur Ka50

Escadrille Francophone évoluant sur DCS.

En savoir plus : http://www.veaf.org/fr/735-escadrille-virtuelle-dcs-fancaise

Nous rejoindre : http://www.veaf.org/fr/nous-rejoindre

Link to comment
Share on other sites

Does ABRIS work with "MC-OKHA 3.11?" :D

 

Edit: It would be nice if we could play "Mine Sweep" on ABRIS during long transition flights :joystick::lol:


Edited by Suchacz
Link to comment
Share on other sites

Does ABRIS work with "MC-OKHA 3.11?" :D

 

Edit: It would be nice if we could play "Mine Sweep" on ABRIS during long transition flights :joystick::lol:

 

Now that's an interesting idea. :-)

 

I was quite amazed to read about Apache triv in Ed Macy's "Apache"; the crews of two ship flights would send questions about the Apache's systems and specifications to each other. The losers would have to prepare the coffee for the winners on the way to the debriefing. :-)

Link to comment
Share on other sites

  • 2 weeks later...
Make it Tetris, it's a Russian bird after all. ;)

 

What about two-player pong with your wingman? :thumbup:

Intelligent discourse can only begin with the honest admission of your own fallibility.

Member of the Virtual Tactical Air Group: http://vtacticalairgroup.com/

Lua scripts and mods:

MIssion Scripting Tools (Mist): http://forums.eagle.ru/showthread.php?t=98616

Slmod version 7.0 for DCS: World: http://forums.eagle.ru/showthread.php?t=80979

Now includes remote server administration tools for kicking, banning, loading missions, etc.

Link to comment
Share on other sites

The term "fatal exception error" is generally applied to Win9x systems, this particular message indicates a problem with the virtual memory manager, usually problems with drivers.

 

Does it means that ABRIS's operating system is Windows 95?! :doh:

  • Like 1
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...