Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
jmonlive

Getting titlescreen to autoload to new game (level start incl.)

Question

I can't get titlemap -in GZdoom engine- to use teleport_newmap to SUCCEFULLY load first level - it loads but I can't EVEN move and no player status array showing; other hint if I try to save it claims game hasn't already started. I've been stabbing at problem for three days ATLEAST! HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 

Share this post


Link to post

7 answers to this question

Recommended Posts

  • 3

Titlemaps don't work like that. When a titlemap is running, the game is in a special title state that only allows you to access the menu, you don't have any control over the ingame player. Changing the map from the titlemap does not change this, and isn't supposed to. You still need and must start a game the normal way.

Share this post


Link to post
  • 0

Titlemap is meant to be just 1 map for the title screen... not an in-game level. To edit MAP01 (If using default DooM 2) you need to edit it's MAPINFO with a WAD editor (like SLAD3)

Share this post


Link to post
  • 0
On ‎4‎/‎29‎/‎2018 at 6:53 PM, DynamiteKaitorn said:

Titlemap is meant to be just 1 map for the title screen... not an in-game level. To edit MAP01 (If using default DooM 2) you need to edit it's MAPINFO with a WAD editor (like SLAD3)

I am using Tittlemap as titlescreen, but why it can't load in-game levels is beyond me...here's the ACS script for tittlescreen I edited - most recently the Teleport_NewMap call code line! Her's the code verbatim:

 

CODE:

//#import "pstation.acs"
//#import "williams.acs"
#import "psxlost.acs"
//compiler complained so I'll put 'include' variant below, but it didn't work!
//#include "psxlost.acs"
#include "zcommon.acs"

Int scroll_y;
Int animate;
Int count;
Int width;
Int height;
Bool statusbar;

