Go Back   Zune Boards > Zune Discussions > Zune Games

Zune Games Discuss, request, share, and download Zune Games here. Having troubles with Zune Games? No problem, we can help.

Reply
 
LinkBack Thread Tools
Old 09-24-2008, 08:27 PM   #41 (permalink)
Experienced Zuner
 
zunemuhnkie's Avatar
 
Join Date: Mar 2008
Location: michigan
Posts: 116
zunemuhnkie is an unknown quantity at this point
Default

Quote:
Originally Posted by itsnotabigtruck View Post
FYI the forum software eats single backslashes () if in quote boxes. When quoting something with backslashes you have to double them, like \.
Any other ideas...





zunemuhnkie is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old 09-26-2008, 10:42 PM   #42 (permalink)
Zewbie
 
joelmontero93's Avatar
 
Join Date: Oct 2007
Posts: 4
joelmontero93 is on a distinguished road
Default

sorry but i think i might have a stupid question but when i try to open the .csproj file i dont get a bunch of code i just get a few simple lines of code that say this and only this


<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>
</PublishUrlHistory>
<InstallUrlHistory>
</InstallUrlHistory>
<SupportUrlHistory>
</SupportUrlHistory>
<UpdateUrlHistory>
</UpdateUrlHistory>
<BootstrapperUrlHistory>
</BootstrapperUrlHistory>
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
</Project>


any comments on what i may be doing?



joelmontero93 is offline   Reply With Quote
Old 09-26-2008, 10:45 PM   #43 (permalink)
catnat109
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by joelmontero93 View Post
sorry but i think i might have a stupid question but when i try to open the .csproj file i dont get a bunch of code i just get a few simple lines of code that say this and only this


<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>
</PublishUrlHistory>
<InstallUrlHistory>
</InstallUrlHistory>
<SupportUrlHistory>
</SupportUrlHistory>
<UpdateUrlHistory>
</UpdateUrlHistory>
<BootstrapperUrlHistory>
</BootstrapperUrlHistory>
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
</Project>


any comments on what i may be doing?
No idea.... I searched through the files and nothing showed the following.



  Reply With Quote
Old 09-26-2008, 10:49 PM   #44 (permalink)
you lost the game.
zB Programmer
Moderator
Elite Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,434
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 joelmontero93 View Post
sorry but i think i might have a stupid question but when i try to open the .csproj file i dont get a bunch of code i just get a few simple lines of code that say this and only this


<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>
</PublishUrlHistory>
<InstallUrlHistory>
</InstallUrlHistory>
<SupportUrlHistory>
</SupportUrlHistory>
<UpdateUrlHistory>
</UpdateUrlHistory>
<BootstrapperUrlHistory>
</BootstrapperUrlHistory>
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
</Project>


any comments on what i may be doing?
Wrong file. You probably have file extensions hidden in Windows Explorer, meaning the file you opened (blahblahblah.csproj.user) looked like blahblahblah.csproj. You need to open the real blahblahblah.csproj, which probably shows up as blahblahblah.
__________________

signature by vettexl




itsnotabigtruck is offline   Reply With Quote
Old 09-26-2008, 10:54 PM   #45 (permalink)
Zewbie
 
joelmontero93's Avatar
 
Join Date: Oct 2007
Posts: 4
joelmontero93 is on a distinguished road
Default

well i guess that kinda makes sense but still havin trouble finding the correct one but one other question does this method also work on zune applications such as the zune alarm clock?



joelmontero93 is offline   Reply With Quote
Old 09-26-2008, 10:56 PM   #46 (permalink)
catnat109
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by joelmontero93 View Post
well i guess that kinda makes sense but still havin trouble finding the correct one but one other question does this method also work on zune applications such as the zune alarm clock?
Yes, Games and Apps are the same exact thing but they are used in different ways.



  Reply With Quote
Old 09-26-2008, 10:57 PM   #47 (permalink)
Zewbie
 
