Multiple pages in game
@MuntyScruntFundle wrote: I'm looking at adding splash, options and about pages to a game I was messing about with ages ago. A long while back I stumbled on a C# template with a multi class setup for...
View ArticleReviving/Remastering Siege of Avalon...
@CartBlanche wrote: Hi all, I'm thinking about reviving/remastering an old isometric RPG project I worked on years ago.The game is Siege of Avalon - http://soaos.sourceforge.net/ which was originally...
View ArticleDrawing rotated textures appears pixelated
@SyntaxCheck wrote: First I want to say I am very new to game dev and monogame. I am trying to draw a simple rectangle and rotate it. I made a large 150,600 rectangle in paint.net for my texture saved...
View ArticleAbout GPU memory usage
@11110 wrote: it's possible to get current GPU memory usage? Posts: 2 Participants: 2 Read full topic
View ArticleProblema intersection e fonte de consulta e codigos - Intersection problem...
@Angelo_Martins wrote: ntersection without rereading on the side or bottom of the object only when the character on the object Anyone know a source of consuta for monogame because I do not think much...
View ArticleFonts for languages?
@IceIYIaN wrote: Luckily my game needs next to nothing for localization and XNA's GameStateManagement centered all the strings... However, not all languages use the English characters and now I'm...
View ArticleDynamic shadows in Krypton XNA
@TheZNC wrote: Hello community. Now i working on Krypton XNA (v2.0) C# port for MonoGame 3.5I successfully ported it, everything works, but shadows... Issue:Dynamic shadows this is thing that doesn't...
View ArticleNo Garbage Text and Numbers.
@willmotil wrote: Ever watch your gc slowly climb when all your doing is looking at the framerate and think what is causing that? Its not mono-game, its c# itself ! Numbers simply sent to...
View ArticleCan I integrate mono game into Xamarin.Forms application?
@Airat wrote: Hello, I wanna create mobile app that support both Xamarin.Forms and Monogame. Can I create app like this, or better to use only monogame with some UI libraries? Posts: 1 Participants: 1...
View ArticleWeird shader behavior when porting to linux.
@LadyApoLLo wrote: So I'm trying to port my game to linux and this lightning library that I use, Kripton XNA, is giving me a headache. The problem is that my lights aren't being drawn properly on the...
View Article[SOLVED] Pipeline tool Problem
@TribladeStudioMute wrote: I'm Running Zorin OS. which i belive is using Ubuntu 14(something) not sure. But i installed the pipeline tool and for some reason the properties view doesnt event Show up...
View Article[SOLVED] Rotating a Camera around its own axis
@Jarelk wrote: I'm having trouble transforming the matrix for my camera (intended as a first person camera for a future First Person Shooter Project). Previously, instead of CreateFromAxisAngle, I...
View Article3D gimmicks on 2D
@Xentios wrote: "Flip card" animation Graphics I am extremely new to both Monogame and C#, so please excuse me if my question sounds stupid or the answer is apparent. I am primarily a Java developer...
View ArticleRandom stuttering is giving me a headache!
@alion02 wrote: The past few days were a nightmare for me. If a problem comes up, I usually fix it ASAP. The issue that I'm having right now, however, is just something else. It appears that either A)...
View ArticleOpenGL Displays.
@Surgecrafter wrote: The MG_OGL displays are kinda broken. For instance, in the DX version, the graphics are scaled when the window is resized. In OpenGL that is not the case. This would be an easy...
View ArticleHow do I pass a "uniform value" / Shader permutations
@kosmonautgames wrote: What is wrong with this implementation? I can't seem to find a way to pass uniforms during compile time like i could in xna, did something change? technique WithValueOne { pass...
View ArticleStorageFolder replacement for writting files to non isolated storage?
@ericamccowan wrote: I am trying to code a simple helper that can open and write a file anywhere in the file system that permissions allow. An example of why I would want to do this is to put save...
View Article[SOLVED] Shader Coming Back all Black
@kriswd40 wrote: I'm trying to make the same scanline shader that is talked about in this tutorial: http://joshuasmyth.maglevstudios.com My code is almost what is in that tutorial with a slight update...
View ArticleUnable to install monogame 3.5
@NickB wrote: I wanted to set up Monogame 3.5 with Monodevelop 5.10 (on Ubuntu 16.04) as a requirement for a game development course, but I've hit multiple roadblocks. I hate to have someone hold my...
View Article[SOLVED] Playing Sound and Song problem
@Xentios wrote: f = Content.Load("Sounds/d");song= Content.Load("Sounds/rpg");MediaPlayer.Play(song);f.Play(); d was wav file converted to xnb.Rpg was mp3 converted to 2 files ogg and xnb. With this...
View Article