//Str PSXMOVI[109] = //Brutaldoomisawesome, why have PSXLOGO; SONY DIDN'T DEVELOP OR EVEN PUBLISH THE GAME!
//{
//"PSX00001",
//"PSX00002",
//"PSX00003",
//"PSX00004",
//"PSX00005",
//"PSX00006",
//"PSX00007",
//"PSX00008",
//"PSX00009",
//"PSX00010",
//"PSX00011",
//"PSX00012",
//"PSX00013",
//"PSX00014",
//"PSX00015",
//"PSX00016",
//"PSX00017",
//"PSX00018",
//"PSX00019",
//"PSX00020",
//"PSX00021",
//"PSX00022",
//"PSX00023",
//"PSX00024",
//"PSX00025",
//"PSX00026",
//"PSX00027",
//"PSX00028",
//"PSX00029",
//"PSX00030",
//"PSX00031",
//"PSX00032",
//"PSX00033",
//"PSX00034",
//"PSX00035",
//"PSX00036",
//"PSX00037",
//"PSX00038",
//"PSX00039",
//"PSX00040",
//"PSX00041",
//"PSX00042",
//"PSX00043",
//"PSX00044",
//"PSX00045",
//"PSX00046",
//"PSX00047",
//"PSX00048",
//"PSX00049",
//"PSX00050",
//"PSX00051",
//"PSX00052",
//"PSX00053",
//"PSX00054",
//"PSX00055",
//"PSX00056",
//"PSX00057",
//"PSX00058",
//"PSX00059",
//"PSX00060",
//"PSX00061",
//"PSX00062",
//"PSX00063",
//"PSX00064",
//"PSX00065",
//"PSX00066",
//"PSX00067",
//"PSX00068",
//"PSX00069",
//"PSX00070",
//"PSX00071",
//"PSX00072",
//"PSX00073",
//"PSX00074",
//"PSX00075",
//"PSX00076",
//"PSX00077",
//"PSX00078",
//"PSX00079",
//"PSX00080",
//"PSX00081",
//"PSX00082",
//"PSX00083",
//"PSX00084",
//"PSX00085",
//"PSX00086",
//"PSX00087",
//"PSX00088",
//"PSX00089",
//"PSX00090",
//"PSX00091",
//"PSX00092",
//"PSX00093",
//"PSX00094",
//"PSX00095",
//"PSX00096",
//"PSX00097",
//"PSX00098",
//"PSX00099",
//"PSX00100",
//"PSX00101",
//"PSX00102",
//"PSX00103",
//"PSX00104",
//"PSX00105",
//"PSX00106",
//"PSX00107",
//"PSX00108",
//"PSX00109",
//};
//
//Str willmovi[261] = //YOU WILL GET YOUR LOGO ON *ANY* TITLESCREENS WITH ID SOFTWARE...
//{
//"WIL00001",
//"WIL00002",
//"WIL00003",
//"WIL00004",
//"WIL00005",
//"WIL00006",
//"WIL00007",
//"WIL00008",
//"WIL00009",
//"WIL00010",
//"WIL00011",
//"WIL00012",
//"WIL00013",
//"WIL00014",
//"WIL00015",
//"WIL00016",
//"WIL00017",
//"WIL00018",
//"WIL00019",
//"WIL00020",
//"WIL00021",
//"WIL00022",
//"WIL00023",
//"WIL00024",
//"WIL00025",
//"WIL00026",
//"WIL00027",
//"WIL00028",
//"WIL00029",
//"WIL00030",
//"WIL00031",
//"WIL00032",
//"WIL00033",
//"WIL00034",
//"WIL00035",
//"WIL00036",
//"WIL00037",
//"WIL00038",
//"WIL00039",
//"WIL00040",
//"WIL00041",
//"WIL00042",
//"WIL00043",
//"WIL00044",
//"WIL00045",
//"WIL00046",
//"WIL00047",
//"WIL00048",
//"WIL00049",
//"WIL00050",
//"WIL00051",
//"WIL00052",
//"WIL00053",
//"WIL00054",
//"WIL00055",
//"WIL00056",
//"WIL00057",
//"WIL00058",
//"WIL00059",
//"WIL00060",
//"WIL00061",
//"WIL00062",
//"WIL00063",
//"WIL00064",
//"WIL00065",
//"WIL00066",
//"WIL00067",
//"WIL00068",
//"WIL00069",
//"WIL00070",
//"WIL00071",
//"WIL00072",
//"WIL00073",
//"WIL00074",
//"WIL00075",
//"WIL00076",
//"WIL00077",
//"WIL00078",
//"WIL00079",
//"WIL00080",
//"WIL00081",
//"WIL00082",
//"WIL00083",
//"WIL00084",
//"WIL00085",
//"WIL00086",
//"WIL00087",
//"WIL00088",
//"WIL00089",
//"WIL00090",
//"WIL00091",
//"WIL00092",
//"WIL00093",
//"WIL00094",
//"WIL00095",
//"WIL00096",
//"WIL00097",
//"WIL00098",
//"WIL00099",
//"WIL00100",
//"WIL00101",
//"WIL00102",
//"WIL00103",
//"WIL00104",
//"WIL00105",
//"WIL00106",
//"WIL00107",
//"WIL00108",
//"WIL00109",
//"WIL00110",
//"WIL00111",
//"WIL00112",
//"WIL00113",
//"WIL00114",
//"WIL00115",
//"WIL00116",
//"WIL00117",
//"WIL00118",
//"WIL00119",
//"WIL00120",
//"WIL00121",
//"WIL00122",
//"WIL00123",
//"WIL00124",
//"WIL00125",
//"WIL00126",
//"WIL00127",
//"WIL00128",
//"WIL00129",
//"WIL00130",
//"WIL00131",
//"WIL00132",
//"WIL00133",
//"WIL00134",
//"WIL00135",
//"WIL00136",
//"WIL00137",
//"WIL00138",
//"WIL00139",
//"WIL00140",
//"WIL00141",
//"WIL00142",
//"WIL00143",
//"WIL00144",
//"WIL00145",
//"WIL00146",
//"WIL00147",
//"WIL00148",
//"WIL00149",
//"WIL00150",
//"WIL00151",
//"WIL00152",
//"WIL00153",
//"WIL00154",
//"WIL00155",
//"WIL00156",
//"WIL00157",
//"WIL00158",
//"WIL00159",
//"WIL00160",
//"WIL00161",
//"WIL00162",
//"WIL00163",
//"WIL00164",
//"WIL00165",
//"WIL00166",
//"WIL00167",
//"WIL00168",
//"WIL00169",
//"WIL00170",
//"WIL00171",
//"WIL00172",
//"WIL00173",
//"WIL00174",
//"WIL00175",
//"WIL00176",
//"WIL00177",
//"WIL00178",
//"WIL00179",
//"WIL00180",
//"WIL00181",
//"WIL00182",
//"WIL00183",
//"WIL00184",
//"WIL00185",
//"WIL00186",
//"WIL00187",
//"WIL00188",
//"WIL00189",
//"WIL00190",
//"WIL00191",
//"WIL00192",
//"WIL00193",
//"WIL00194",
//"WIL00195",
//"WIL00196",
//"WIL00197",
//"WIL00198",
//"WIL00199",
//"WIL00184",
//"WIL00185",
//"WIL00186",
//"WIL00187",
//"WIL00188",
//"WIL00189",
//"WIL00190",
//"WIL00191",
//"WIL00192",
//"WIL00193",
//"WIL00194",
//"WIL00195",
//"WIL00196",
//"WIL00197",
//"WIL00198",
//"WIL00199",
//"WIL00200",
//"WIL00201",
//"WIL00202",
//"WIL00203",
//"WIL00204",
//"WIL00205",
//"WIL00206",
//"WIL00207",
//"WIL00208",
//"WIL00209",
//"WIL00210",
//"WIL00211",
//"WIL00212",
//"WIL00213",
//"WIL00214",
//"WIL00215",
//"WIL00216",
//"WIL00217",
//"WIL00218",
//"WIL00219",
//"WIL00220",
//"WIL00221",
//"WIL00222",
//"WIL00223",
//"WIL00224",
//"WIL00225",
//"WIL00226",
//"WIL00227",
//"WIL00228",
//"WIL00229",
//"WIL00230",
//"WIL00231",
//"WIL00232",
//"WIL00233",
//"WIL00234",
//"WIL00235",
//"WIL00236",
//"WIL00237",
//"WIL00238",
//"WIL00239",
//"WIL00240",
//"WIL00241",
//"WIL00242",
//"WIL00243",
//"WIL00244",
//"WIL00244",
//};
//
//Str fireanim[317] =  //NOT NEEDED
//{
//"FIRE001",
//"FIRE002",
//"FIRE003",
//"FIRE004",
//"FIRE005",
//"FIRE006",
//"FIRE007",
//"FIRE008",
//"FIRE009",
//"FIRE010",
//"FIRE011",
//"FIRE012",
//"FIRE013",
//"FIRE014",
//"FIRE015",
//"FIRE016",
//"FIRE017",
//"FIRE018",
//"FIRE019",
//"FIRE020",
//"FIRE021",
//"FIRE022",
//"FIRE023",
//"FIRE024",
//"FIRE025",
//"FIRE026",
//"FIRE027",
//"FIRE028",
//"FIRE029",
//"FIRE030",
//"FIRE031",
//"FIRE032",
//"FIRE033",
//"FIRE034",
//"FIRE035",
//"FIRE036",
//"FIRE037",
//"FIRE038",
//"FIRE039",
//"FIRE040",
//"FIRE041",
//"FIRE042",
//"FIRE043",
//"FIRE044",
//"FIRE045",
//"FIRE046",
//"FIRE047",
//"FIRE048",
//"FIRE049",
//"FIRE050",
//"FIRE051",
//"FIRE052",
//"FIRE053",
//"FIRE054",
//"FIRE055",
//"FIRE056",
//"FIRE057",
//"FIRE058",
//"FIRE059",
//"FIRE060",
//"FIRE061",
//"FIRE062",
//"FIRE063",
//"FIRE064",
//"FIRE065",
//"FIRE066",
//"FIRE067",
//"FIRE068",
//"FIRE069",
//"FIRE070",
//"FIRE071",
//"FIRE072",
//"FIRE073",
//"FIRE074",
//"FIRE075",
//"FIRE076",
//"FIRE077",
//"FIRE078",
//"FIRE079",
//"FIRE080",
//"FIRE081",
//"FIRE082",
//"FIRE083",
//"FIRE084",
//"FIRE085",
//"FIRE086",
//"FIRE087",
//"FIRE088",
//"FIRE089",
//"FIRE090",
//"FIRE091",
//"FIRE092",
//"FIRE093",
//"FIRE094",
//"FIRE095",
//"FIRE096",
//"FIRE097",
//"FIRE098",
//"FIRE099",
//"FIRE100",
//"FIRE101",
//"FIRE102",
//"FIRE103",
//"FIRE104",
//"FIRE105",
//"FIRE106",
//"FIRE107",
//"FIRE108",
//"FIRE109",
//"FIRE110",
//"FIRE111",
//"FIRE112",
//"FIRE113",
//"FIRE114",
//"FIRE115",
//"FIRE116",
//"FIRE117",
//"FIRE118",
//"FIRE119",
//"FIRE120",
//"FIRE121",
//"FIRE122",
//"FIRE123",
//"FIRE124",
//"FIRE125",
//"FIRE126",
//"FIRE127",
//"FIRE128",
//"FIRE129",
//"FIRE130",
//"FIRE131",
//"FIRE132",
//"FIRE133",
//"FIRE134",
//"FIRE135",
//"FIRE136",
//"FIRE137",
//"FIRE138",
//"FIRE139",
//"FIRE140",
//"FIRE141",
//"FIRE142",
//"FIRE143",
//"FIRE144",
//"FIRE145",
//"FIRE146",
//"FIRE147",
//"FIRE148",
//"FIRE149",
//"FIRE150",
//"FIRE151",
//"FIRE152",
//"FIRE153",
//"FIRE154",
//"FIRE155",
//"FIRE156",
//"FIRE157",
//"FIRE158",
//"FIRE159",
//"FIRE160",
//"FIRE161",
//"FIRE162",
//"FIRE163",
//"FIRE164",
//"FIRE165",
//"FIRE166",
//"FIRE167",
//"FIRE168",
//"FIRE169",
//"FIRE170",
//"FIRE171",
//"FIRE172",
//"FIRE173",
//"FIRE174",
//"FIRE175",
//"FIRE176",
//"FIRE177",
//"FIRE178",
//"FIRE179",
//"FIRE180",
//"FIRE181",
//"FIRE182",
//"FIRE183",
//"FIRE184",
//"FIRE185",
//"FIRE186",
//"FIRE187",
//"FIRE188",
//"FIRE189",
//"FIRE190",
//"FIRE191",
//"FIRE192",
//"FIRE193",
//"FIRE194",
//"FIRE195",
//"FIRE196",
//"FIRE197",
//"FIRE198",
//"FIRE199",
//"FIRE200",
//"FIRE201",
//"FIRE202",
//"FIRE203",
//"FIRE204",
//"FIRE205",
//"FIRE206",
//"FIRE207",
//"FIRE208",
//"FIRE209",
//"FIRE210",
//"FIRE211",
//"FIRE212",
//"FIRE213",
//"FIRE214",
//"FIRE215",
//"FIRE216",
//"FIRE217",
//"FIRE218",
//"FIRE219",
//"FIRE220",
//"FIRE221",
//"FIRE222",
//"FIRE223",
//"FIRE224",
//"FIRE225",
//"FIRE226",
//"FIRE227",
//"FIRE228",
//"FIRE229",
//"FIRE230",
//"FIRE231",
//"FIRE232",
//"FIRE233",
//"FIRE234",
//"FIRE235",
//"FIRE236",
//"FIRE237",
//"FIRE238",
//"FIRE239",
//"FIRE240",
//"FIRE241",
//"FIRE242",
//"FIRE243",
//"FIRE244",
//"FIRE245",
//"FIRE246",
//"FIRE247",
//"FIRE248",
//"FIRE249",
//"FIRE250",
//"FIRE251",
//"FIRE252",
//"FIRE253",
//"FIRE254",
//"FIRE255",
//"FIRE256",
//"FIRE257",
//"FIRE258",
//"FIRE259",
//"FIRE260",
//"FIRE261",
//"FIRE262",
//"FIRE263",
//"FIRE264",
//"FIRE265",
//"FIRE266",
//"FIRE267",
//"FIRE268",
//"FIRE269",
//"FIRE270",
//"FIRE271",
//"FIRE272",
//"FIRE273",
//"FIRE274",
//"FIRE275",
//"FIRE276",
//"FIRE277",
//"FIRE278",
//"FIRE279",
//"FIRE280",
//"FIRE281",
//"FIRE282",
//"FIRE283",
//"FIRE284",
//"FIRE285",
//"FIRE286",
//"FIRE287",
//"FIRE288",
//"FIRE289",
//"FIRE290",
//"FIRE291",
//"FIRE292",
//"FIRE293",
//"FIRE294",
//"FIRE295",
//"FIRE296",
//"FIRE297",
//"FIRE298",
//"FIRE299",
//"FIRE300",
//"FIRE301",
//"FIRE302",
//"FIRE303",
//"FIRE304",
//"FIRE305",
//"FIRE306",
//"FIRE307",
//"FIRE308",
//"FIRE309",
//"FIRE310",
//"FIRE311",
//"FIRE312",
//"FIRE313",
//"FIRE314",
//"FIRE315",
//"FIRE316",
//"FIRE317"
//};
//
Script "TITLESCR" Open
{
    //if (PSTATION == 1)
    {
    //    SetHudSize (640, 480, 1);
    //    SetFont (psxmovi[0]);
    //    HudMessage (s:"A"; HUDMSG_PLAIN, 1000, CR_UNTRANSLATED, 320.0, 240.0, 0);
    //    Delay(70);
	//
    //    SetMusic ("PSXLOGO", 0);
	//
    //    Int frame;
    //    Int pause;
    //    Delay(45);
    //    For (animate=0; animate<555; animate++)
    //    {
    //        SetFont (psxmovi[frame]);
    //        HudMessage (s:"A"; HUDMSG_PLAIN, 1000, CR_UNTRANSLATED, 320.0, 240.0, 0);
    //        Delay (1);
    //        If(frame==72){pause=1;}
    //        If(animate==290){pause=0;}
    //        If(frame==106){pause=1;}
    //        If(pause==0){frame++;}
    //    }
	//
    //    SetMusic ("", 0);
	//
    //    Delay(15);
        SetHudSize (256, 240, 1);
        SetFont ("BLACK");
        HudMessage (s:"a"; HUDMSG_PLAIN, 1000, CR_UNTRANSLATED, 128.0, 120.0, 0);
        Delay(35);
	//
    //    setFont ("SCEA");
    //    HudMessage (s:"a"; HUDMSG_FADEOUT, 999, CR_UNTRANSLATED, 128.0, 120.0, 3.0, 0.5);
    //    Delay(88);
    //}
    //
    //Delay(70);
    //SetHudSize (256, 240, 1);
    //SetFont ("BLACK");
    //HudMessage (s:"a"; HUDMSG_PLAIN, 1000, CR_UNTRANSLATED, 128.0, 120.0, 0);
    //
    //if (WILLIAMS == 1)
    //{
    //    SetMusic ("Williams", 0);
    //
    //    For (animate=0; animate<261; animate++)
    //    {
    //        SetFont (willmovi[animate]);
    //        HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);
    //        Delay(1);
    //        count++;
    //        If(count==7)//30fps
    //        {
    //            Delay(1);
    //            count=0;
    //        }
    //        If(animate>=250)
    //            SetMusic ("", 0);
    //    }
    //
    //    HudMessage (s:""; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 0.0, 0.0, 0);
    //    Delay(70);
    //
        SetFont ("COPYRTS");
        HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);
        Delay(128);
      //
     //   HudMessage (s:""; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 0.0, 0.0, 0);
    //    Delay(70);
    }
    //
    While ("TITLESCR")
    {
        animate=FALSE;
		//GetScreenWidth();
		//GetScreenHeight();
		//SetHudSize(640, 480, FALSE); //64, 20, OLD
        //SetFont ("LOADING");
        //HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, 120.0, 4.2);
        //Delay(50);

        //SetMusic ("EXPLOSIO", 0);
        //Delay(60);

        SetMusic ("", 0); //NO NEED TO USE PSXTITLE TRACK IN 'TRILOGY TITLESCREEN'... 

        //For (scroll_y=360; scroll_y>119; scroll_y--) //causes trilogy titlescreen to scroll!!!!
        //{
			//GetScreenWidth();
			//GetScreenHeight();
			SetHudSize(0, 0, FALSE);
			SetFont ("TITLEPIC"); //DELETED OLD "TITLEPIC" SINCE ITS SILLY TO USE "DOOM" WHEN 
			//IT'S A TRILOGY OF GAMES...AND ALSO ADDITIONALLY I HAVE GIVEN DUE-CREDIT TO YOU, 
			//BRUTALDOOMISAWESOME, AMONG OTHERS FOR ORIGINAL "PSX DOOM FOR BRUTAL DOOM" SOURCE CODE.
            HudMessage (s:"A"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 413.0, 240.0, 0);//128.0, 120.0, 0);
        // IF FOLLOWING COMMENTOUT 806: BAK//
			  //HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
		//    SetFont (fireanim[animate]);
        //    HudMessage (s:"a"; HUDMSG_PLAIN, 993, CR_UNTRANSLATED, -30.0, 176.0, 0);
        //    HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 33.0, 176.0, 0);
        //    HudMessage (s:"a"; HUDMSG_PLAIN, 987, CR_UNTRANSLATED, 96.0, 176.0, 0);
        //    HudMessage (s:"a"; HUDMSG_PLAIN, 986, CR_UNTRANSLATED, 159.0, 176.0, 0);
        //    HudMessage (s:"a"; HUDMSG_PLAIN, 985, CR_UNTRANSLATED, 222.0, 176.0, 0);
        //    HudMessage (s:"a"; HUDMSG_PLAIN, 984, CR_UNTRANSLATED, 285.0, 176.0, 0);
        //    animate++;
            Delay(175); //BOTH 1070, 1 OLD //35 tics = 1 sec
       // While (animate<317)
       // {
       //     SetFont (fireanim[animate]);
       //     HudMessage (s:"a"; HUDMSG_PLAIN, 993, CR_UNTRANSLATED, -30.0, 176.0, 0);
       //     HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 33.0, 176.0, 0);
       //     HudMessage (s:"a"; HUDMSG_PLAIN, 987, CR_UNTRANSLATED, 96.0, 176.0, 0);
       //     HudMessage (s:"a"; HUDMSG_PLAIN, 986, CR_UNTRANSLATED, 159.0, 176.0, 0);
       //     HudMessage (s:"a"; HUDMSG_PLAIN, 985, CR_UNTRANSLATED, 222.0, 176.0, 0);
       //     HudMessage (s:"a"; HUDMSG_PLAIN, 984, CR_UNTRANSLATED, 285.0, 176.0, 0);
       //     animate++;
       //     Delay(1);
       // }

       // HudMessage (s:""; HUDMSG_PLAIN, 983, CR_UNTRANSLATED, 0.0, 0.0, 0);
       // HudMessage (s:""; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 0.0, 0.0, 0);
       // HudMessage (s:""; HUDMSG_PLAIN, 987, CR_UNTRANSLATED, 0.0, 0.0, 0);
       // HudMessage (s:""; HUDMSG_PLAIN, 986, CR_UNTRANSLATED, 0.0, 0.0, 0);
       // HudMessage (s:""; HUDMSG_PLAIN, 985, CR_UNTRANSLATED, 0.0, 0.0, 0);
       // HudMessage (s:""; HUDMSG_PLAIN, 984, CR_UNTRANSLATED, 0.0, 0.0, 0);

       // Delay(1070);

        //SetMusic ("EXPLOSIO", 0);
		//SetHudSize(64, 20, FALSE);
		//SetFont ("LOADING");
        //HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, 120.0, 0);
        //Delay(50);

        //SetMusic ("EXPLOSIO", 0);
        //Delay(60);

        //HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 0.0, 0.0, 0);
        SetMusic ("PSXCRDTS", 0);

		SetHudSize(256, 240, FALSE);
		SetFont ("BDCRED1");
		HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);

		SetHudSize(256, 290, FALSE);
		SetFont ("BDCRED2");
		Setfont ("smallfnt");
		For (scroll_y=360; scroll_y>-150; scroll_y--)
		{

			HudMessage (s:"Brutal Doom By: Sergent_Mark_IV",
			s:"\nResource Contributors: Mike12, Captain Toenail",
			s:"\n Revolution, David G. Eriance, Perkristian, Dr. Doctor",
			s:"\n Crucux Duo, DoomNukem, JoeyTD, DAS_M, Pa1Ki113r",
			s:"\n Beta Testing Team: HairyHog, The Big Robb, TastySnax",
			s:"\n Sks23, Mike Jackson, Aidin Zolghadr, Anothony 'Ace-A101' Nemitzm",
			s:"\n James Main 'lordsudo', Pa1nki113r, LepiSladja,",
			s:"\n Luka Königsberg Rungi, lain 'Guy from Mt Erebus' Lockhart",
			s:"\n NEOSTAR, PickGor Krishni Prime79, ZioMcCall, Kianoosh Naghavi",
			s:"\n Brian Rubsha, Roger 'DeathHeadSkull' Pennell, wrachesspawn",
			s:"\n JuCstian, Boku, Micheal John Lusty Smith, Eduardo Esteban Roman Apiolaza",
			s:"\n Brutal Doomguy, Dat'Cracka Skoobie, Dashie, David Bozociv 'Sasser'",
			s:"\n RUSTYGOLD AKA NICKBROWN, Brian 'ZaroOmegaZX', Jefferson Sales",
			s:"\n Sorry If I forgot someone",
			s:"\n Doomguy Voiced by: Zero X. Diamond.",
			s:"\n Friendly Mariens Voices by: Tiberiumoul.",
			s:"\n Special Thanks to: Andrew Hulshult, John Romero, and Finfrosk.";
			HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
			Delay (1);
		}

		SetHudSize(256, 240, FALSE);
        SetFont ("IDCRED1");
        HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);

		SetHudSize(238, 182, FALSE);
        SetFont ("IDCRED2");
        For (scroll_y=360; scroll_y>-105; scroll_y--)
        {
            HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
            Delay(1);
        }

		SetHudSize(256, 240, FALSE);
        SetFont ("WMSCRED1");
        HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);

		SetHudSize(245, 320, FALSE);
        SetFont ("WMSCRED2");
        For (scroll_y=400; scroll_y>-170; scroll_y--)
        {
            HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
            Delay(1);
        }

		SetHudSize(256, 240, FALSE);
        SetFont ("LEVCRED1");
        HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);

		SetHudSize(234, 235, FALSE);
        SetFont ("LEVCRED2");
        For (scroll_y=380; scroll_y>-140; scroll_y--)
        {
            HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
            Delay(1);
        }

        if (LostLevels == 1)
        {
            SetHudSize(256, 240, FALSE);
			SetFont ("LSTCRED1");
            HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);

			SetHudSize(256, 200, FALSE);
            SetFont ("LSTCRED2");
            For (scroll_y=340; scroll_y>-100; scroll_y--)
            {
                HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
                Delay(1);
            }
        }

		SetHudSize(256, 240, FALSE);
        SetFont ("TCCRED1");
        HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);

		SetHudSize(256, 290, FALSE);
        SetFont ("TCCRED2");
        For (scroll_y=385; scroll_y>-145; scroll_y--)
        {
            HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
            Delay(1);
        }

        //Ultimate Doom prologue's content's components for Ultimate Doom game:
		{
		SetMusic ("SNESRIP1", 0);
		SetHudSize(256, 240, FALSE);
		SetFont ("INTERPIC");
		HudMessage (s:"A"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);
		Setfont ("smallfnt");
		
			HudMessage (s:"ULTIMATE DOOM PROLOGUE",
			s:"\n A few hours after Mars receives a message from Phobos ",
			s:"\n moon...through the garbling you can make out something",
			s:"\n about needing military assistance immediately...hearing",
			s:"\n something about fraggin'...out of gateways ...computer",
			s:"\n network...nuts...You and your buddies decide to go to",
			s:"\n Phobos. You are not trusted with a gun because you are",
			s:"\n pending courtmartial Human Resources hearing, so you are",
			s:"\n ordered to just wait outside to guard perimeter...hours",
			s:"\n pass while your heart pounds hearing gunfire and god-",
			s:"\n awful screams - then utter silence. You are alone...", 
			s:"\n but then you can makeout animal-like growls and moans", 
			s:"\n which you can only investigate since you don't know ",
			s:"\n how to drive this craft off this hell-of-a-rock.";
			HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, 120.0, 0);
			Delay (1715); //49 sec @ 35 tics per sec
		
        }
		
		//Ultimate Doom titlescreen properties for Ultimate Doom game:
		{
		SetMusic ("SNESRIP2", 0);
		SetHudSize(0, 0, FALSE); //OLD 640, 480
		SetFont ("ULTDMPIC");
		HudMessage (s:"A"; HUDMSG_PLAIN, 998 ,CR_UNTRANSLATED, 413.0, 240.0, 0);//OLD 128.0, 120.0, 0); //MY CUSTOM OLD 413.0, 240.0, 0); 
		Delay (1050); //OLD 7 sec @ 35 tics per sec
		//Exit_Normal(1);
		Teleport_NewMap ( 1, 0, 1); //MAP01 frozen with not even map bar -in fact can't even save; game hasn't even began somehow!
		//ChangeLevel ("MAP01", 1, CHANGELEVEL_RESETINVENTORY, SKILL_NORMAL);
		//Terminate; //Delay (1);  //
		}
	}
}

 

