Old 02-20-2009, 09:35 AM   #141 (permalink)
Zewbie
 
Join Date: Feb 2009
Posts: 1
PeteLoaf is on a distinguished road
Exclamation Can't Deploy This Game

Quote:
Originally Posted by Umbrastone View Post
I got this error, what do I do?

Error 2 The project file 'Zune.csproj' appears to have been created with XNA Game Studio 3.0 CTP. For instructions on how to upgrade this project to work with the current version, copy and paste this link into your browser: XNA Creators Club Online - xna game studio 3.0 readme. Zune


EDIT: Nevermind, I downloaded from the other link, and it worked fine.
**I got this same error, can't firgure out what to do, someone please help. What other link can i download it from?**




PeteLoaf is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old 02-20-2009, 01:03 PM   #142 (permalink)
GETTING AWAY WITH MURDER
Retired Staff
Expert Zuner
 
Bolt's Avatar
 
Join Date: Oct 2008
Location: In your closet, in your head
Posts: 3,258
Bolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to behold
Send a message via Yahoo to Bolt
Default

My games package
__________________



Bolt is offline   Reply With Quote
Old 03-20-2009, 04:23 PM   #143 (permalink)
Squirt
 
Join Date: Jan 2009
Posts: 14
halfblackzach is on a distinguished road
Default

Awesome job on the game, It's really fun. There is one problem, however. At the start of player vs. computer the computer is way to easy to beat. But later on around level 8 they get way to hard to beat, and when it's their turn they take forever to make a move.

Please FIX<><><>)



halfblackzach is offline   Reply With Quote
Old 03-29-2009, 07:37 AM   #144 (permalink)
Jr. Zuner
 
Join Date: Mar 2009
Posts: 34
purplemikey is on a distinguished road
Default

doesnt work for me... too bad it looked good

but im dowloading your game package



purplemikey is offline   Reply With Quote
Old 03-29-2009, 11:16 AM   #145 (permalink)
you lost the game.
zB Programmer
Moderator
Elite Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,403
itsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud of
Default

Quote:
Originally Posted by purplemikey View Post
doesnt work for me... too bad it looked good

but im dowloading your game package
Try the game package version. Everything's tested and modified to work on the latest XNA.
__________________

signature by vettexl




itsnotabigtruck is offline   Reply With Quote
Old 04-03-2009, 05:46 PM   #146 (permalink)
GETTING AWAY WITH MURDER
Retired Staff
Expert Zuner
 
Bolt's Avatar
 
Join Date: Oct 2008
Location: In your closet, in your head
Posts: 3,258
Bolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to behold
Send a message via Yahoo to Bolt
Default

Actually, this was one of two games that got all fuxxed up. The other was LightCycles. I couldn't get it to work with final for some strange reason, so it needs beta. Now I can't test if I wanted to try converting it again. Anyone can try to make a ccgame if they want, though. If you succeed, PM me.
__________________



Bolt is offline   Reply With Quote
Old 04-07-2009, 02:22 AM   #147 (permalink)
zB Programmer
Member
 
DiNoGames's Avatar
 
Join Date: May 2008
Location: Bremen, germany
Posts: 547
DiNoGames is a name known to allDiNoGames is a name known to allDiNoGames is a name known to allDiNoGames is a name known to all
Send a message via Skype™ to DiNoGames
Default

I'll take a look at that...
__________________

Valgard's Fate Blog







DiNoGames is offline   Reply With Quote
Old 04-17-2009, 12:02 PM   #148 (permalink)
Zewbie
 
Join Date: Apr 2009
Posts: 1
johnboy64 is on a distinguished road
Default Fix to XNA 3.0 CTP Issue

1.2.3. How to Upgrade Projects from XNA Game Studio 3.0 CTP to XNA Game Studio 3.0

You will need to manually upgrade projects that were created with XNA Game Studio 3.0 CTP in order to use them with XNA Game Studio. The upgrade wizard for XNA Game Studio upgrades only XNA Game Studio 2.0 projects. To manually upgrade a project created in XNA Game Studio 3.0 CTP, use the following procedure.
Open the <projectname>.csproj file in a text editor, such as Notepad.

Scroll down to the bottom of the .csproj file, and locate the following three <Import.../> elements.
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.target s" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\v3.0\Microsoft.Xna.GameStudio.Common.target s" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\v3.0\Microsoft.Xna.GameStudio.NestedContent .targets" />


Replace these with the following two <Import.../> elements. Note that the first element is the same.
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.target s" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />

Save the .csproj file.

Open <projectname>.csproj in Visual C# 2008 Express Edition or Visual Studio 2008 to use it with XNA Game Studio 3.0.



johnboy64 is offline   Reply With Quote
Old 04-17-2009, 12:55 PM   #149 (permalink)
GETTING AWAY WITH MURDER
Retired Staff
Expert Zuner
 
Bolt's Avatar
 
Join Date: Oct 2008
Location: In your closet, in your head
Posts: 3,258
Bolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to behold
Send a message via Yahoo to Bolt
Default

Thanks, but that isn't the problem here.
__________________



Bolt is offline   Reply With Quote
Old 07-26-2009, 04:35 PM   #150 (permalink)
Zuner
 
almosttyler's Avatar
 
Join Date: Jul 2009
Location: South Carolina
Posts: 69
almosttyler is on a distinguished road
Default

how do u get this on the 3.1 software?




almosttyler is offline   Reply With Quote
Old 07-26-2009, 04:38 PM   #151 (permalink)
Zuner
 
almosttyler's Avatar
 
Join Date: Jul 2009
Location: South Carolina
Posts: 69
almosttyler is on a distinguished road
Default

Quote:
Originally Posted by Bolt View Post
dude can u plz update this for 3.1




almosttyler is offline   Reply With Quote
Reply

Bookmarks

Thread Tools