LF2 GM Progress Thread - Printable Version +- Little Fighter Empire - Forums (https://lf-empire.de/forum) +-- Forum: Little Fighter 2 Zone (https://lf-empire.de/forum/forumdisplay.php?fid=7) +--- Forum: Projects (https://lf-empire.de/forum/forumdisplay.php?fid=10) +--- Thread: LF2 GM Progress Thread (/showthread.php?tid=9208) |
LF2 GM Progress Thread - Bamboori - 05-14-2014 22.05.2014 TECH DEMO IS READY! physics are almost the same as in original lf2. in the controls, the number next to each button is the ascii value (gonna build a parser later). vs mode doesnt to anything yet :p and i have wait=0 after all, just realized that after testing against actual lf2. but who cares :P exe for Windows <-click me! apk for Android <- click me! the android app only works on devices with actual buttons and xperia play layout because i havent really done anything for touch yet. also i just noticed that dash attack 2 stays in the first frame. thats merely a missing next, so i wont bother with that until the next tech demo :p next up will be bdy and itr interaction and/or weapons! everyone who bothers to download can be betatester :p original post Since this is a LF2 related project and I am too lazy to make a blog I'll post my coding progress here :D If you don't know what this is about, I am developing a LF2 clone in Game Maker Studio with various new features. Today I made mayor progress with the controls configuration, in the next days I should be able to finish it and release a test (no actual gameplay though, just controls settings). feel free to comment here when it gets interesting :P RE: LF2 GM Progress Thread - Gad - 05-15-2014 Why game maker? Don't you think that it's better to learn actual coding language like C++? RE: LF2 GM Progress Thread - Rhino.Freak - 05-15-2014 Uhm.. some teaser screenies perhaps? RE: LF2 GM Progress Thread - Bamboori - 05-15-2014 well i know gml pretty good already, plus i got some licenses for gm studio so i can already export to android too. also i dont see why not to use game maker. its a great programming environment as long as your games arent 3d or very heavy-weighted. lf2 gm is aimed to be a light game like lf2, plus gm studio lets me export to other platforms easily. also i hate when people say game maker does not allow actual coding. it certainly does so, with its own embedded language. it just doesnt force you to learn it and it also provides you a nifty environment, much like wpf @rhino: well as soon as i have anything to show i will do so RE: LF2 GM Progress Thread - A-Man - 05-15-2014 Game Maker isn't bad at all. I just don't see why people care about what environment an application was coded in, regardless if there was "actual coding" or not, as long as it works the way it should. Anyway, I am really excited about this. Stay motivated XD! RE: LF2 GM Progress Thread - AmadisLFE - 05-15-2014 Offtopic: Wel,, I made a game with roblox language coding, in roblox of course. Ontopic: Keep it up Bamboori, I am waiting for it . Offtopic2: I don't wanna wait for a Moti (Moti actually means Fat in Hindi, :P XD, I am from Bangladesh ) RE: LF2 GM Progress Thread - Som1Lse - 05-15-2014 (05-15-2014, 10:29 AM)Gad Wrote: Why game maker? Don't you think that it's better to learn actual coding language like C++?Define actual coding language. @bamboori: Will you bombard me with questions again? RE: LF2 GM Progress Thread - Bamboori - 05-15-2014 i hope not :P i did advance quite a bit in regards of gml as well as in general coding and game design. and i wont need vertical moving platforms... or will i? RE: LF2 GM Progress Thread - A-Man - 05-16-2014 So why don't you guys team up? If Bamboori focuses on the interface, and Someone else focuses on the game logic, I am sure you guys will be able to pull it out fast. RE: LF2 GM Progress Thread - Bamboori - 05-16-2014 actually im focusing on coding and could use help with interface graphics edit: okay, part of the controls settings works now. enough for me to move on to the game physic and frame progressing and do the remaining controls later |