Share this post


Link to post
  • 0
On 5/1/2018 at 6:57 AM, jmonlive said:

I am using Tittlemap as titlescreen, but why it can't load in-game levels is beyond me...here's the ACS script for tittlescreen I edited - most recently the Teleport_NewMap call code line! Her's the code verbatim:

 

CODE:


//#import "pstation.acs"
//#import "williams.acs"
#import "psxlost.acs"
//compiler complained so I'll put 'include' variant below, but it didn't work!
//#include "psxlost.acs"
#include "zcommon.acs"

Int scroll_y;
Int animate;
Int count;
Int width;
Int height;
Bool statusbar;

//Str PSXMOVI[109] = //Brutaldoomisawesome, why have PSXLOGO; SONY DIDN'T DEVELOP OR EVEN PUBLISH THE GAME!
//{
//"PSX00001",
//"PSX00002",
//"PSX00003",
//"PSX00004",
//"PSX00005",
//"PSX00006",
//"PSX00007",
//"PSX00008",
//"PSX00009",
//"PSX00010",
//"PSX00011",
//"PSX00012",
//"PSX00013",
//"PSX00014",
//"PSX00015",
//"PSX00016",
//"PSX00017",
//"PSX00018",
//"PSX00019",
//"PSX00020",
//"PSX00021",
//"PSX00022",
//"PSX00023",
//"PSX00024",
//"PSX00025",
//"PSX00026",
//"PSX00027",
//"PSX00028",
//"PSX00029",
//"PSX00030",
//"PSX00031",
//"PSX00032",
//"PSX00033",
//"PSX00034",
//"PSX00035",
//"PSX00036",
//"PSX00037",
//"PSX00038",
//"PSX00039",
//"PSX00040",
//"PSX00041",
//"PSX00042",
//"PSX00043",
//"PSX00044",
//"PSX00045",
//"PSX00046",
//"PSX00047",
//"PSX00048",
//"PSX00049",
//"PSX00050",
//"PSX00051",
//"PSX00052",
//"PSX00053",
//"PSX00054",
//"PSX00055",
//"PSX00056",
//"PSX00057",
//"PSX00058",
//"PSX00059",
//"PSX00060",
//"PSX00061",
//"PSX00062",
//"PSX00063",
//"PSX00064",
//"PSX00065",
//"PSX00066",
//"PSX00067",
//"PSX00068",
//"PSX00069",
//"PSX00070",
//"PSX00071",
//"PSX00072",
//"PSX00073",
//"PSX00074",
//"PSX00075",
//"PSX00076",
//"PSX00077",
//"PSX00078",
//"PSX00079",
//"PSX00080",
//"PSX00081",
//"PSX00082",
//"PSX00083",
//"PSX00084",
//"PSX00085",
//"PSX00086",
//"PSX00087",
//"PSX00088",
//"PSX00089",
//"PSX00090",
//"PSX00091",
//"PSX00092",
//"PSX00093",
//"PSX00094",
//"PSX00095",
//"PSX00096",
//"PSX00097",
//"PSX00098",
//"PSX00099",
//"PSX00100",
//"PSX00101",
//"PSX00102",
//"PSX00103",
//"PSX00104",
//"PSX00105",
//"PSX00106",
//"PSX00107",
//"PSX00108",
//"PSX00109",
//};
//
//Str willmovi[261] = //YOU WILL GET YOUR LOGO ON *ANY* TITLESCREENS WITH ID SOFTWARE...
//{
//"WIL00001",
//"WIL00002",
//"WIL00003",
//"WIL00004",
//"WIL00005",
//"WIL00006",
//"WIL00007",
//"WIL00008",
//"WIL00009",
//"WIL00010",
//"WIL00011",
//"WIL00012",
//"WIL00013",
//"WIL00014",
//"WIL00015",
//"WIL00016",
//"WIL00017",
//"WIL00018",
//"WIL00019",
//"WIL00020",
//"WIL00021",
//"WIL00022",
//"WIL00023",
//"WIL00024",
//"WIL00025",
//"WIL00026",
//"WIL00027",
//"WIL00028",
//"WIL00029",
//"WIL00030",
//"WIL00031",
//"WIL00032",
//"WIL00033",
//"WIL00034",
//"WIL00035",
//"WIL00036",
//"WIL00037",
//"WIL00038",
//"WIL00039",
//"WIL00040",
//"WIL00041",
//"WIL00042",
//"WIL00043",
//"WIL00044",
//"WIL00045",
//"WIL00046",
//"WIL00047",
//"WIL00048",
//"WIL00049",
//"WIL00050",
//"WIL00051",
//"WIL00052",
//"WIL00053",
//"WIL00054",
//"WIL00055",
//"WIL00056",
//"WIL00057",
//"WIL00058",
//"WIL00059",
//"WIL00060",
//"WIL00061",
//"WIL00062",
//"WIL00063",
//"WIL00064",
//"WIL00065",
//"WIL00066",
//"WIL00067",
//"WIL00068",
//"WIL00069",
//"WIL00070",
//"WIL00071",
//"WIL00072",
//"WIL00073",
//"WIL00074",
//"WIL00075",
//"WIL00076",
//"WIL00077",
//"WIL00078",
//"WIL00079",
//"WIL00080",
//"WIL00081",
//"WIL00082",
//"WIL00083",
//"WIL00084",
//"WIL00085",
//"WIL00086",
//"WIL00087",
//"WIL00088",
//"WIL00089",
//"WIL00090",
//"WIL00091",
//"WIL00092",
//"WIL00093",
//"WIL00094",
//"WIL00095",
//"WIL00096",
//"WIL00097",
//"WIL00098",
//"WIL00099",
//"WIL00100",
//"WIL00101",
//"WIL00102",
//"WIL00103",
//"WIL00104",
//"WIL00105",
//"WIL00106",
//"WIL00107",
//"WIL00108",
//"WIL00109",
//"WIL00110",
//"WIL00111",
//"WIL00112",
//"WIL00113",
//"WIL00114",
//"WIL00115",
//"WIL00116",
//"WIL00117",
//"WIL00118",
//"WIL00119",
//"WIL00120",
//"WIL00121",
//"WIL00122",
//"WIL00123",
//"WIL00124",
//"WIL00125",
//"WIL00126",
//"WIL00127",
//"WIL00128",
//"WIL00129",
//"WIL00130",
//"WIL00131",
//"WIL00132",
//"WIL00133",
//"WIL00134",
//"WIL00135",
//"WIL00136",
//"WIL00137",
//"WIL00138",
//"WIL00139",
//"WIL00140",
//"WIL00141",
//"WIL00142",
//"WIL00143",
//"WIL00144",
//"WIL00145",
//"WIL00146",
//"WIL00147",
//"WIL00148",
//"WIL00149",
//"WIL00150",
//"WIL00151",
//"WIL00152",
//"WIL00153",
//"WIL00154",
//"WIL00155",
//"WIL00156",
//"WIL00157",
//"WIL00158",
//"WIL00159",
//"WIL00160",
//"WIL00161",
//"WIL00162",
//"WIL00163",
//"WIL00164",
//"WIL00165",
//"WIL00166",
//"WIL00167",
//"WIL00168",
//"WIL00169",
//"WIL00170",
//"WIL00171",
//"WIL00172",
//"WIL00173",
//"WIL00174",
//"WIL00175",
//"WIL00176",
//"WIL00177",
//"WIL00178",
//"WIL00179",
//"WIL00180",
//"WIL00181",
//"WIL00182",
//"WIL00183",
//"WIL00184",
//"WIL00185",
//"WIL00186",
//"WIL00187",
//"WIL00188",
//"WIL00189",
//"WIL00190",
//"WIL00191",
//"WIL00192",
//"WIL00193",
//"WIL00194",
//"WIL00195",
//"WIL00196",
//"WIL00197",
//"WIL00198",
//"WIL00199",
//"WIL00184",
//"WIL00185",
//"WIL00186",
//"WIL00187",
//"WIL00188",
//"WIL00189",
//"WIL00190",
//"WIL00191",
//"WIL00192",
//"WIL00193",
//"WIL00194",
//"WIL00195",
//"WIL00196",
//"WIL00197",
//"WIL00198",
//"WIL00199",
//"WIL00200",
//"WIL00201",
//"WIL00202",
//"WIL00203",
//"WIL00204",
//"WIL00205",
//"WIL00206",
//"WIL00207",
//"WIL00208",
//"WIL00209",
//"WIL00210",
//"WIL00211",
//"WIL00212",
//"WIL00213",
//"WIL00214",
//"WIL00215",
//"WIL00216",
//"WIL00217",
//"WIL00218",
//"WIL00219",
//"WIL00220",
//"WIL00221",
//"WIL00222",
//"WIL00223",
//"WIL00224",
//"WIL00225",
//"WIL00226",
//"WIL00227",
//"WIL00228",
//"WIL00229",
//"WIL00230",
//"WIL00231",
//"WIL00232",
//"WIL00233",
//"WIL00234",
//"WIL00235",
//"WIL00236",
//"WIL00237",
//"WIL00238",
//"WIL00239",
//"WIL00240",
//"WIL00241",
//"WIL00242",
//"WIL00243",
//"WIL00244",
//"WIL00244",
//};
//
//Str fireanim[317] =  //NOT NEEDED
//{
//"FIRE001",
//"FIRE002",
//"FIRE003",
//"FIRE004",
//"FIRE005",
//"FIRE006",
//"FIRE007",
//"FIRE008",
//"FIRE009",
//"FIRE010",
//"FIRE011",
//"FIRE012",
//"FIRE013",
//"FIRE014",
//"FIRE015",
//"FIRE016",
//"FIRE017",
//"FIRE018",
//"FIRE019",
//"FIRE020",
//"FIRE021",
//"FIRE022",
//"FIRE023",
//"FIRE024",
//"FIRE025",
//"FIRE026",
//"FIRE027",
//"FIRE028",
//"FIRE029",
//"FIRE030",
//"FIRE031",
//"FIRE032",
//"FIRE033",
//"FIRE034",
//"FIRE035",
//"FIRE036",
//"FIRE037",
//"FIRE038",
//"FIRE039",
//"FIRE040",
//"FIRE041",
//"FIRE042",
//"FIRE043",
//"FIRE044",
//"FIRE045",
//"FIRE046",
//"FIRE047",
//"FIRE048",
//"FIRE049",
//"FIRE050",
//"FIRE051",
//"FIRE052",
//"FIRE053",
//"FIRE054",
//"FIRE055",
//"FIRE056",
//"FIRE057",
//"FIRE058",
//"FIRE059",
//"FIRE060",
//"FIRE061",
//"FIRE062",
//"FIRE063",
//"FIRE064",
//"FIRE065",
//"FIRE066",
//"FIRE067",
//"FIRE068",
//"FIRE069",
//"FIRE070",
//"FIRE071",
//"FIRE072",
//"FIRE073",
//"FIRE074",
//"FIRE075",
//"FIRE076",
//"FIRE077",
//"FIRE078",
//"FIRE079",
//"FIRE080",
//"FIRE081",
//"FIRE082",
//"FIRE083",
//"FIRE084",
//"FIRE085",
//"FIRE086",
//"FIRE087",
//"FIRE088",
//"FIRE089",
//"FIRE090",
//"FIRE091",
//"FIRE092",
//"FIRE093",
//"FIRE094",
//"FIRE095",
//"FIRE096",
//"FIRE097",
//"FIRE098",
//"FIRE099",
//"FIRE100",
//"FIRE101",
//"FIRE102",
//"FIRE103",
//"FIRE104",
//"FIRE105",
//"FIRE106",
//"FIRE107",
//"FIRE108",
//"FIRE109",
//"FIRE110",
//"FIRE111",
//"FIRE112",
//"FIRE113",
//"FIRE114",
//"FIRE115",
//"FIRE116",
//"FIRE117",
//"FIRE118",
//"FIRE119",
//"FIRE120",
//"FIRE121",
//"FIRE122",
//"FIRE123",
//"FIRE124",
//"FIRE125",
//"FIRE126",
//"FIRE127",
//"FIRE128",
//"FIRE129",
//"FIRE130",
//"FIRE131",
//"FIRE132",
//"FIRE133",
//"FIRE134",
//"FIRE135",
//"FIRE136",
//"FIRE137",
//"FIRE138",
//"FIRE139",
//"FIRE140",
//"FIRE141",
//"FIRE142",
//"FIRE143",
//"FIRE144",
//"FIRE145",
//"FIRE146",
//"FIRE147",
//"FIRE148",
//"FIRE149",
//"FIRE150",
//"FIRE151",
//"FIRE152",
//"FIRE153",
//"FIRE154",
//"FIRE155",
//"FIRE156",
//"FIRE157",
//"FIRE158",
//"FIRE159",
//"FIRE160",
//"FIRE161",
//"FIRE162",
//"FIRE163",
//"FIRE164",
//"FIRE165",
//"FIRE166",
//"FIRE167",
//"FIRE168",
//"FIRE169",
//"FIRE170",
//"FIRE171",
//"FIRE172",
//"FIRE173",
//"FIRE174",
//"FIRE175",
//"FIRE176",
//"FIRE177",
//"FIRE178",
//"FIRE179",
//"FIRE180",
//"FIRE181",
//"FIRE182",
//"FIRE183",
//"FIRE184",
//"FIRE185",
//"FIRE186",
//"FIRE187",
//"FIRE188",
//"FIRE189",
//"FIRE190",
//"FIRE191",
//"FIRE192",
//"FIRE193",
//"FIRE194",
//"FIRE195",
//"FIRE196",
//"FIRE197",
//"FIRE198",
//"FIRE199",
//"FIRE200",
//"FIRE201",
//"FIRE202",
//"FIRE203",
//"FIRE204",
//"FIRE205",
//"FIRE206",
//"FIRE207",
//"FIRE208",
//"FIRE209",
//"FIRE210",
//"FIRE211",
//"FIRE212",
//"FIRE213",
//"FIRE214",
//"FIRE215",
//"FIRE216",
//"FIRE217",
//"FIRE218",
//"FIRE219",
//"FIRE220",
//"FIRE221",
//"FIRE222",
//"FIRE223",
//"FIRE224",
//"FIRE225",
//"FIRE226",
//"FIRE227",
//"FIRE228",
//"FIRE229",
//"FIRE230",
//"FIRE231",
//"FIRE232",
//"FIRE233",
//"FIRE234",
//"FIRE235",
//"FIRE236",
//"FIRE237",
//"FIRE238",
//"FIRE239",
//"FIRE240",
//"FIRE241",
//"FIRE242",
//"FIRE243",
//"FIRE244",
//"FIRE245",
//"FIRE246",
//"FIRE247",
//"FIRE248",
//"FIRE249",
//"FIRE250",
//"FIRE251",
//"FIRE252",
//"FIRE253",
//"FIRE254",
//"FIRE255",
//"FIRE256",
//"FIRE257",
//"FIRE258",
//"FIRE259",
//"FIRE260",
//"FIRE261",
//"FIRE262",
//"FIRE263",
//"FIRE264",
//"FIRE265",
//"FIRE266",
//"FIRE267",
//"FIRE268",
//"FIRE269",
//"FIRE270",
//"FIRE271",
//"FIRE272",
//"FIRE273",
//"FIRE274",
//"FIRE275",
//"FIRE276",
//"FIRE277",
//"FIRE278",
//"FIRE279",
//"FIRE280",
//"FIRE281",
//"FIRE282",
//"FIRE283",
//"FIRE284",
//"FIRE285",
//"FIRE286",
//"FIRE287",
//"FIRE288",
//"FIRE289",
//"FIRE290",
//"FIRE291",
//"FIRE292",
//"FIRE293",
//"FIRE294",
//"FIRE295",
//"FIRE296",
//"FIRE297",
//"FIRE298",
//"FIRE299",
//"FIRE300",
//"FIRE301",
//"FIRE302",
//"FIRE303",
//"FIRE304",
//"FIRE305",
//"FIRE306",
//"FIRE307",
//"FIRE308",
//"FIRE309",
//"FIRE310",
//"FIRE311",
//"FIRE312",
//"FIRE313",
//"FIRE314",
//"FIRE315",
//"FIRE316",
//"FIRE317"
//};
//
Script "TITLESCR" Open
{
    //if (PSTATION == 1)
    {
    //    SetHudSize (640, 480, 1);
    //    SetFont (psxmovi[0]);
    //    HudMessage (s:"A"; HUDMSG_PLAIN, 1000, CR_UNTRANSLATED, 320.0, 240.0, 0);
    //    Delay(70);
	//
    //    SetMusic ("PSXLOGO", 0);
	//
    //    Int frame;
    //    Int pause;
    //    Delay(45);
    //    For (animate=0; animate<555; animate++)
    //    {
    //        SetFont (psxmovi[frame]);
    //        HudMessage (s:"A"; HUDMSG_PLAIN, 1000, CR_UNTRANSLATED, 320.0, 240.0, 0);
    //        Delay (1);
    //        If(frame==72){pause=1;}
    //        If(animate==290){pause=0;}
    //        If(frame==106){pause=1;}
    //        If(pause==0){frame++;}
    //    }
	//
    //    SetMusic ("", 0);
	//
    //    Delay(15);
        SetHudSize (256, 240, 1);
        SetFont ("BLACK");
        HudMessage (s:"a"; HUDMSG_PLAIN, 1000, CR_UNTRANSLATED, 128.0, 120.0, 0);
        Delay(35);
	//
    //    setFont ("SCEA");
    //    HudMessage (s:"a"; HUDMSG_FADEOUT, 999, CR_UNTRANSLATED, 128.0, 120.0, 3.0, 0.5);
    //    Delay(88);
    //}
    //
    //Delay(70);
    //SetHudSize (256, 240, 1);
    //SetFont ("BLACK");
    //HudMessage (s:"a"; HUDMSG_PLAIN, 1000, CR_UNTRANSLATED, 128.0, 120.0, 0);
    //
    //if (WILLIAMS == 1)
    //{
    //    SetMusic ("Williams", 0);
    //
    //    For (animate=0; animate<261; animate++)
    //    {
    //        SetFont (willmovi[animate]);
    //        HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);
    //        Delay(1);
    //        count++;
    //        If(count==7)//30fps
    //        {
    //            Delay(1);
    //            count=0;
    //        }
    //        If(animate>=250)
    //            SetMusic ("", 0);
    //    }
    //
    //    HudMessage (s:""; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 0.0, 0.0, 0);
    //    Delay(70);
    //
        SetFont ("COPYRTS");
        HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);
        Delay(128);
      //
     //   HudMessage (s:""; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 0.0, 0.0, 0);
    //    Delay(70);
    }
    //
    While ("TITLESCR")
    {
        animate=FALSE;
		//GetScreenWidth();
		//GetScreenHeight();
		//SetHudSize(640, 480, FALSE); //64, 20, OLD
        //SetFont ("LOADING");
        //HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, 120.0, 4.2);
        //Delay(50);

        //SetMusic ("EXPLOSIO", 0);
        //Delay(60);

        SetMusic ("", 0); //NO NEED TO USE PSXTITLE TRACK IN 'TRILOGY TITLESCREEN'... 

        //For (scroll_y=360; scroll_y>119; scroll_y--) //causes trilogy titlescreen to scroll!!!!
        //{
			//GetScreenWidth();
			//GetScreenHeight();
			SetHudSize(0, 0, FALSE);
			SetFont ("TITLEPIC"); //DELETED OLD "TITLEPIC" SINCE ITS SILLY TO USE "DOOM" WHEN 
			//IT'S A TRILOGY OF GAMES...AND ALSO ADDITIONALLY I HAVE GIVEN DUE-CREDIT TO YOU, 
			//BRUTALDOOMISAWESOME, AMONG OTHERS FOR ORIGINAL "PSX DOOM FOR BRUTAL DOOM" SOURCE CODE.
            HudMessage (s:"A"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 413.0, 240.0, 0);//128.0, 120.0, 0);
        // IF FOLLOWING COMMENTOUT 806: BAK//
			  //HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
		//    SetFont (fireanim[animate]);
        //    HudMessage (s:"a"; HUDMSG_PLAIN, 993, CR_UNTRANSLATED, -30.0, 176.0, 0);
        //    HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 33.0, 176.0, 0);
        //    HudMessage (s:"a"; HUDMSG_PLAIN, 987, CR_UNTRANSLATED, 96.0, 176.0, 0);
        //    HudMessage (s:"a"; HUDMSG_PLAIN, 986, CR_UNTRANSLATED, 159.0, 176.0, 0);
        //    HudMessage (s:"a"; HUDMSG_PLAIN, 985, CR_UNTRANSLATED, 222.0, 176.0, 0);
        //    HudMessage (s:"a"; HUDMSG_PLAIN, 984, CR_UNTRANSLATED, 285.0, 176.0, 0);
        //    animate++;
            Delay(175); //BOTH 1070, 1 OLD //35 tics = 1 sec
       // While (animate<317)
       // {
       //     SetFont (fireanim[animate]);
       //     HudMessage (s:"a"; HUDMSG_PLAIN, 993, CR_UNTRANSLATED, -30.0, 176.0, 0);
       //     HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 33.0, 176.0, 0);
       //     HudMessage (s:"a"; HUDMSG_PLAIN, 987, CR_UNTRANSLATED, 96.0, 176.0, 0);
       //     HudMessage (s:"a"; HUDMSG_PLAIN, 986, CR_UNTRANSLATED, 159.0, 176.0, 0);
       //     HudMessage (s:"a"; HUDMSG_PLAIN, 985, CR_UNTRANSLATED, 222.0, 176.0, 0);
       //     HudMessage (s:"a"; HUDMSG_PLAIN, 984, CR_UNTRANSLATED, 285.0, 176.0, 0);
       //     animate++;
       //     Delay(1);
       // }

       // HudMessage (s:""; HUDMSG_PLAIN, 983, CR_UNTRANSLATED, 0.0, 0.0, 0);
       // HudMessage (s:""; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 0.0, 0.0, 0);
       // HudMessage (s:""; HUDMSG_PLAIN, 987, CR_UNTRANSLATED, 0.0, 0.0, 0);
       // HudMessage (s:""; HUDMSG_PLAIN, 986, CR_UNTRANSLATED, 0.0, 0.0, 0);
       // HudMessage (s:""; HUDMSG_PLAIN, 985, CR_UNTRANSLATED, 0.0, 0.0, 0);
       // HudMessage (s:""; HUDMSG_PLAIN, 984, CR_UNTRANSLATED, 0.0, 0.0, 0);

       // Delay(1070);

        //SetMusic ("EXPLOSIO", 0);
		//SetHudSize(64, 20, FALSE);
		//SetFont ("LOADING");
        //HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, 120.0, 0);
        //Delay(50);

        //SetMusic ("EXPLOSIO", 0);
        //Delay(60);

        //HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 0.0, 0.0, 0);
        SetMusic ("PSXCRDTS", 0);

		SetHudSize(256, 240, FALSE);
		SetFont ("BDCRED1");
		HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);

		SetHudSize(256, 290, FALSE);
		SetFont ("BDCRED2");
		Setfont ("smallfnt");
		For (scroll_y=360; scroll_y>-150; scroll_y--)
		{

			HudMessage (s:"Brutal Doom By: Sergent_Mark_IV",
			s:"\nResource Contributors: Mike12, Captain Toenail",
			s:"\n Revolution, David G. Eriance, Perkristian, Dr. Doctor",
			s:"\n Crucux Duo, DoomNukem, JoeyTD, DAS_M, Pa1Ki113r",
			s:"\n Beta Testing Team: HairyHog, The Big Robb, TastySnax",
			s:"\n Sks23, Mike Jackson, Aidin Zolghadr, Anothony 'Ace-A101' Nemitzm",
			s:"\n James Main 'lordsudo', Pa1nki113r, LepiSladja,",
			s:"\n Luka Königsberg Rungi, lain 'Guy from Mt Erebus' Lockhart",
			s:"\n NEOSTAR, PickGor Krishni Prime79, ZioMcCall, Kianoosh Naghavi",
			s:"\n Brian Rubsha, Roger 'DeathHeadSkull' Pennell, wrachesspawn",
			s:"\n JuCstian, Boku, Micheal John Lusty Smith, Eduardo Esteban Roman Apiolaza",
			s:"\n Brutal Doomguy, Dat'Cracka Skoobie, Dashie, David Bozociv 'Sasser'",
			s:"\n RUSTYGOLD AKA NICKBROWN, Brian 'ZaroOmegaZX', Jefferson Sales",
			s:"\n Sorry If I forgot someone",
			s:"\n Doomguy Voiced by: Zero X. Diamond.",
			s:"\n Friendly Mariens Voices by: Tiberiumoul.",
			s:"\n Special Thanks to: Andrew Hulshult, John Romero, and Finfrosk.";
			HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
			Delay (1);
		}

		SetHudSize(256, 240, FALSE);
        SetFont ("IDCRED1");
        HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);

		SetHudSize(238, 182, FALSE);
        SetFont ("IDCRED2");
        For (scroll_y=360; scroll_y>-105; scroll_y--)
        {
            HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
            Delay(1);
        }

		SetHudSize(256, 240, FALSE);
        SetFont ("WMSCRED1");
        HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);

		SetHudSize(245, 320, FALSE);
        SetFont ("WMSCRED2");
        For (scroll_y=400; scroll_y>-170; scroll_y--)
        {
            HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
            Delay(1);
        }

		SetHudSize(256, 240, FALSE);
        SetFont ("LEVCRED1");
        HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);

		SetHudSize(234, 235, FALSE);
        SetFont ("LEVCRED2");
        For (scroll_y=380; scroll_y>-140; scroll_y--)
        {
            HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
            Delay(1);
        }

        if (LostLevels == 1)
        {
            SetHudSize(256, 240, FALSE);
			SetFont ("LSTCRED1");
            HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);

			SetHudSize(256, 200, FALSE);
            SetFont ("LSTCRED2");
            For (scroll_y=340; scroll_y>-100; scroll_y--)
            {
                HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
                Delay(1);
            }
        }

		SetHudSize(256, 240, FALSE);
        SetFont ("TCCRED1");
        HudMessage (s:"a"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);

		SetHudSize(256, 290, FALSE);
        SetFont ("TCCRED2");
        For (scroll_y=385; scroll_y>-145; scroll_y--)
        {
            HudMessage (s:"a"; HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, scroll_y * 1.0, 0);
            Delay(1);
        }

        //Ultimate Doom prologue's content's components for Ultimate Doom game:
		{
		SetMusic ("SNESRIP1", 0);
		SetHudSize(256, 240, FALSE);
		SetFont ("INTERPIC");
		HudMessage (s:"A"; HUDMSG_PLAIN, 999, CR_UNTRANSLATED, 128.0, 120.0, 0);
		Setfont ("smallfnt");
		
			HudMessage (s:"ULTIMATE DOOM PROLOGUE",
			s:"\n A few hours after Mars receives a message from Phobos ",
			s:"\n moon...through the garbling you can make out something",
			s:"\n about needing military assistance immediately...hearing",
			s:"\n something about fraggin'...out of gateways ...computer",
			s:"\n network...nuts...You and your buddies decide to go to",
			s:"\n Phobos. You are not trusted with a gun because you are",
			s:"\n pending courtmartial Human Resources hearing, so you are",
			s:"\n ordered to just wait outside to guard perimeter...hours",
			s:"\n pass while your heart pounds hearing gunfire and god-",
			s:"\n awful screams - then utter silence. You are alone...", 
			s:"\n but then you can makeout animal-like growls and moans", 
			s:"\n which you can only investigate since you don't know ",
			s:"\n how to drive this craft off this hell-of-a-rock.";
			HUDMSG_PLAIN, 998, CR_UNTRANSLATED, 128.0, 120.0, 0);
			Delay (1715); //49 sec @ 35 tics per sec
		
        }
		
		//Ultimate Doom titlescreen properties for Ultimate Doom game:
		{
		SetMusic ("SNESRIP2", 0);
		SetHudSize(0, 0, FALSE); //OLD 640, 480
		SetFont ("ULTDMPIC");
		HudMessage (s:"A"; HUDMSG_PLAIN, 998 ,CR_UNTRANSLATED, 413.0, 240.0, 0);//OLD 128.0, 120.0, 0); //MY CUSTOM OLD 413.0, 240.0, 0); 
		Delay (1050); //OLD 7 sec @ 35 tics per sec
		//Exit_Normal(1);
		Teleport_NewMap ( 1, 0, 1); //MAP01 frozen with not even map bar -in fact can't even save; game hasn't even began somehow!
		//ChangeLevel ("MAP01", 1, CHANGELEVEL_RESETINVENTORY, SKILL_NORMAL);
		//Terminate; //Delay (1);  //
		}
	}
}

 

