From 1129796858b5e72a433e97e5df3e4748d27d5e1e Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Wed, 5 Oct 2022 15:59:43 +0200 Subject: [PATCH] fix old urls --- LICENSE | 2 +- README.md | 10 +++++----- ddraw.rc | 4 ++-- src/config.c | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index 40417c9..e15366d 100644 --- a/LICENSE +++ b/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 diff --git a/README.md b/README.md index 80e42f0..ee5ff8f 100644 --- a/README.md +++ b/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://img.shields.io/github/downloads/cncnet/cnc-ddraw/total)](https://github.com/CnCNet/cnc-ddraw/releases) +[![](https://img.shields.io/github/downloads/FunkyFr3sh/cnc-ddraw/total)](https://github.com/FunkyFr3sh/cnc-ddraw/releases) diff --git a/ddraw.rc b/ddraw.rc index 8f32235..fd5a364 100644 --- a/ddraw.rc +++ b/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" } } diff --git a/src/config.c b/src/config.c index 384933f..86e1113 100644 --- a/src/config.c +++ b/src/config.c @@ -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"