hamis 0 Posted October 20, 2008 Well,here is my Loading screens mod.With this mod you get pics from arma photography instead of stupid originals while loading.Hamis_Loading_Screens.Non_QG_Version Pic 1 Pic 2 Pic 3 <a href="http://img111.imageshack.us/ my.php?image=arma2008102018270693zd4.gif" target="_blank">Pic 4</a> Pic 5 Share this post Link to post Share on other sites
NoRailgunner 0 Posted October 20, 2008 Maybe it would be clever to add some screen-pics? You know most people like previews and teaser. Share this post Link to post Share on other sites
Grimfist 0 Posted October 20, 2008 1. QG needed 2. i get an error and they dont work. hamis/west/1.paa not found. Share this post Link to post Share on other sites
hamis 0 Posted October 20, 2008 Sorry,updated version with all pics:Hamis_Loading_Screens. Share this post Link to post Share on other sites
-MCF- Frantz 0 Posted October 20, 2008 Armaholic news and mirror : - Hamis Loading Screens Share this post Link to post Share on other sites
{9thInf}Winchester Delta1 0 Posted October 20, 2008 Hey man... Great Addon. but it doesn't work for me. Evrytime i try to startup ARMA with you'r addon i get the error: File hamis_Loading_Screens\config.cpp, line 173: /RscDisplayLoading/variants/RscDisplayLoading/Variants/loadingOne/Loading_East1/controls.Name: Undefind base class 'Name' It just drops back to desktop after i press OK.. Do you have a solution for this? Share this post Link to post Share on other sites
miller 49 Posted October 20, 2008 Nice, thanks hamis  ArmABase.de Mirror and News : Mirror: Hamis_Loading_Screens by Hamis Kind regards Miller Share this post Link to post Share on other sites
CameronMcDonald 146 Posted October 21, 2008 Hey man... Great Addon. but it doesn't work for me.Evrytime i try to startup ARMA with you'r addon i get the error: File hamis_Loading_Screens\config.cpp, line 173: /RscDisplayLoading/variants/RscDisplayLoading/Variants/loadingOne/Loading_East1/controls.Name: Undefind base class 'Name' It just drops back to desktop after i press OK.. Do you have a solution for this? G'day hamis - I get the same error message, sadly enough. Share this post Link to post Share on other sites
HELLFREEZA 0 Posted October 21, 2008 I tried this addon but i get an error message and my ArmA wont start up. something with ...config.cpp/line 173 Share this post Link to post Share on other sites
hamis 0 Posted October 21, 2008 Quote[/b] ]Hey man... Great Addon. but it doesn't work for me.Evrytime i try to startup ARMA with you'r addon i get the error: File hamis_Loading_Screens\config.cpp, line 173: /RscDisplayLoading/variants/RscDisplayLoading/Variants/loadingOne/Loading_East1/controls.Name: Undefind base class 'Name' It just drops back to desktop after i press OK.. Do you have a solution for this? Well,does any of you with errors have QG? Share this post Link to post Share on other sites
william1 0 Posted October 21, 2008 the error happens with QG too : Share this post Link to post Share on other sites
william1 0 Posted October 21, 2008 i've taken a look at the config and it is quite messy , there are things defined twice and the brackets are wrong placed all over the place among other things. the config needs a serious tweak , but i like the pics Share this post Link to post Share on other sites
CameronMcDonald 146 Posted October 22, 2008 Quote[/b] ]Hey man... Great Addon. but it doesn't work for me.Evrytime i try to startup ARMA with you'r addon i get the error: File hamis_Loading_Screens\config.cpp, line 173: /RscDisplayLoading/variants/RscDisplayLoading/Variants/loadingOne/Loading_East1/controls.Name: Undefind base class 'Name' It just drops back to desktop after i press OK.. Do you have a solution for this? Well,does any of you with errors have QG? Yeah, I've got QG. Share this post Link to post Share on other sites
{9thInf}Winchester Delta1 0 Posted October 22, 2008 Is there a fix comming? Share this post Link to post Share on other sites
Stavanger 0 Posted October 22, 2008 Mirror by ePrison.de Loading Screens Mod by Hamis Regards, Stavanger Share this post Link to post Share on other sites
hamis 0 Posted October 22, 2008 Quote[/b] ]i've taken a look at the config and it is quite messy , there are things defined twice and the brackets are wrong placed all over the place among other things. the config needs a serious tweak , but i like the pics Well,would you be so kind and correct those errors? Share this post Link to post Share on other sites
william1 0 Posted October 22, 2008 this config replaces the 3 config files in your addon, you don't need the folder "h" inside the addon. note: i've changed the names of the pictures at my personal tastes, so maybe they  are not the same as the original. QG version: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class CfgPatches { class Hamis_Loading_Screens { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"CAUI","UI_DBE1"}; }; }; class CfgAddons { class PreloadAddons { class Hamis_Loading_Screens { list[] = {"Hamis_Loading_Screens"}; }; }; }; class RscText; // External class reference class RscPicture; // External class reference class RscDisplayLoading { class Variants { class LoadingOne { class controls { class DebugText : RscText { text = "RscDisplayLoading: Loading One"; }; class LoadingPic : RscPicture { text = "\Hamis_Loading_Screens\loadscreen_west1_co.paa"; }; }; }; class Loading_West2 : LoadingOne { class controls : controls { class LoadingPic : LoadingPic { text = "\Hamis_Loading_Screens\loadscreen_west2_co.paa"; }; }; }; class Loading_East1 : LoadingOne { class controls : controls { class LoadingPic : LoadingPic { text = "\Hamis_Loading_Screens\loadscreen_east1_co.paa"; }; }; };         class Loading_Wicks: LoadingOne {             class controls : controls { class LoadingPic : LoadingPic { text = "\Hamis_Loading_Screens\loadingscreen_wicks.paa"; }; }; };         class Loading_Larson: LoadingOne {             class controls : controls { class LoadingPic : LoadingPic { text = "\Hamis_Loading_Screens\loadingscreen_larson.paa"; }; }; };         class Loading_Robinson: LoadingOne {             class controls : controls { class LoadingPic : LoadingPic { text = "\Hamis_Loading_Screens\loadscreen_east1_co.paa"; }; }; };   }; }; class RscStandardDisplay; // External class reference class RscDisplayLoadMission : RscStandardDisplay { class controlsBackground { class LoadingPic : RscPicture { text = "\Hamis_Loading_Screens\loadscreen_east1_co.paa"; }; }; }; class RscDisplayStart : RscStandardDisplay { class controls { class LoadingPic : RscPicture { text = "\Hamis_Loading_Screens\loadscreen_west1_co.paa"; }; }; }; class RscDisplayMPPlayers; // External class reference class RscDisplayClientWait : RscDisplayMPPlayers { class LoadingPic : RscPicture { text = "\Hamis_Loading_Screens\loadingscreen_larson.paa"; }; }; class RscDisplayClient : RscStandardDisplay { class controlsBackground { class LoadingPic : RscPicture { text = "\Hamis_Loading_Screens\loadscreen_west1_co.paa"; }; }; }; no QG version : <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class CfgPatches { class Hamis_Loading_Screens { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"CAUI"}; }; }; class CfgAddons { class PreloadAddons { class Hamis_Loading_Screens { list[] = {"Hamis_Loading_Screens"}; }; }; }; class RscText; // External class reference class RscPicture; // External class reference class RscDisplayLoading { class Variants { class LoadingOne { class controls { class DebugText : RscText { text = "RscDisplayLoading: Loading One"; }; class LoadingPic : RscPicture { text = "\Hamis_Loading_Screens\loadscreen_west1_co.paa"; }; }; }; class Loading_West2 : LoadingOne { class controls : controls { class LoadingPic : LoadingPic { text = "\Hamis_Loading_Screens\loadscreen_west2_co.paa"; }; }; }; class Loading_East1 : LoadingOne { class controls : controls { class LoadingPic : LoadingPic { text = "\Hamis_Loading_Screens\loadscreen_east1_co.paa"; }; }; };        }; }; class RscStandardDisplay; // External class reference class RscDisplayLoadMission : RscStandardDisplay { class controlsBackground { class LoadingPic : RscPicture { text = "\Hamis_Loading_Screens\loadscreen_east1_co.paa"; }; }; }; class RscDisplayStart : RscStandardDisplay { class controls { class LoadingPic : RscPicture { text = "\Hamis_Loading_Screens\loadscreen_west1_co.paa"; }; }; }; class RscDisplayMPPlayers; // External class reference class RscDisplayClientWait : RscDisplayMPPlayers { class LoadingPic : RscPicture { text = "\Hamis_Loading_Screens\loadingscreen_larson.paa"; }; }; class RscDisplayClient : RscStandardDisplay { class controlsBackground { class LoadingPic : RscPicture { text = "\Hamis_Loading_Screens\loadscreen_west1_co.paa"; }; }; }; Share this post Link to post Share on other sites
metsapeikko 0 Posted October 23, 2008 Little question: Hamis, do you actually test your mods before releasing them? Share this post Link to post Share on other sites
{9thInf}Winchester Delta1 0 Posted October 23, 2008 Can't you just bring out a fix... Its diffecult for the noobs you know to put this code in yourself.. Share this post Link to post Share on other sites
action man 0 Posted October 24, 2008 Little question:Hamis, do you actually test your mods before releasing them? Hmm i asked that question myself when i posted this in another topic Quote[/b] ]Hamis i get this message when using your replacement config-File weapon_replacement_six\config.ccp,line 48;/cfgWeapons/m24.six_opticsLeu';'s'.encountered instead of '=' The game won't start  Any ideas why Hamis replied" config looks fine to me" Ha ha lol Share this post Link to post Share on other sites
Lester 0 Posted October 24, 2008 If a flexible alternative pictures are wanted you can also use my old non announced MAP_UI Addon, where everyone can put in his own favorite pictures : http://www.mapfact.net/include....7a0f01b Share this post Link to post Share on other sites
hamis 0 Posted October 24, 2008 Well,first post updated.Now there is Non QG version too and QG version is fixed.It is hard to test some mods,at least if you do permanent modding(by game config's)before addon. Share this post Link to post Share on other sites
big 0 Posted October 24, 2008 Armaholic mirror updated: - Hamis Loading Screens v1.1 Both files packed together. Share this post Link to post Share on other sites
william1 0 Posted October 24, 2008 hamis, i'm afraid you are going to have problems with the non QG version if you name the addon "Non_QG.pbo"but in the path of the pictures inside the addon you put : text = "\Hamis_Loading_Screens\loadscreen_west1_co.paa" . the correct path would be ...text = "\Non_QG\loadscreen_west1_co.paa" Share this post Link to post Share on other sites