This is the worst post I’ve ever seen...!  Dude!

Share this post


Link to post
  • 0
On 4/30/2018 at 3:57 PM, jmonlive said:

I am using Tittlemap as titlescreen, but why it can't load in-game levels is beyond me...here's the ACS script for tittlescreen I edited - most recently the Teleport_NewMap call code line! Her's the code verbatim:

 

CODE:

*Really, really, really long code*

 

 

As stated before, you can use Teleport_NewMap to move to a different map, but the Game Type is still "Title Map."

Quote

Scripting

It is possible to use Teleport_NewMap from within a TITLEMAP to load a different map. The GameType function will return GAME_TITLE_MAP while in a title map.

TITLEMAP Behavior

The TITLEMAP is loaded once ZDoom starts up. Its behavior is the same as any other map, with a few key differences.

The player has no control over their character and cannot move around/shoot/use things or do anything at all.

Any keypress by the player will cause the main menu to appear.

The main menu will not pause the game like it does in singleplayer. You can continue to observe the scripted actions going on in the background after the main menu has appeared.

Here.

 

My real problem is with your code. All of those commented lines are completely unnecessary and serve only to clutter up the code, making it impossible to pick out what we're supposed to be looking for. I assume it's at the end, but I've no idea for sure because I gave up trying to find anything in it. Post a snippet of the code you want us to look at or (better yet) clean up that code and post its updated variation (which would be infinitely better for not only us, but you as well), and maybe then we could actually figure out what's supposed to be going on.

Share this post


Link to post
  • 0
4 hours ago, Agony said:

This is the worst post I’ve ever seen...!  Dude!

 

And this that was the worse abuse of the quote system I've ever seen...! Dude!

(Though I agree, why did they supply their code with a million commented out lines? Eugh.)

Share this post


Link to post
  • 0
11 hours ago, Dragonfly said:

 

And this that was the worse abuse of the quote system I've ever seen...! Dude!

(Though I agree, why did they supply their code with a million commented out lines? Eugh.)

Yeah sorry about that - was replying on my phone and couldn't figure out how to hide the OP.  

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×