Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26

Thread: BASE ASSAULT 1.1 mod

  1. #11

    Default

    Quote Originally Posted by Konig View Post
    Do you know basic scripting? and by basic I mean just realise what a code do and copy it to a new script. Because it's not that hard, but you need to interpret the code, copy it and edit it before saving the new scr.
    Eg. For Destroyed village you need to get the mohdm2.scr from the pak5. And add some lines, such us air strikes, planes, radios, etc.

    This is for the planes triggers


    These spawn tanks, jeeps or cannons. First ( ) is for orgin and the second is for angles


    These are origins for bazookas


    I see there are some crates, and mg spawned to. You would like to add that to. You need to call a thread for that.

    The thread looks like this. Again, you need to use your own origin coords



    But as I said before, you need to know basic scripting to do that. Just copy what is in the mod and paste your edit in the map script you want.

    BTW planes and thanks in Stalingrad isn't a good idea.

    edit
    I read the whole code fast and see some advanced code or things I'm not accustomed to use (at least for my lack of scripting knowledge). So maybe you need extra helo with that
    thanks bro
    consol:

    Can't load regular dm map in objective game type

  2. #12

  3. #13
    Member
    Join Date
    Aug 2020
    Location
    Argentina
    Posts
    84

    Default

    In the level script try adding setcvar "g_gametype 3" for rbm or setcvar "g_gametype 4" for obj and see if it works.

    If you are trying to load mohdm2 via console just load it in DM and then change gametype and restart the map.
    Last edited by Konig; March 7th, 2023 at 02:44 PM.
    MoH Reborn | MoH:AA Guide | Mapping tutorials | zzzzzMy_Maps.pk3 | YouTUBE
    __________________________________
    xNULL Discord
    __________________________________

    +set thereisnomonkey 1

  4. #14

    Default

    Quote Originally Posted by Konig View Post
    In the level script try adding setcvar "g_gametype 3" for rbm or setcvar "g_gametype 4" for obj and see if it works.

    If you are trying to load mohdm2 via console just load it in DM and then change gametype and restart the map.
    thanks pro where is e level script ?

  5. #15

    Default

    The level script is m5l2a.scr or similar. That's where you put g_gametype 2 or 4, placed before "level waittill prespawn". If you want to just switch to an OBJ map but it's not working, try typing of these below into console. DM maps need g_gametype 2, and OBJ maps need g_gametype4 first:

    Code:
    g_gametype 2; map dm/mohdm6
    g_gametype 4; map obj/obj_team3

  6. #16

    Default

    Quote Originally Posted by Searingwolfe View Post
    The level script is m5l2a.scr or similar. That's where you put g_gametype 2 or 4, placed before "level waittill prespawn". If you want to just switch to an OBJ map but it's not working, try typing of these below into console. DM maps need g_gametype 2, and OBJ maps need g_gametype4 first:

    Code:
    g_gametype 2; map dm/mohdm6
    g_gametype 4; map obj/obj_team3

    sv_maxClients will be changed upon restarting.
    g_gametype will be changed upon restarting.
    ^~^~^ Can't find maps/mohdm6.bsp
    Can't find map maps/mohdm6.bsp

    not working (

  7. #17
    Member
    Join Date
    Aug 2020
    Location
    Argentina
    Posts
    84

    Default

    Quote Originally Posted by anubis2020 View Post
    sv_maxClients will be changed upon restarting.
    g_gametype will be changed upon restarting.
    ^~^~^ Can't find maps/mohdm6.bsp
    Can't find map maps/mohdm6.bsp

    not working (
    Wrong path. Are you trying to change map in console? If so you should do like this rcon map dm/mohdm6
    MoH Reborn | MoH:AA Guide | Mapping tutorials | zzzzzMy_Maps.pk3 | YouTUBE
    __________________________________
    xNULL Discord
    __________________________________

    +set thereisnomonkey 1

  8. #18

    Default

    Quote Originally Posted by Konig View Post
    Wrong path. Are you trying to change map in console? If so you should do like this rcon map dm/mohdm6
    thanks bro

    can you send me this map converted to obj ?

  9. #19
    Member
    Join Date
    Aug 2020
    Location
    Argentina
    Posts
    84

    Default

    Is this what you need?
    MoH Reborn | MoH:AA Guide | Mapping tutorials | zzzzzMy_Maps.pk3 | YouTUBE
    __________________________________
    xNULL Discord
    __________________________________

    +set thereisnomonkey 1

  10. #20

    Default

    Quote Originally Posted by Konig View Post
    Is this what you need?
    i want to add "mohdm6" map in "BASE ASSAULT 1.1" mod

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •