Skip to content

Commit

Permalink
Fixed procedure for 'Running it with music and sound effects enabled'
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilien-noal authored Jul 1, 2024
1 parent 0c71aed commit 26accff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ dotnet run --Exe C:/path/to/dunecd/DNCDPRG.EXE --UseCodeOverride true

## Running it with music and sound effetcs enabled:

Example with Adlib music:
Example with Adlib music and PCM voices:
```
cd Cryogenic/src
dotnet run --Exe C:/path/to/dunecd/DNCDPRG.EXE --UseCodeOverride true -a "ADL220 SBP2227"
cd Cryogenic/src/Cryogenic
dotnet publish
bin/Release/net8.0/publish/Cryogenic --Exe C:/path/to/dunecd/DNCDPRG.EXE --UseCodeOverride true -a "ADL220 SBP2227"
```

## Building it
Expand Down

0 comments on commit 26accff

Please sign in to comment.