<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[MFGG Forums - All Forums]]></title>
		<link>https://forums.mfgg.net/</link>
		<description><![CDATA[MFGG Forums - https://forums.mfgg.net]]></description>
		<pubDate>Wed, 29 Apr 2026 09:38:17 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Your preferred SMB2 character]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3536</link>
			<pubDate>Tue, 28 Apr 2026 00:31:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=1">VinnyVideo</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3536</guid>
			<description><![CDATA[I tend to use Luigi the most, though I prefer Peach's delayed descent over Luigi's high jumps in certain levels. I often use Mario when digging in the desert. Poor Toad doesn't get a lot of use, but I might use him in 2-1 or 2-2 just so he'll get a chance to play.]]></description>
			<content:encoded><![CDATA[I tend to use Luigi the most, though I prefer Peach's delayed descent over Luigi's high jumps in certain levels. I often use Mario when digging in the desert. Poor Toad doesn't get a lot of use, but I might use him in 2-1 or 2-2 just so he'll get a chance to play.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Super Mario Bros. Friends - Godot Rework]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3535</link>
			<pubDate>Mon, 27 Apr 2026 17:23:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=1897">matrix</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3535</guid>
			<description><![CDATA[I forgot to share this here also:<br />
<br />
I recently started learning Godot, and I decided to do something crazy,<br />
I reworked my SAGE 2023 demo in Godot! The result turned out pretty solid (aside from some physics differences), and it runs on a low-end PC!<br />
  <br />
I mainly took inspiration from Super Mario World and Yoshi’s Island, and this is actually my third attempt at building this project. The first two were on 2D, but they failed when I tried adding 3D elements to them, so this attempt is a 2.5D game built in a 3D world. For development, I followed Wye's recreation series and used <dvz_me_placeholder id="0" /> 's Mario Worlds Delta as a reference (my original GameMaker version was based on that engine). Thanks a lot Wasabi for the engine you provided. I also analysed JoeMama's SMB1R/SMWR source code and implemented it on my own. Huge thanks to them for making both of the games open source. <br />
<br />
You can download the playable demo here.<br />
It's an early, unfinished build. Expect some bugs. <br />
<span style="font-weight: bold;" class="mycode_b">Link:</span> <a href="https://mfgg.net/index.php?act=resdb&amp;param=02&amp;c=2&amp;id=42105" target="_blank" rel="noopener" class="mycode_url">https://mfgg.net/index.php?act=resdb&amp;par...2&amp;id=42105</a><br />
I’m not sure if I’ll continue development. It depends on real-life commitments. <br />
<br />
Or, you can check out the gameplay in action:<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/9LNqNcowNe4" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
<br />
<span style="font-size: large;" class="mycode_size">FAQ: </span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Q: What is "Powered by 1UP Engine" as seen on the title screen? </span><br />
A: It’s a custom Mario-style framework I’m developing for this game. <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Q: Am I able to change the controls? </span><br />
A: For now, you cannot change controls<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Q: I'm not able to disable certain effects.</span><br />
A: The demo is a bit rushed, so I may implement these features someday.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Q: I'm getting frame drops during gameplay. </span><br />
A: Try changing the settings. If the same happens, it's due to the optimisation problems. I did my best to optimise the game by testing on low-end devices I found.<br />
<br />
<br />
<span style="font-size: large;" class="mycode_size">References:<br />
</span><br />
<span style="font-weight: bold;" class="mycode_b">Wye's SMW Recreation Series:</span> <a href="https://www.youtube.com/watch?v=u2fwxuHZXIA&amp;list=PLKCF1pHYsbiHNKGBoHrIM2l19tlN5GdVK&amp;pp=0gcJCbcEOCosWNin" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=u2fwxuHZ...cEOCosWNin</a> <br />
<span style="font-weight: bold;" class="mycode_b">Mario Worlds Delta:</span> <a href="https://github.com/GateteVerde/Mario-Worlds-Delta" target="_blank" rel="noopener" class="mycode_url">https://github.com/GateteVerde/Mario-Worlds-Delta</a> <br />
<span style="font-weight: bold;" class="mycode_b">SMWR:</span> <a href="https://github.com/JHDev2006/Super-Mario-World-Remastered-Public" target="_blank" rel="noopener" class="mycode_url">https://github.com/JHDev2006/Super-Mario...red-Public</a> <br />
<span style="font-weight: bold;" class="mycode_b">SMB1R:</span> <a href="https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public" target="_blank" rel="noopener" class="mycode_url">https://github.com/JHDev2006/Super-Mario...red-Public</a>]]></description>
			<content:encoded><![CDATA[I forgot to share this here also:<br />
<br />
I recently started learning Godot, and I decided to do something crazy,<br />
I reworked my SAGE 2023 demo in Godot! The result turned out pretty solid (aside from some physics differences), and it runs on a low-end PC!<br />
  <br />
I mainly took inspiration from Super Mario World and Yoshi’s Island, and this is actually my third attempt at building this project. The first two were on 2D, but they failed when I tried adding 3D elements to them, so this attempt is a 2.5D game built in a 3D world. For development, I followed Wye's recreation series and used <dvz_me_placeholder id="0" /> 's Mario Worlds Delta as a reference (my original GameMaker version was based on that engine). Thanks a lot Wasabi for the engine you provided. I also analysed JoeMama's SMB1R/SMWR source code and implemented it on my own. Huge thanks to them for making both of the games open source. <br />
<br />
You can download the playable demo here.<br />
It's an early, unfinished build. Expect some bugs. <br />
<span style="font-weight: bold;" class="mycode_b">Link:</span> <a href="https://mfgg.net/index.php?act=resdb&amp;param=02&amp;c=2&amp;id=42105" target="_blank" rel="noopener" class="mycode_url">https://mfgg.net/index.php?act=resdb&amp;par...2&amp;id=42105</a><br />
I’m not sure if I’ll continue development. It depends on real-life commitments. <br />
<br />
Or, you can check out the gameplay in action:<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/9LNqNcowNe4" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
<br />
<span style="font-size: large;" class="mycode_size">FAQ: </span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Q: What is "Powered by 1UP Engine" as seen on the title screen? </span><br />
A: It’s a custom Mario-style framework I’m developing for this game. <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Q: Am I able to change the controls? </span><br />
A: For now, you cannot change controls<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Q: I'm not able to disable certain effects.</span><br />
A: The demo is a bit rushed, so I may implement these features someday.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Q: I'm getting frame drops during gameplay. </span><br />
A: Try changing the settings. If the same happens, it's due to the optimisation problems. I did my best to optimise the game by testing on low-end devices I found.<br />
<br />
<br />
<span style="font-size: large;" class="mycode_size">References:<br />
</span><br />
<span style="font-weight: bold;" class="mycode_b">Wye's SMW Recreation Series:</span> <a href="https://www.youtube.com/watch?v=u2fwxuHZXIA&amp;list=PLKCF1pHYsbiHNKGBoHrIM2l19tlN5GdVK&amp;pp=0gcJCbcEOCosWNin" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=u2fwxuHZ...cEOCosWNin</a> <br />
<span style="font-weight: bold;" class="mycode_b">Mario Worlds Delta:</span> <a href="https://github.com/GateteVerde/Mario-Worlds-Delta" target="_blank" rel="noopener" class="mycode_url">https://github.com/GateteVerde/Mario-Worlds-Delta</a> <br />
<span style="font-weight: bold;" class="mycode_b">SMWR:</span> <a href="https://github.com/JHDev2006/Super-Mario-World-Remastered-Public" target="_blank" rel="noopener" class="mycode_url">https://github.com/JHDev2006/Super-Mario...red-Public</a> <br />
<span style="font-weight: bold;" class="mycode_b">SMB1R:</span> <a href="https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public" target="_blank" rel="noopener" class="mycode_url">https://github.com/JHDev2006/Super-Mario...red-Public</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[bananas.]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3534</link>
			<pubDate>Mon, 27 Apr 2026 04:56:31 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=1714">DogToon64</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3534</guid>
			<description><![CDATA[a thread only for bananas : )<br />
<img src="https://images2.imgbox.com/1f/01/jW0xVp6p_o.gif" loading="lazy"  alt="[Image: jW0xVp6p_o.gif]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[a thread only for bananas : )<br />
<img src="https://images2.imgbox.com/1f/01/jW0xVp6p_o.gif" loading="lazy"  alt="[Image: jW0xVp6p_o.gif]" class="mycode_img" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[I am hoping I come back in 20 years and regret everything I posted in this forum.]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3533</link>
			<pubDate>Sun, 26 Apr 2026 02:18:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=2408">NowhereMan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3533</guid>
			<description><![CDATA[Thank you, littlelum.]]></description>
			<content:encoded><![CDATA[Thank you, littlelum.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Happy Birthday]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3532</link>
			<pubDate>Mon, 20 Apr 2026 21:18:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=2408">NowhereMan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3532</guid>
			<description><![CDATA[Littlelum said something about a 'general' happy birthday thread, so in honor of the web administrator's big day, I'll start with ...<br />
<br />
Happy Birthday WasabiCatto! Have an amazing day (or night!), different timezones and all.  <img src="https://forums.mfgg.net/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_80" />]]></description>
			<content:encoded><![CDATA[Littlelum said something about a 'general' happy birthday thread, so in honor of the web administrator's big day, I'll start with ...<br />
<br />
Happy Birthday WasabiCatto! Have an amazing day (or night!), different timezones and all.  <img src="https://forums.mfgg.net/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_80" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Best 2D Mario engines for android?]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3531</link>
			<pubDate>Fri, 10 Apr 2026 19:17:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=2567">Blazindudereflamed</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3531</guid>
			<description><![CDATA[I am trying to make my own Mario game, if you don't know]]></description>
			<content:encoded><![CDATA[I am trying to make my own Mario game, if you don't know]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Where the Points Don't Matter]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3530</link>
			<pubDate>Fri, 10 Apr 2026 17:07:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=2408">NowhereMan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3530</guid>
			<description><![CDATA[Yesterday I was playing a fangame, trying to develop a strategy in my head, telling myself, "...coins are for extra lives, the points.... the points don't matter."<br />
<br />
"Welcome to <span style="font-style: italic;" class="mycode_i">Whose Line Is It Anyway?</span> the show where everything is made up and the points don't matter." --- Do you think that is a reference to Super Mario Bros.?<br />
<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/lpacLA7xncM" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
"the show emphasizes that the points awarded are meaningless, focusing instead on comedy and spontaneous creativity." - Google's AI Overview]]></description>
			<content:encoded><![CDATA[Yesterday I was playing a fangame, trying to develop a strategy in my head, telling myself, "...coins are for extra lives, the points.... the points don't matter."<br />
<br />
"Welcome to <span style="font-style: italic;" class="mycode_i">Whose Line Is It Anyway?</span> the show where everything is made up and the points don't matter." --- Do you think that is a reference to Super Mario Bros.?<br />
<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/lpacLA7xncM" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
"the show emphasizes that the points awarded are meaningless, focusing instead on comedy and spontaneous creativity." - Google's AI Overview]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What is Your Favorite Mario? *Image & Artwise*]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3528</link>
			<pubDate>Wed, 08 Apr 2026 20:28:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=2408">NowhereMan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3528</guid>
			<description><![CDATA[I kind of discussed this in "Best and Worst Looking Mario Game?" somewhat misunderstanding the premise DJ Coco was making (aesthetics of the games), because I was excited to talk about Mario.<br />
<br />
So my question is, what is the best looking and worst looking Mario (not game). This could include sprites, graphics of the character, or the general design of the character itself.]]></description>
			<content:encoded><![CDATA[I kind of discussed this in "Best and Worst Looking Mario Game?" somewhat misunderstanding the premise DJ Coco was making (aesthetics of the games), because I was excited to talk about Mario.<br />
<br />
So my question is, what is the best looking and worst looking Mario (not game). This could include sprites, graphics of the character, or the general design of the character itself.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Image search the user above you]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3527</link>
			<pubDate>Wed, 08 Apr 2026 18:51:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=32">littlelum</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3527</guid>
			<description><![CDATA[I saw this in another forum, and I thought that it would be fun to do it here as well. Basically, you put the username of the person who posted in this thread last into a search engine of your choice. Then, share an image that comes up.<br />
<br />
Here are some recommended guidelines:<br />
You do not need to share the very first image that comes up. You can find one that's a few pages down, if you want.<br />
The image does not need to be related to MFGG in any way. In fact, it might be more fun if the image is unexpected.<br />
Try not to share the same image twice.]]></description>
			<content:encoded><![CDATA[I saw this in another forum, and I thought that it would be fun to do it here as well. Basically, you put the username of the person who posted in this thread last into a search engine of your choice. Then, share an image that comes up.<br />
<br />
Here are some recommended guidelines:<br />
You do not need to share the very first image that comes up. You can find one that's a few pages down, if you want.<br />
The image does not need to be related to MFGG in any way. In fact, it might be more fun if the image is unexpected.<br />
Try not to share the same image twice.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How much effort do you put into your food?]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3526</link>
			<pubDate>Wed, 08 Apr 2026 18:47:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=32">littlelum</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3526</guid>
			<description><![CDATA[Do you like to cook? Do you order take out? Me, I'm the type of guy who eats food straight out of the can, and gets lunch at work. I don't put much effort into my food. I'm ok with that right now, as I'm not super picky about "meal quality". As long as I get my nutrition, I'm happy. What about you?]]></description>
			<content:encoded><![CDATA[Do you like to cook? Do you order take out? Me, I'm the type of guy who eats food straight out of the can, and gets lunch at work. I don't put much effort into my food. I'm ok with that right now, as I'm not super picky about "meal quality". As long as I get my nutrition, I'm happy. What about you?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Taylor Swift really did take over the mainsite]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3525</link>
			<pubDate>Wed, 08 Apr 2026 02:13:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=1">VinnyVideo</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3525</guid>
			<description><![CDATA[What's an MFGG sprite submitter's favorite Taylor Swift song?]]></description>
			<content:encoded><![CDATA[What's an MFGG sprite submitter's favorite Taylor Swift song?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What's Your Fave Controller?]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3524</link>
			<pubDate>Wed, 08 Apr 2026 00:54:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=2408">NowhereMan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3524</guid>
			<description><![CDATA[Because I use an USB Xbox 360 controller on my computer. It is my favorite controller, that's why I use it. I'd also buy an USB SNES and NES controller to play retro games.]]></description>
			<content:encoded><![CDATA[Because I use an USB Xbox 360 controller on my computer. It is my favorite controller, that's why I use it. I'd also buy an USB SNES and NES controller to play retro games.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The Continuing Adventures of Littlelum]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3522</link>
			<pubDate>Sat, 04 Apr 2026 19:37:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=2408">NowhereMan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3522</guid>
			<description><![CDATA[<img src="https://hoppinga.neocities.org/MFGG/littelum/littlelum8.png" loading="lazy"  alt="[Image: littlelum8.png]" class="mycode_img" /><br />
<img src="https://hoppinga.neocities.org/MFGG/littelum/230033.png" loading="lazy"  alt="[Image: 230033.png]" class="mycode_img" /><br />
<img src="https://hoppinga.neocities.org/MFGG/littelum/440033.png" loading="lazy"  alt="[Image: 440033.png]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[<img src="https://hoppinga.neocities.org/MFGG/littelum/littlelum8.png" loading="lazy"  alt="[Image: littlelum8.png]" class="mycode_img" /><br />
<img src="https://hoppinga.neocities.org/MFGG/littelum/230033.png" loading="lazy"  alt="[Image: 230033.png]" class="mycode_img" /><br />
<img src="https://hoppinga.neocities.org/MFGG/littelum/440033.png" loading="lazy"  alt="[Image: 440033.png]" class="mycode_img" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[There's a walrus on my Windows lock screen today]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3521</link>
			<pubDate>Fri, 03 Apr 2026 22:24:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=1">VinnyVideo</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3521</guid>
			<description><![CDATA[<a href="https://www.bing.com/spotlight?spotlightid=WL_WalrusNorway&amp;q=walrus+mammal" target="_blank" rel="noopener" class="mycode_url">https://www.bing.com/spotlight?spotlight...rus+mammal</a><br />
<br />
It's a walrus in Norway, to be precise. Goo goo g'joob.]]></description>
			<content:encoded><![CDATA[<a href="https://www.bing.com/spotlight?spotlightid=WL_WalrusNorway&amp;q=walrus+mammal" target="_blank" rel="noopener" class="mycode_url">https://www.bing.com/spotlight?spotlight...rus+mammal</a><br />
<br />
It's a walrus in Norway, to be precise. Goo goo g'joob.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QUESTIONS OR HELP FORUM]]></title>
			<link>https://forums.mfgg.net/showthread.php?tid=3520</link>
			<pubDate>Fri, 03 Apr 2026 21:47:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.mfgg.net/member.php?action=profile&uid=2486">luckygames</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.mfgg.net/showthread.php?tid=3520</guid>
			<description><![CDATA[<span style="color: #ffffff;" class="mycode_color"><span style="font-size: small;" class="mycode_size">Sería un foro donde tanto principiantes como expertos podrían hacer preguntas, ayudar a otros o cualquier otra cosa que pudiera ser útil en MFGG. Quizás así habría un mejor lugar para hacer preguntas (como yo, que todavía soy nuevo en MFGG). Por supuesto, las preguntas sobre la plataforma o su funcionamiento, y otras preguntas (como cómo funciona un motor de diseño en particular o cómo dibujar a Luigi sin bigote) deberían ir a sus respectivos foros. <br />
Si ya existe una sugerencia similar, por favor, avísenme, porque hay muchas sugerencias y no voy a leerlas una por una para ver si esta es una duplicada o no <img src="https://forums.mfgg.net/images/smilies/whoops.png" alt="Whoops!" title="Whoops!" class="smilie smilie_72" /> .</span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #ffffff;" class="mycode_color"><span style="font-size: small;" class="mycode_size">Sería un foro donde tanto principiantes como expertos podrían hacer preguntas, ayudar a otros o cualquier otra cosa que pudiera ser útil en MFGG. Quizás así habría un mejor lugar para hacer preguntas (como yo, que todavía soy nuevo en MFGG). Por supuesto, las preguntas sobre la plataforma o su funcionamiento, y otras preguntas (como cómo funciona un motor de diseño en particular o cómo dibujar a Luigi sin bigote) deberían ir a sus respectivos foros. <br />
Si ya existe una sugerencia similar, por favor, avísenme, porque hay muchas sugerencias y no voy a leerlas una por una para ver si esta es una duplicada o no <img src="https://forums.mfgg.net/images/smilies/whoops.png" alt="Whoops!" title="Whoops!" class="smilie smilie_72" /> .</span></span>]]></content:encoded>
		</item>
	</channel>
</rss>