Profile image

Flight Park Kirama

106k hpgbproductions  2.3 years ago
6,742 downloads
Version 1.0.1 Map

Flight Park Kirama is an exercise to design and build mountain ranges. It is set on a fictional island group between the East China Sea and the Philippine Sea.

This mod also includes two missions using a "smooth flying challenges" engine I previously made, but never completed the original mission pack it was meant for.

Uses the following Unity Asset Store packages (not included in repository):

  • EasyRoads3D Pro
  • Terrain Sample Asset Pack

Note:

  • The PC/Mac download option is a link to the releases on GitHub. The changelog is found there. Click on the SPMOD file to download it.
  • The Source Code download option is a link to the GitHub repository.

REGION

full
A handy map showing the locations of airfields and the height of some mountains.

north
The North Airport services the northern island. To avoid the competition for limited airport services, transit flights use this airport. This airport is equipped with the precision approach path indicator (PAPI) system, and a distance readout using the targeting system.

south
The larger South Airport provides air travel connections across the island chain. It also has many small hangars for personal aircraft. Like the other airport, this one is also equipped with the PAPI system and distance readout.

Other airfields:

  • East Bay Airfield. Privately owned, but free to use for bush pilots. Being just a dirt strip, it is very bumpy by runway standards.
  • Former WW2 Airfield. Now run by locals and provides an alternative to travelling by land or sea.

USEFUL SCRIPTS

CopyTerrainSettings.cs
Copy some settings from a parent Terrain to child Terrains, making it easier to work with many Terrains.

PapiScript.cs
Provides precision approach services to a runway.

SkySimulationSettings.cs
Get unique day/night cycles for your map by setting its coordinates and date. Recommended for temperate and polar settings.

Smooth Flying Engine + Levels

NOTES

  • Uses Unity OpenXR. Untested on Mac, or with VR.

KNOWN ISSUES

  • Shadows not appearing on East Bay and WW2 airfield runways.

  • Log in to leave a comment
  • Profile image
    9,240 Deandash

    @hpgbproductions Thanks

    1.7 years ago
  • Profile image

    @Deandash sure

    1.7 years ago
  • Profile image
    9,240 Deandash

    @hpgbproductions Can we use the Papi light in your map to place it in our map "Xinshan International Airport"?

    1.7 years ago
  • Profile image

    @LarryTad the stackoverflow answer i linked literally says it...
    You can download the Jundroo folder from the mod repo using this method. Copy it into your mod folder

    2.2 years ago
  • Profile image
    22.4k LarryTad

    @hpgbproductions I am sorry but how do I get to the tools?

    +1 2.2 years ago
  • Profile image

    @LarryTad i also noticed there's no direct way on github, but this seems good

    2.2 years ago
  • Profile image
    22.4k LarryTad

    @hpgbproductions I got your source code and got to the mod tools but how do I download them? Sorry.

    2.2 years ago
  • Profile image
    22.4k LarryTad

    @hpgbproductions thank you!

    2.2 years ago
  • Profile image

    @LarryTad if you have SP on PC, you can find it in the game folder (the one where the EXE is in)
    On steam it's .../Steam/steamapps/common/SimplePlanes
    or you can download the /Assets/Jundroo/ModTools folder from my source code

    2.2 years ago
  • Profile image
    22.4k LarryTad

    @hpgbproductions thank you! The problem I am facing is I don’t know how to find mod tools package.

    2.2 years ago
  • Profile image

    @LarryTad what kind of mods are you making and what issues do you face? reddit guide (very old)
    Preparation:

    1. project settings > player, change API compatibility level to .NET 4.x
    2. graphics, change color space to linear

    For map mods:

    1. Import mod tools package. The SimplePlanes entry will appear on the top menu.
    2. Go there and add service provider (if you want to make custom scripts, if not you can skip this)
    3. Go and add a map object. This is the root object of the map and everything you want to appear in your map must be a child of it in the hierarchy.
    4. Write the map name and description in the map script component.
    5. Create your map by adding terrains and meshes. This one you have to learn yourself
    6. Remember to add starting locations. Choose one of them as the default in the map script component.
    7. In the SimplePlanes menu, open the mod window. Fill in the map name, author, and description, and click start creating mod.
    8. Click on the map object entry on the hierarchy and click on save game object. This adds the map to the mod.
    9. Build your mod
    10. Fly around and see how it looks, then do steps 5, 8, 9 again
    2.2 years ago
  • Profile image
    22.4k LarryTad

    @hpgbproductions Excuse me but how do I make Mods? I watched all the old tutorial videos, and I have Unity 2020.3.19F1 if that helps.

    2.2 years ago
  • Profile image
    13.8k vonhubert

    @hpgbproductions it is not damaged, but its big an complex. It seems like when it spawns it bounces on the landing gear and that exceeds some kind of a shake or acceleration limit.

    in a console there are a number of identical errors like: NullReferenceException - object reference is not set to an instance of an object

    p.s. tested with stock airplanes - the same.
    May be some kind of a mod may mess with it?

    p.p.s. the idea of such missions is totally great - thats what SP is lacking right now

    p.p.p.s. found out that it actually gives like thousands of negative points on each maneuver, like relatively mild pitch up by autopilot to get from level flight to 15 m/s stable ascent or like - 300 points for even touching the pitch up button. And thats on real scale and weight airliner - it is nowhere near as touchy and nimble as stock aircrafts

    2.3 years ago
  • Profile image

    @vonhubert if your aircraft is damaged, enters water, or "structure is changed", the mission can immediately fail
    Your aircraft may have loose parts (not attached to the aircraft) or parts that detach on spawn. Try to spawn with default aircraft (e.g. bush plane)
    If the aircraft has none of those issues, check the dev console for errors

    2.3 years ago
  • Profile image
    13.8k vonhubert

    @hpgbproductions i cannot start any challenge(( it says either the passengers are unhappy or eggs are broken right at the start(

    2.3 years ago
  • Profile image

    @hpgbproductions Thank you. I'll try later

    2.3 years ago
  • Profile image

    @factorization20 reference
    Set color mode to linear so what you see in unity is what you get in SP
    .
    For EasyRoads, I found that you must store road models in assets folder. It's the terrain tab in the road network component.
    - Before building the mod, go and click the button.
    - Be careful if you delete roads because the model won't be deleted from the assets folder or the mod saved assets. You can clean up the mod saved assets by resetting the mod builder.

    2.3 years ago
  • Profile image

    Excuse me, after the simple aircraft update version 1.12, the color of my mod terrain became lighter. How did you solve the problem? Also, my EasyRoads Pro cannot be displayed in simple aircraft after export, can you tell me how to set it up? Thank you very much

    2.3 years ago
  • Profile image

    The map is quiet amazing! It gives me some War Thunder vibes.

    2.3 years ago
  • Profile image
    19.0k klm747klm747

    My best record on package delivery-9913. Only lost points on the landing, even though I buttered it in.

    2.3 years ago
  • Profile image

    me doing butta

    2.3 years ago