Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: how to add Flyable Planes in map ??

  1. #1

    Default how to add Flyable Planes in map ??

    hello all
    i want to adding Flyable Planes in map
    like this
    m1l3a

    help me .. thanks

  2. #2

  3. #3

    Default

    Thank you DoubleKill

    i want to how to edit it please ?
    Last edited by anubis2020; February 11th, 2023 at 04:22 AM.

  4. #4

    Default

    If you want to add the planes to a map, add the two "exec" lines in your m1l3a.scr map script:

    Code:
    main:
    ...
    level waittill prespawn
    ...
    exec server_planes/trigger.scr ( 0 0 0 ) "allies" // change ( 0 0 0 ) to your preferred origins
    exec server_planes/trigger.scr ( 0 0 0 ) "axis"
    ...
    level waittill spawn
    ...
    end
    Last edited by Searingwolfe; February 11th, 2023 at 11:15 AM. Reason: specify

  5. #5

    Default

    how ?
    i want to add planes to maps in base_assault_v1-1 mod

    help me plz

  6. #6

    Default

    The .scr files themselves? They can be opened with notepad, but only after you do the "assoc" command in your command prompt.
    In windows search bar, type cmd, right click command prompt and run as Administrator. Then enter this command below:

    Code:
     assoc .scr=txtfile
    Now you can open .scr files with notepad. Also, I added the planes in each map in the base_assault_v1-1 mod.
    Make sure the flying planes .pk3 is in your main folder from DoubleKill's link.
    Attached Files Attached Files

  7. #7

    Default

    Quote Originally Posted by Searingwolfe View Post
    The .scr files themselves? They can be opened with notepad, but only after you do the "assoc" command in your command prompt.
    In windows search bar, type cmd, right click command prompt and run as Administrator. Then enter this command below:

    Code:
     assoc .scr=txtfile
    Now you can open .scr files with notepad. Also, I added the planes in each map in the base_assault_v1-1 mod.
    Make sure the flying planes .pk3 is in your main folder from DoubleKill's link.
    thanks bro
    i add zzz-base_assault_v1-1_planes.pk3 in main folder and work ?
    Last edited by anubis2020; February 13th, 2023 at 07:44 AM.

  8. #8

  9. #9

    Default

    You'll need this Elgan planes pk3 in your "main" too, I forgot to include that in the base_assault_planes pk3 from earlier.
    If that still doesn't work, then make sure you delete any .scr files in your "main/maps" folder.
    Attached Files Attached Files

  10. #10

    Default

    Quote Originally Posted by Searingwolfe View Post
    You'll need this Elgan planes pk3 in your "main" too, I forgot to include that in the base_assault_planes pk3 from earlier.
    If that still doesn't work, then make sure you delete any .scr files in your "main/maps" folder.
    Thank you
    Airplanes have appeared, but there is a problem, which is that they vibrate greatly, the appearance of basic weapons in the plane, and the inability to jump from it. ( no /maps folder )
    Thank you again dear
    Last edited by anubis2020; February 14th, 2023 at 01:51 PM.

Posting Permissions

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