Skip to content

Commit

Permalink
use fastdl.me to fix missing maps and maps that differ (#1)
Browse files Browse the repository at this point in the history
* use fastdl.me to fix missing maps and maps that differ

* reset name for level init

* Allow downloading maps that have periods in them (like `bhop_MiX v.1.bsp`)

* update README.md
  • Loading branch information
rtldg authored Apr 12, 2024
1 parent 0607108 commit 819da33
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 33 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Includes **BunnyhopAPE** from [alkatrazbhop](https://github.com/alkatrazbhop/Bun
- fullscreen hook thing
- (NEW!) viewpunch remover (e.g. from fall-damage)
- (NEW!) show file (e.g. map) download progress when loading
- (NEW!) use the magic of https://fastdl.me to connect to servers that'd give you "Map differs" or "Missing map" errors on connect

### Usage
* Run the application.
Expand Down
1 change: 1 addition & 0 deletions RawInput2/RawInput2.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<CreateHotPatchableImage>Enabled</CreateHotPatchableImage>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down
Loading

0 comments on commit 819da33

Please sign in to comment.