Game Deployment

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

Post Reply
User avatar
Armyof1
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 11
Joined: Sun Sep 05, 2010 12:03 am
Programming Language of Choice: C++
Location: Nebraska
Contact:

Game Deployment

Post by Armyof1 »

I have created my first super basic game in c++ and SDL. But I'm not exactly sure how to set it up for use on other computers.
Can anyone outline how to do this in VC++ 2010?
User avatar
epicasian
Chaos Rift Junior
Chaos Rift Junior
Posts: 232
Joined: Mon Feb 22, 2010 10:32 pm
Current Project: Gigazilla Engine
Favorite Gaming Platforms: Dreamcast, SNES, PS2, PC
Programming Language of Choice: C/++
Location: WoFo, KY

Re: Game Deployment

Post by epicasian »

I'm not exactly sure, but I'll take my best shot at it.

Since you compiled with VS2010, you would need to get the VS2010 Redistributable, compile in Release settings and make sure you include all the folders in your final *.ZIP that is necessary for the game to load; like the images, DLLs, audio, and map/text files.

If you don't understand, please let me know and I'll try to clear it up. :D
User avatar
Armyof1
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 11
Joined: Sun Sep 05, 2010 12:03 am
Programming Language of Choice: C++
Location: Nebraska
Contact:

Re: Game Deployment

Post by Armyof1 »

Im just confused on exactly how to do to that, what part of VS do I use? I have it set to release and it compiles and runs fine. Whats next?
User avatar
epicasian
Chaos Rift Junior
Chaos Rift Junior
Posts: 232
Joined: Mon Feb 22, 2010 10:32 pm
Current Project: Gigazilla Engine
Favorite Gaming Platforms: Dreamcast, SNES, PS2, PC
Programming Language of Choice: C/++
Location: WoFo, KY

Re: Game Deployment

Post by epicasian »

For the end user's sake, download the VS2010 Redistributable from here: http://www.microsoft.com/downloads/deta ... laylang=en and put it in the root folder of your *.ZIP file, and the I guess upload it to mediafire or some other host. If that still doesn't make sense, I have a gtalk: epicasian at gmail dot com or live: epicasian at gmail dot com
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Game Deployment

Post by eatcomics »

I never could get an app developed in vs 2010 to work in XP worked in win7 and vista though
Image
User avatar
Armyof1
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 11
Joined: Sun Sep 05, 2010 12:03 am
Programming Language of Choice: C++
Location: Nebraska
Contact:

Re: Game Deployment

Post by Armyof1 »

Thanks! worked great
User avatar
epicasian
Chaos Rift Junior
Chaos Rift Junior
Posts: 232
Joined: Mon Feb 22, 2010 10:32 pm
Current Project: Gigazilla Engine
Favorite Gaming Platforms: Dreamcast, SNES, PS2, PC
Programming Language of Choice: C/++
Location: WoFo, KY

Re: Game Deployment

Post by epicasian »

Just glad I could help a fellow programmer :D
Post Reply