From 219e3040b2c16863b9c6b2f4d7c6be44ae6bb06d Mon Sep 17 00:00:00 2001 From: #xoxor4d Date: Mon, 23 Dec 2024 15:04:35 +0100 Subject: [PATCH] clean up install instructions --- README.md | 61 +++++-------------------------------------------------- 1 file changed, 5 insertions(+), 56 deletions(-) diff --git a/README.md b/README.md index 263d7f2..7863012 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Please keep that in mind. ### __[ Remix Compatibility Features ]__ πŸ”ΉMost things are rendered using the fixed-function pipelineπŸ”Ή πŸ”ΉRemix friendly culling and the ability to manually override cullingπŸ”Ή +πŸ”ΉAbility to spawn and animate lights on events using a keyframe systemπŸ”Ή πŸ”ΉPer map loading of remix config files to set remix variablesπŸ”Ή πŸ”ΉAbility to animate remix variables on eventsπŸ”Ή πŸ”ΉSpawning of unique anchor meshesπŸ”Ή @@ -39,7 +40,8 @@ Please keep that in mind.

-If you want to support my work, consider buying me some coffee: +If you want to support my work, +consider buying me some coffee: [![ko-fi](https://xoxor4d.github.io/assets/img/social/kofi.png)](https://ko-fi.com/xoxor4d) @@ -63,19 +65,10 @@ If you want to support my work, consider buying me some coffee: ---- -- Download the latest [release](https://github.com/xoxor4d/p2-rtx/releases) and follow instructions found there. -- To avoid rebuilding the sound cache on first startup, copy `_master.cache` from -`root/portal2/maps/soundcache` to `root/portal2_dlc3/maps/soundcache` -- Your folder structure should look like [this](#folder-structure) +- Download the latest [release](https://github.com/xoxor4d/p2-rtx/releases) and follow instructions found __there__. - Start the game by executing `p2-rtx-launcher.exe` - The window title should change to `Portal 2 - RTX` followed by the GitHub commit number if successful -- [Set graphic options](#graphic-settings) ⚠️ -> - Shader Detail: Low -> - Effect Detail: Low -> - Model /Texture Detail: High -> - Paged Pool Memory: High -
#### ✳️ Info: @@ -150,48 +143,4 @@ for Portal 2 (`bin/.trex/d3d9.dll`) ![img](.github/img/02.png) ![img](.github/img/03.png) ![img](.github/img/05.png) - - - -
- - -
- -

Graphic-Settings

-
-Description - -
-

Folder Structure

- -
- -``` -. -β”œβ”€ ... -β”œβ”€ πŸ“ steamapps -β”‚ β””β”€πŸ“ common -β”‚ β””β”€πŸ“ Portal 2 -β”‚ β”œβ”€β”€ πŸ“œ p2-rtx-launcher.exe -β”‚ β”œβ”€β”€ πŸ“œ portal2.exe -β”‚ β”œβ”€β”€ πŸ“œ ... -β”‚ β”‚ -β”‚ β”œβ”€β”€ πŸ“ portal2_dlc3 -β”‚ β”‚ β”œβ”€β”€ πŸ“œ pak01_dir.vpk -β”‚ β”‚ └── πŸ“ maps -β”‚ β”‚ └─ πŸ“ soundcache -β”‚ β”‚ └── πŸ“œ _master.cache -β”‚ β”‚ -β”‚ β”œβ”€β”€ πŸ“ portal2-rtx -β”‚ β”‚ β”œβ”€β”€ πŸ“œ map_settings.toml -β”‚ β”‚ └── ... -β”‚ β”‚ -β”‚ └── πŸ“ rtx-remix -β”‚ β””β”€πŸ“ mods -β”‚ β””β”€πŸ“ portal2rtx -β”‚ β”œβ”€β”€ πŸ“œ portals.usda -β”‚ β”œβ”€β”€ πŸ“œ mod.usda -β”‚ └── ... -└── ... -``` \ No newline at end of file + \ No newline at end of file