mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-14 22:03:27 +01:00
fix old urls
This commit is contained in:
parent
6a12187122
commit
1129796858
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 CnCNet
|
||||
Copyright (c) 2022 github.com/FunkyFr3sh
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
10
README.md
10
README.md
@ -21,7 +21,7 @@ cnc-ddraw can fix compatibility issues in older games, such as black screen, bad
|
||||
|
||||
### Instructions
|
||||
|
||||
1. Download [cnc-ddraw.zip](https://github.com/CnCNet/cnc-ddraw/releases/latest/download/cnc-ddraw.zip) and extract it into your game folder
|
||||
1. Download [cnc-ddraw.zip](https://github.com/FunkyFr3sh/cnc-ddraw/releases/latest/download/cnc-ddraw.zip) and extract it into your game folder
|
||||
2. Start the game
|
||||
|
||||
Wine (Linux/macOS) only: override `ddraw` in [winecfg](https://wiki.winehq.org/Winecfg#Libraries)
|
||||
@ -38,11 +38,11 @@ If you want to play in windowed mode then start the game once in fullscreen and
|
||||
|
||||
|
||||
|
||||
**cnc-ddraw does not support Direct3D/Glide**, it will only work with games that use a **DirectDraw (Software)** renderer. Usually you can tell by the look of the game if it's a 3D game or not, but you can also let cnc-ddraw generate a debug log and search for "IDirect3D" - Link: https://github.com/CnCNet/cnc-ddraw/issues/44
|
||||
**cnc-ddraw does not support Direct3D/Glide**, it will only work with games that use a **DirectDraw (Software)** renderer. Usually you can tell by the look of the game if it's a 3D game or not, but you can also let cnc-ddraw generate a debug log and search for "IDirect3D" - Link: https://github.com/FunkyFr3sh/cnc-ddraw/issues/44
|
||||
|
||||
|
||||
|
||||
Some games may require additional steps before they can be used with cnc-ddraw, please check the [wiki](https://github.com/CnCNet/cnc-ddraw/wiki) for more details.
|
||||
Some games may require additional steps before they can be used with cnc-ddraw, please check the [wiki](https://github.com/FunkyFr3sh/cnc-ddraw/wiki) for more details.
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@ Some games may require additional steps before they can be used with cnc-ddraw,
|
||||
|
||||
|
||||
|
||||
**If the game doesn't start at all or it's crashing**, [then please generate a debug log file and upload it.](https://github.com/CnCNet/cnc-ddraw/issues/44)
|
||||
**If the game doesn't start at all or it's crashing**, [then please generate a debug log file and upload it.](https://github.com/FunkyFr3sh/cnc-ddraw/issues/44)
|
||||
|
||||
|
||||
|
||||
@ -105,4 +105,4 @@ Some games may require additional steps before they can be used with cnc-ddraw,
|
||||
There are a lot more games supported but I don't usually update the list, just give it a try and if it doesn't work then check the instructions above.
|
||||
|
||||
|
||||
[](https://github.com/CnCNet/cnc-ddraw/releases)
|
||||
[](https://github.com/FunkyFr3sh/cnc-ddraw/releases)
|
||||
|
4
ddraw.rc
4
ddraw.rc
@ -17,7 +17,7 @@ PRODUCTVERSION VERSION
|
||||
{
|
||||
BLOCK "040904B0"
|
||||
{
|
||||
VALUE "CompanyName", "cncnet.org"
|
||||
VALUE "CompanyName", "github.com/FunkyFr3sh"
|
||||
VALUE "FileDescription", "DirectDraw replacement"
|
||||
VALUE "FileVersion", VERSION_STRING
|
||||
VALUE "InternalName", "ddraw"
|
||||
@ -26,7 +26,7 @@ PRODUCTVERSION VERSION
|
||||
VALUE "OriginalFileName", "ddraw.dll"
|
||||
VALUE "ProductName", "cnc-ddraw"
|
||||
VALUE "ProductVersion", VERSION_STRING
|
||||
VALUE "Comments", "https://cncnet.org"
|
||||
VALUE "Comments", "https://github.com/FunkyFr3sh/cnc-ddraw"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -237,7 +237,7 @@ static void cfg_create_ini()
|
||||
if (fh)
|
||||
{
|
||||
fputs(
|
||||
"; cnc-ddraw - https://github.com/CnCNet/cnc-ddraw - https://cncnet.org\n"
|
||||
"; cnc-ddraw - https://github.com/FunkyFr3sh/cnc-ddraw\n"
|
||||
"\n"
|
||||
"[ddraw]\n"
|
||||
"; ### Optional settings ###\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user