[RESOLVED] Stencilling on Android
@Mark_Frankie_Richard wrote: Hi guys. Are there any quirks I should know about when trying to use the stencil buffer on Android? I'm trying to use it for one layer of the 2D visuals I am drawing. I am...
View ArticleAny known fix for white screen rendering (possibly caused by laptops with...
@NealWH wrote: Hi,For the game I'm working on, we've released a prototype a few months back. One of the few persistent issues that has been found is that on certain pcs it displays a white screen with...
View ArticleHello to all it is possible to make a game with the IDE JetBrains Rider...
@noe_herues wrote: Hello to allit is possible to make a game with the IDE JetBrains Rider 2017.1 RC Posts: 2 Participants: 2 Read full topic
View ArticleHow can i edit a post in Showcase?
@repstyle_ wrote: I am healily struggling to find how to edit the post i created in Showcase because a lot of images aren't displayed correctly. So my presentation looks like garbage. How can I edit...
View ArticleSo now i've gone and done it.
@willmotil wrote: Been a while since i posted and i wanted to show off something i have been working on this month. Previously i used a nurbs algorithm i rewrote from c into c# to generate curved nurb...
View ArticleHow to change spritefont sizes without anit-aliasing
@SpeedyTurtlez wrote: I'm using a custom font for a small game in MonoGame, and it is made on an 8x8 grid, so I have to scale it to make it bigger. Currently I am scaling the scale in the...
View ArticleNez: Switching scenes, opening menu
@Kaven wrote: Hi, I am starting with Monogame and Nez library, and I am struggling with opening menu. My original idea was that game will be one scene, menu another scene. On Esc key I will set...
View ArticleIssues with VS2017 and monogame in winform
@etrain01 wrote: I have a windows form project that I have a picturebox that I am using as the draw surface that runs just fine in VS2015, I open it in VS2017 and it throws an error when it is passing...
View ArticleIs there a current tutorial for using winforms with mono-game.
@willmotil wrote: Im reading that monogame is using eto winforms for the pipeline tool.Is that included with monogame to were i can use eto.winforms and place a monogame game window in it ? If so is...
View ArticleHow to center GameWindow?
@Madolite wrote: Hey guys. Main question - How do I center the GameWindow? I've looked online and I can only seem to find unrelated answers. When I run the program, I want the GameWindow to be in the...
View ArticleVariable lossing state??
@Mattlekim wrote: Look at the line _blockMinedFrame = 5; public override void Update(float dt) { base.Update(dt); if (_currentBlockMining != null) if (_currentBlockMining.Value.Worldlocation ==...
View ArticleImplementing In-App Purchases in Monogame
@Silent_Zebra wrote: I'm looking for help with regards to implementing in-app purchases. I am a bit of a noob when it comes to app development, so please humor me. I'm currently working with a...
View ArticleContent Manager Does Not Open - VS 2017
@mikehaggar wrote: My Content Manager no longer opens when I click on the Content.mgcb file. It opens the file itself instead. Using Visual Studio 2017 and the latest dev branch of MonoGame. It has...
View ArticleIMGUI for monogame
@procfxgen wrote: Someone have done a Monogame version for IMGUI ?I found ImGui.NET but for netcore only .Thanks Posts: 1 Participants: 1 Read full topic
View ArticleExporting MonoGame Projects
@SpeedyTurtlez wrote: After some online research about how to export MonoGame projects so they will run on computers without MonoGame installed, I found a solution that said that all you have to do is...
View ArticleQuestion Regarding Texutures On Gpu
@Mattlekim wrote: Hi guys first off a big thank you for your help when Iv had questions in the past. So I know that changing the texture on the Gpu is what takes time, so reducing the amount of times...
View ArticleKeyboard Input Randomly Unresponsive
@mikehaggar wrote: I have a bunch of debugging tools assigned to function keys. They are very randomly unresponsive. They always work, but once I notice they become unresponsive I have to hold down...
View ArticleConfigurate Controller DualShock 2
@Jimmy_MacFly wrote: Hello,someone know if its possible to monogame to recognize controllers gamepad Playstation DualShock 2. This below code is functionnel for controller gamepad Xbox : "GamePadState...
View ArticleMonoGame not visible as template in Visual Studio 2017 Enterprise
@lauwemens wrote: I have been working with MonoGame quite a while ago (with Visual Studio 2015). I wanted to start things up again, and code a new project from the start. I downloaded and installed...
View ArticlePipelineTool - Output folder and macros
@Alkher wrote: Hi !I was wondering, does these command work ? When I use the platform one, it works, but the 3 others are still ignored Posts: 1 Participants: 1 Read full topic
View Article