Basic Command and Uses Basic Command and Uses

From Star Wars Galaxies RPG Wiki
Revision as of 00:37, 18 July 2024 by Jondev (talk | contribs) (Created page with "== Star Wars Galaxies RPG Project == This project is using the ESRPG system and developed with Unreal Engine. === UI Changes === * **Changed discord link in `UI_MainMenu`:** * **Changed loading screens in `UI_LoadingScreen`:** - Just select the graph and look to the left for random images. * **Change "showcase" button and redirect:** - Changed the title to "Tutorial" in `UI_MainMenu`. - Follow the link to change the redirect to a new level. - The showcase lev...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Star Wars Galaxies RPG Project

This project is using the ESRPG system and developed with Unreal Engine.

UI Changes

  • **Changed discord link in `UI_MainMenu`:**
  • **Changed loading screens in `UI_LoadingScreen`:**
 - Just select the graph and look to the left for random images.
  • **Change "showcase" button and redirect:**
 - Changed the title to "Tutorial" in `UI_MainMenu`.
 - Follow the link to change the redirect to a new level.
 - The showcase level is not connected to the levels in `BP_gameinstance`.

Adding Classes

You can add classes in `BP_gameinstance`.

World Settings

  • **Model Tags:**
 - Adding the tag "IsLandscape" to model tags can make you build on objects for the world setting.
  • **Building on Objects:**
 - Refer to screenshot number 12 and 13 for settings for world physics to make building on stuff work, otherwise, it will be red and you won't be able to build.
 - Change the same landscape setting in the location volumes to make it work.
  • **Level Streaming:**
 - Make sure to generate overlap events during level streaming.
 - Check all map parts and region data.