← Home ← Back to /mlp/

Thread 42448294

7 posts 4 images /mlp/
Anonymous No.42448294 [Report] >>42448357 >>42448369 >>42449548
I saw Jerma playing a game called Gazillionaire. I thought about a game like this for MLP. And seeing this game gave me a clearer idea. Either you would be in control of Equestria or your own Ponyland or Ponytopia. Either Celestia is not there or your an advisor to Celestia giving her suggestions which could be interesting. I can't make the game for pen and paper. It was easy to make games in flash but it must be even easier by now with modern game makers.
Ponies wouldn't give taxes, they'd give tribute money, however much they feel like giving, meaning they'd have a happiness meter or awe meter inspired meter and depending on that they'd give a certain amount. Each town would have different meters. Then you have ways of gaining bits and losing bits and other events. Ponyville is late on winter wrapup. Take a loan out from the Griffons. Fund Milky Way's experimental new cheese business. A bad harvest, bail out Sweet Apple Acres or let it shut down. You can potentially have ponies come to ask for royal judgements on things.

And I've thought of some other things how it would work, but I'll see if this is something that can even be made reasonably. I'm just trying to see which game maker can make these business simulator type of games and I'm not really getting the answer to that. Maybe just use flash I guess because Flash is perfect for these kinds of games where the only interaction is pressing big buttons.
Anonymous No.42448357 [Report] >>42448414
>>42448294 (OP)
Flash sucks monkey dick it's worse than Java. C++ or bust.
However any language is fine as long as you know how to program worth a shit.

I too was thinking once of making a 4chan simulator manager where you actually get to control 4chan as an admin or bot , kinda like a hacking manager game but actually good.
I always had this idea but playing as Hasbro, Faust or the fandom managing the 1 out of 3; show, toys and fandom.

https://www.youtube.com/watch?v=jFEd682Mbtw
https://www.youtube.com/watch?v=gYL_q2kmp4w
https://www.youtube.com/watch?v=3yrLRr8F8SI
https://www.youtube.com/watch?v=zITBaZ99DyE
https://www.youtube.com/watch?v=9-RNltfhZ2o
Anonymous No.42448369 [Report] >>42449311
>>42448294 (OP)
Did you know that jerma once said Starscream is best pony
Anonymous No.42448414 [Report]
>>42448357
Well 10 gorgillion games have been made in flash and no other program has achieved the same accomplishment. Because in flash you open it and physically draw a box and tell the box what to do. An insane concept to any other game maker that requires not just a tutorial but a series of tutorials just to know what anything is.
But this is how it is and no matter what if I make the game it will take several months or years and I'll be back then.
Anonymous No.42448450 [Report]
Ah you're referring to this game?
https://www.youtube.com/watch?v=X7HEUE8qt9A
Anonymous No.42449311 [Report]
>>42448369
starscream?
Anonymous No.42449548 [Report]
>>42448294 (OP)
>game idea
Could be a quite fun idea. Scope seems reasonable. Maybe add reputation scores for the important ponies? And events linked to specific reps. For example if Rainbow Dash has >= 30 rep she'll do sonic rainbooms at your events and increase awe for the guests.

>game engine
Don't use flash, it's EOL and only useable with plugins
May want to look into GDevelop. Fully visual scripting, logic is events and conditions with more advanced javascript if needed, and surprisingly good games can be made with it. Free tier is fine if you're not collaborating (paid adds online/cloud tools). Probably won't be limited in this game using it.
Construct3 is better than GDevelop, but you need to pay 100$/year
If you know how to code or want to learn, use godot. Much better control and complex UI. no visual scripting
Use unity if you want 3d and don't mind their flip floppy policies