joelmontero93's Avatar
 
Join Date: Oct 2007
Posts: 4
joelmontero93 is on a distinguished road
Default

thanks now to find that file and change those lines of code =/



joelmontero93 is offline   Reply With Quote
Old 09-26-2008, 11:00 PM   #48 (permalink)
catnat109
Guest
 
Posts: n/a
Default

http://www.zuneboards.com/forums/zun...l-preview.html Read Here!



  Reply With Quote
Old 09-26-2008, 11:03 PM   #49 (permalink)
Zewbie
 
joelmontero93's Avatar
 
Join Date: Oct 2007
Posts: 4
joelmontero93 is on a distinguished road
Default

LOL i did exactly what was said but i dont get those lines of code in the .csproj file this is what i get in one of the folders i have,this is what i have in my blackout.csproj file

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>
</PublishUrlHistory>
<InstallUrlHistory>
</InstallUrlHistory>
<SupportUrlHistory>
</SupportUrlHistory>
<UpdateUrlHistory>
</UpdateUrlHistory>
<BootstrapperUrlHistory>
</BootstrapperUrlHistory>
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
</Project>



joelmontero93 is offline   Reply With Quote
Old 09-26-2008, 11:05 PM   #50 (permalink)
catnat109
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by joelmontero93 View Post
LOL i did exactly what was said but i dont get those lines of code in the .csproj file this is what i get in one of the folders i have,this is what i have in my blackout.csproj file

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>
</PublishUrlHistory>
<InstallUrlHistory>
</InstallUrlHistory>
<SupportUrlHistory>
</SupportUrlHistory>
<UpdateUrlHistory>
</UpdateUrlHistory>
<BootstrapperUrlHistory>
</BootstrapperUrlHistory>
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
</Project>
Did you make sure it was only a .csproj file?



  Reply With Quote
Old 09-28-2008, 03:13 PM   #51 (permalink)
Squirt
 
Join Date: Oct 2007
Posts: 18
Brando502 is an unknown quantity at this point
Send a message via AIM to Brando502 Send a message via Skype™ to Brando502
Default

I have created this app to convert them download here Download




Brando502 is offline   Reply With Quote
Old 09-28-2008, 03:16 PM   #52 (permalink)
Zune Priest
 
Azu-nyan's Avatar
 
Join Date: May 2008
Location: Planet Bob
Posts: 7,087
Azu-nyan is a jewel in the roughAzu-nyan is a jewel in the rough
Send a message via MSN to Azu-nyan Send a message via Skype™ to Azu-nyan
Default

Quote:
Originally Posted by Brando502 View Post
I have created this app to convert them download here <<link removed>>
*cough*
Seems suspect...no way in hell I'm just going to run some random .msi.
__________________

o/ lolBeatrice \o
Quote:
Originally Posted by #sos-dan
21:42 <Azu-nyan>: And no, no happying. <.<
21:42 <Azu-nyan>: fapping*
21:42 <vonPreussen>: Freudian typos xD

Last edited by Azu-nyan; 09-28-2008 at 04:11 PM.



Azu-nyan is offline   Reply With Quote
Old 09-28-2008, 04:04 PM   #53 (permalink)
you lost the game.
zB Programmer
Moderator
Elite Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,434
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 Brando502 View Post
I have created this app to convert them download here Download
I analyzed this and while it appears to be legit, it works by replacing the contents of the .csproj file with the contents of several text files installed into the user's My Documents folder, which is an incredibly bad idea.

I can't verify if the installer is legit either, so I'd advise against using this.
__________________

signature by vettexl




itsnotabigtruck is offline   Reply With Quote
Old 09-29-2008, 12:32 PM   #54 (permalink)
Squirt
 
Join Date: Oct 2007
Posts: 18
Brando502 is an unknown quantity at this point
Send a message via AIM to Brando502 Send a message via Skype™ to Brando502
Default

Quote:
Originally Posted by itsnotabigtruck View Post
I analyzed this and while it appears to be legit, it works by replacing the contents of the .csproj file with the contents of several text files installed into the user's My Documents folder, which is an incredibly bad idea.

I can't verify if the installer is legit either, so I'd advise against using this.
I created it using VS 2008 and a library call devexpress and i know what i am doing.

and you cant put something with " in quotes like "

Last edited by Brando502; 09-29-2008 at 12:34 PM.




Brando502 is offline   Reply With Quote
Old 09-29-2008, 05:57 PM   #55 (permalink)
Support Team
Expert Zuner
 
Soccerfreak24's Avatar
 
Join Date: Nov 2007
Posts: 3,029
Soccerfreak24 is just really niceSoccerfreak24 is just really niceSoccerfreak24 is just really nice
Default

I tried this, and in the csproj file all I saw was this:
Quote:
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>
</PublishUrlHistory>
<InstallUrlHistory>
</InstallUrlHistory>
<SupportUrlHistory>
</SupportUrlHistory>
<UpdateUrlHistory>
</UpdateUrlHistory>
<BootstrapperUrlHistory>
</BootstrapperUrlHistory>
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
</Project>
It was for the pelican game.. any ideas?
__________________





Soccerfreak24 is offline   Reply With Quote
Old 09-29-2008, 06:04 PM   #56 (permalink)
Zune Priest
 
Azu-nyan's Avatar
 
Join Date: May 2008
Location: Planet Bob
Posts: 7,087
Azu-nyan is a jewel in the roughAzu-nyan is a jewel in the rough
Send a message via MSN to Azu-nyan Send a message via Skype™ to Azu-nyan
Default

Quote:
Originally Posted by Brando502 View Post
I created it using VS 2008 and a library call devexpress and i know what i am doing.

and you cant put something with " in quotes like "


Regardless of "how much you know," you're new here so you have no credibility. Until you become an established and well known member, it'll be hard to trust any potential risk you may put out.
__________________

o/ lolBeatrice \o
Quote:
Originally Posted by #sos-dan
21:42 <Azu-nyan>: And no, no happying. <.<
21:42 <Azu-nyan>: fapping*
21:42 <vonPreussen>: Freudian typos xD



Azu-nyan is offline   Reply With Quote
Old 09-30-2008, 03:14 PM   #57 (permalink)
Experienced Zuner
 
The Peanut's Avatar
 
Join Date: May 2008
Location: On my computer
Posts: 224
The Peanut is on a distinguished road
Default

im going to be 50-50 on this
__________________

Yes, I know what your thinking. She is sexy.








The Peanut is offline   Reply With Quote
Old 12-28-2008, 08:49 AM   #58 (permalink)
Banned
Zewbie
 
Join Date: Dec 2008
Posts: 2
mashed20 is on a distinguished road
Default

So wait, what is the current version of xna? ctp, beta or final?

Last edited by mashed20; 12-28-2008 at 09:02 AM.



mashed20 is offline   Reply With Quote
Old 01-04-2009, 12:46 PM   #59 (permalink)
Squirt
 
Join Date: Oct 2007
Posts: 18
Brando502 is an unknown quantity at this point
Send a message via AIM to Brando502 Send a message via Skype™ to Brando502
Default

Quote:
Originally Posted by Soccerfreak24 View Post
I tried this, and in the csproj file all I saw was this:

It was for the pelican game.. any ideas?
none unless the csproj file was like that in the first place i use it with no problems but i am the one who wrote it.

i actuly think you may be seeing the config for the installer.

Last edited by Brando502; 01-04-2009 at 12:48 PM. Reason: fix




Brando502 is offline   Reply With Quote
Old 01-04-2009, 03:24 PM   #60 (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

He posted that 3 months ago...
__________________



Bolt is offline   Reply With Quote
Reply

Bookmarks

Thread Tools