|
|
|
|
#41 (permalink) | |
|
Zuner
Join Date: May 2008
Posts: 74
Reputation: 10
Donate |
Quote:
Just a theory...
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
|
|
|
|
| Remove Advertisements Sponsored Links | |
Advertisement |
|
|
|
#42 (permalink) |
|
Jr. Zuner
Join Date: Sep 2007
Location: Winona
Posts: 30
Reputation: 10
Donate |
I love minesweeper. My only gripe is no "Best Times", but I can live with that.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Last edited by YERCELL : 07-01-2008 at 04:17 PM. |
|
|
|
|
|
#43 (permalink) | |
|
Jr. Zuner
Join Date: May 2008
Posts: 38
Reputation: 37
Donate |
Quote:
![]()
|
|
|
|
|
|
|
#44 (permalink) | |
|
Jr. Zuner
Join Date: Oct 2007
Location: Newark, DE
Posts: 43
Reputation: 14
Donate |
Quote:
![]() ![]()
|
|
|
|
|
|
|
#45 (permalink) |
|
Zuner
Join Date: May 2008
Posts: 74
Reputation: 10
Donate |
I can't wait to see what you come up with, wizard! It's quite a tricky/time consuming game to skin.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
|
|
|
|
|
#46 (permalink) |
|
putis killed my baby!
Administrator
Ultimate Zuner Join Date: Jan 2007
Location: NYS
Posts: 6,077
Reputation: 266
Donate |
I discovered a minor bug. In the custom view if you set the width and height high to say 8 by 8, you can place 49 mines. if you set it to 49 mines and then reduce the width and height you end up with a 5x5 map with more mines than tiles and it crashes. All you need to do is add a check so that when decreasing the side lengths if the mines is greater than the (width-1)(height-1) limit, decrease it to the limit
__________________
Note: The viewpoint posted above does not necessarily reflect the opinion of Zuneboards, Zuneboard's staff, Nurta, or any affiliate of any of the previously mentioned parties.
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. I'm sorry Dizzy, I don't swing that way To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. my army, while you can ![]()
|
|
|
|
|
|
#47 (permalink) | |
|
Jr. Zuner
Join Date: May 2008
Posts: 38
Reputation: 37
Donate |
Quote:
|
|
|
|
|
|
|
#48 (permalink) |
|
Experienced Zuner
Join Date: May 2008
Posts: 207
Reputation: 12
Donate |
I think the movement could be a little better. I see that when you have the movement set to "Revealed tiles can't be selected.", when you click a tile, the default is to take you up or right. This gets annoying when you click a tile and it takes you back to a flag. I usually don't want to change a flag, so could you make the default move away from the flag? And maybe touch? Thanks, this is one of my favorite games (until valgard's fate comes out) =P
|
|
|
|
|
|
#49 (permalink) | |
|
Jr. Zuner
Join Date: May 2008
Posts: 38
Reputation: 37
Donate |
Quote:
|
|
|
|
|
|
|
#50 (permalink) |
|
Jr. Zuner
Join Date: May 2008
Posts: 38
Reputation: 37
Donate |
My sincerest apologies for the double post. I guess this could be classified as a bump... So I'm doubly a bad person. Just thought I'd let everyone know that version 2 has been released. Check the original post for more information.
|
|
|
|
|
|
#51 (permalink) |
|
Jr. Member
Join Date: Nov 2006
Posts: 285
Reputation: 20
Donate |
Downloaded. Not a fan of the Windows blunded games...but will report any bugs or issues. Later.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Black Zune 80 & Samsung YH-J70 + Zune 80 Premium + AKG K26p + JVC HA-FX33 Blue -Marshmallows- ![]()
|
|
|
|
|
|
#54 (permalink) |
|
Experienced Zuner
Join Date: Jul 2008
Posts: 152
Reputation: 12
Donate |
I have a question! I was looking at the different versions that are created!
I was wondering if you could take the classic version and keep it grey, but add the graphics from the blue version! If this isn't to much trouble! Thanks for giving it a thought! |
|
|
|
|
|
#55 (permalink) | |
|
Jr. Zuner
Join Date: May 2008
Posts: 38
Reputation: 37
Donate |
Quote:
|
|
|
|
|
|
|
#56 (permalink) |
|
Zuner
Join Date: May 2008
Posts: 74
Reputation: 10
Donate |
Just change the tint of my blue skin's images to a gray? I could do that a little bit later and release it if that's ok with couchpotato (or i could PM you a DL link first to check it out and then you could just update the first post if you like it)
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
|
|
|
|
|
#58 (permalink) | |
|
Zuner
Join Date: May 2008
Posts: 74
Reputation: 10
Donate |
Quote:
1. Open the Minesweeper project file in Visual C#. 2. In the Solution Explorer bar on the right, open the "Content" section. 3. Right-click the "Classic" folder and click "copy". 4. Right-click on "Content" and click "paste". This should create a folder in the Content section titled "Copy of Classic". 5. Re-name this folder "Gray". 6. Download this zip file which contains the new images. Un-zip the folder into "Zune Minesweeper\Minesweeper\Content" and when prompted, click "replace all" or "yes to all". 7. Go back to the project file in Visual C# and in the solution explorer, find the file "Game1.cs" and double click it. 8. Go to line 112 where you will find the following code: Code:
protected override void LoadContent()
{
// Create a new SpriteBatch, which can be used to draw textures.
spriteBatch = new SpriteBatch(GraphicsDevice);
// TODO: use this.Content to load your game content here
blank = Content.Load<Texture2D>("blank");
skins.Add(new Skin("Classic", "Microsoft", Content, Color.Silver, Color.Black, Color.Gray, false, false));
skins.Add(new Skin("Blue", "B.J. Miller", Content, new Color(98, 138, 192), new Color(34, 55, 85), new Color(137, 177, 231), true, true));
skins.Add(new Skin("Black", "wizard7926", Content, Color.Black, Color.White, Color.Gray, false, false));
if (selectedSkin > skins.Count - 1) selectedSkin = 0;
s = skins[selectedSkin];
}
10. Paste in the following code in the new line you just created: Code:
skins.Add(new Skin("Gray", "B.J. Miller", Content, new Color(172,172,172), new Color(108,108,108), new Color(201,201,201), true, true));
That's it! If there's any issues or you need any help, just ask and I'll see what i can do to resolve your issue. (o: Good Luck!
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
|
|
|
|
|
|
#60 (permalink) |
|
Squirt
Join Date: May 2008
Posts: 26
Reputation: 10
Donate |
My Minesweeper is pretty in pink
sorry guys. If I can create a skin it can't be to difficult. I thought that your instructions were very good and easy to follow. It does take a while to do though. I took some pictures but I don't know how to get them in my post. sad I know ![]() |
|
|
|