Re: Where to find the MPro bgt include?

2019-06-21 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Where to find the MPro bgt include? In a nut shell, a simple text menu is just a list of choices and the index of that list.  As you hit up-and-down arrows, the index will either decrease or increase. URL: https://forum.audiogames.net/post/443292/#p443292 -- Audiogames-reflector

Re: Where to find the MPro bgt include?

2019-06-21 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Where to find the MPro bgt include? by what i meen the functions. bgt's dynamic_menu has all those loops and functions i don't need.I just want a simple text menu. and i just get so confuzed on what to add to the menu and what not to add to the menu. for example int r=m.run("p

Re: Where to find the MPro bgt include?

2019-06-20 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Where to find the MPro bgt include? Can you elaborate? When you say what, what do you mean? Also, something that you should understand is that there is no perfect guy to coding. Everyone will have different opinions as to how to do things, and you just have to choose what best suits

Re: Where to find the MPro bgt include?

2019-06-20 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Where to find the MPro bgt include? Can you elaborate? When you say what, what do you mean? URL: https://forum.audiogames.net/post/443076/#p443076 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: Where to find the MPro bgt include?

2019-06-20 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Where to find the MPro bgt include? i just don't propperly know what goes where URL: https://forum.audiogames.net/post/443026/#p443026 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: Where to find the MPro bgt include?

2019-06-20 Thread AudioGames . net Forum — Developers room : tmstuff000 via Audiogames-reflector
Re: Where to find the MPro bgt include? Ok, maybe it takes a few hours, but I prefer writing most things myself instead of using premade includes.@14, Sorry, I'm no expert at Python. I use BGT, and when that can't give me what I want, I create a dll in C++.Best regardsT-m URL: https

Re: Where to find the MPro bgt include?

2019-06-20 Thread AudioGames . net Forum — Developers room : ivan_soto via Audiogames-reflector
Re: Where to find the MPro bgt include? What kind of things don't you understand? URL: https://forum.audiogames.net/post/442981/#p442981 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: Where to find the MPro bgt include?

2019-06-20 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Where to find the MPro bgt include? @15 yes, he could just add some functionality URL: https://forum.audiogames.net/post/442914/#p442914 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: Where to find the MPro bgt include?

2019-06-20 Thread AudioGames . net Forum — Developers room : cmerry via Audiogames-reflector
Re: Where to find the MPro bgt include? I think m pro was actually based off of dynamic menu, so he did sort of have a leg up. URL: https://forum.audiogames.net/post/442911/#p442911 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: Where to find the MPro bgt include?

2019-06-20 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Where to find the MPro bgt include? speaking of whitch, can any one help me making my own menu? i want to use python. i know that you need an int for the index, and an array for the options... but there are a few things i just don't seem to understand URL: https

Re: Where to find the MPro bgt include?

2019-06-19 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Where to find the MPro bgt include? Meh, true. regardless, this guy was looking for a fancy menu, he was asking for m pro. so coding a menu like that would take quite some time. I can only imagine the time it took mason. but then again, i don't code in bgt, so what do i know. well

Re: Where to find the MPro bgt include?

2019-06-19 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Where to find the MPro bgt include? I wouldn’t call it professional. Fancy is the right term, though. URL: https://forum.audiogames.net/post/442825/#p442825 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi

Re: Where to find the MPro bgt include?

2019-06-19 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Where to find the MPro bgt include? @10, good point. It's when you want fancy features, first letter nav, a fancy, professional menu. URL: https://forum.audiogames.net/post/442802/#p442802 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: Where to find the MPro bgt include?

2019-06-19 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Where to find the MPro bgt include? Actually yes, coding your menu is easy. What is difficult is adding all the fancy features. A simple, generic menu, is really easy to do.  I speak from experience, when I started coding in python, I didn’t have an include that gave me the menu. I

Re: Where to find the MPro bgt include?

2019-06-19 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Where to find the MPro bgt include? Yeah, sure, just code you're own menu, that easy. URL: https://forum.audiogames.net/post/442761/#p442761 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: Where to find the MPro bgt include?

2019-06-19 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Where to find the MPro bgt include? post 6 was totaly not needed URL: https://forum.audiogames.net/post/442712/#p442712 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: Where to find the MPro bgt include?

2019-06-19 Thread AudioGames . net Forum — Developers room : cmerry via Audiogames-reflector
Re: Where to find the MPro bgt include? Lol yeah, that simple. Just ya know, code a new menu class with all the features of m pro. Shouldn't take more than a few seconds. Or ou could, ya know, use what's already out there. URL: https://forum.audiogames.net/post/442711/#p442711

Re: Where to find the MPro bgt include?

2019-06-19 Thread AudioGames . net Forum — Developers room : tmstuff000 via Audiogames-reflector
Re: Where to find the MPro bgt include? I couldn't find the MPro include on that GitHub repository but it is in some of Mason Armstrong's projects on the Audio Games Archive page, although I would recommend just to code your own menu with the options you like.Best regardsT-m URL: https

Re: Where to find the MPro bgt include?

2019-06-18 Thread AudioGames . net Forum — Developers room : ivan_soto via Audiogames-reflector
Re: Where to find the MPro bgt include? You want more includes? Ok.https://github.com/cartertemm/bgt_includes URL: https://forum.audiogames.net/post/442540/#p442540 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com

Re: Where to find the MPro bgt include?

2019-06-18 Thread AudioGames . net Forum — Developers room : giorgi elbaqidze via Audiogames-reflector
Re: Where to find the MPro bgt include? go in agarchive.net and find his page. URL: https://forum.audiogames.net/post/442483/#p442483 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: Where to find the MPro bgt include?

2019-06-18 Thread AudioGames . net Forum — Developers room : mazen via Audiogames-reflector
Re: Where to find the MPro bgt include? I could not find his open sourced projects? Give a link please URL: https://forum.audiogames.net/post/442476/#p442476 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: Where to find the MPro bgt include?

2019-06-17 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Where to find the MPro bgt include? masonasons.me and download his open sourced projects.The include is in most of those games.HTH. URL: https://forum.audiogames.net/post/442454/#p442454 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https