Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Somebody can tell me how to deploy? #95

Open
sxtgyrq opened this issue Jul 15, 2020 · 7 comments
Open

Somebody can tell me how to deploy? #95

sxtgyrq opened this issue Jul 15, 2020 · 7 comments

Comments

@sxtgyrq
Copy link

sxtgyrq commented Jul 15, 2020

I use Vs 2019 open the project.
when I Generate project,It show error.

@gothicx
Copy link

gothicx commented Jul 25, 2020

You can use this fork:
https://github.com/alexlk42/CnC_Remastered_Collection

@tudou614
Copy link

You can use this fork:
https://github.com/alexlk42/CnC_Remastered_Collection

Why I got thousands of errors and warnings after gitting your fork and build them with VS2019?

Done building project "RedAlert.vcxproj" -- FAILED.
========== Rebuild All: 0 succeeded, 2 failed, 0 skipped ==========

@GuntranHoet
Copy link

Ensure that your .vcxproj are updated correctly to match which versions you are running. As @gothicx mentioned in his URL, using platform toolset v124 is key if you want to build on VS2019.

Here're my updated .vcxproj files. 28cbd84

After installing the right VS versions, be sure that you clear all changes that you made before re-opening the project with your new version (v142) installed. Then VS will prompt you to upgrade/update the project. Accept it and that should do it.

This is already explained in @gothicx 's URL's readme page.

@wsxjbupt
Copy link

You can use this fork:
https://github.com/alexlk42/CnC_Remastered_Collection

I use this fork,when i generate projerct it shows no error.
But when i run this project it shows ".dll is Not a valid Win32 application".
So i want know which project should be setted as step up project and output as ".exe" rather than ".dll".
Hope your reply.

@Revenent
Copy link

I use this fork,when i generate projerct it shows no error.
But when i run this project it shows ".dll is Not a valid Win32 application".
So i want know which project should be setted as step up project and output as ".exe" rather than ".dll".
Hope your reply.

Please follow the steps listed here:

https://steamcommunity.com/sharedfiles/filedetails/?id=2132108399

@wsxjbupt
Copy link

I use this fork,when i generate projerct it shows no error.
But when i run this project it shows ".dll is Not a valid Win32 application".
So i want know which project should be setted as step up project and output as ".exe" rather than ".dll".
Hope your reply.

Please follow the steps listed here:

https://steamcommunity.com/sharedfiles/filedetails/?id=2132108399

thank you for you reply.
I am in China.
You recommond to me the guide video i cant see.

@Revenent
Copy link

Please follow the steps listed here:
https://steamcommunity.com/sharedfiles/filedetails/?id=2132108399

thank you for you reply.
I am in China.
You recommond to me the guide video i cant see.

For local testing you only need to follow the bottom portion of that page. Create the ccmod.json file using the template on that page (fill in the "name" and "description" portions), and create the folder structure (replace "CitizenKane" with the name of your mod).

When you launch the appropriate game, go into Options then click on Mods and you should see your mod. If you hover above the mod, it should show that it is a local mod and not a workshop mod. Select it, click on OK, restart the game, and your mod is now active, assuming you have not broken anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants