Guest GroundHOG-2010 Posted February 6, 2012 Share Posted February 6, 2012 No you can\'t release games from the FREE beta...Unity 3D is the worst engine for my game.(Can\'t create rovers and stuff with it.)Actually you can, but you need to be good at coding. Link to comment Share on other sites More sharing options...
bandit4910 Posted February 6, 2012 Share Posted February 6, 2012 Actually you can, but you need to be good at coding.I can\'t find a way to design one...I\'m looking for a SIMPLE easy Game Engine. Link to comment Share on other sites More sharing options...
bandit4910 Posted February 6, 2012 Share Posted February 6, 2012 On Topic:This kinda thing is called an AI Bot.If you want to be succesful use clever bot as an example. Link to comment Share on other sites More sharing options...
nasa123 Posted February 6, 2012 Author Share Posted February 6, 2012 On Topic:This kinda thing is called an AI Bot.If you want to be succesful use clever bot as an example.I am using clever bot as an example but mine is not random i tell it to say stuff after you say it like one part it asks you if you are having a nice day and if you type in bad it will say im doing good. if you type in good it will still say im doing goodhere is the first part of the code:n = input ('Name:') print (Hello, ' + n)See how it works? Link to comment Share on other sites More sharing options...
your mom Posted February 6, 2012 Share Posted February 6, 2012 Topic:'A simple program that talks to you'Nasa123: 'When i\'m done it will have about 500,000 lines of code: Good luck :thumbup:The only game or program i made was on game maker. Link to comment Share on other sites More sharing options...
nasa123 Posted February 6, 2012 Author Share Posted February 6, 2012 Topic:'A simple program that talks to you'Nasa123: 'When i\'m done it will have about 500,000 lines of code: Good luck :thumbup:The only game or program i made was on game maker.game maker stinks there stuff you want your person to do on it but you cant its better but harder to just learn how to program Link to comment Share on other sites More sharing options...
bandit4910 Posted February 6, 2012 Share Posted February 6, 2012 I am using clever bot as an example but mine is not random i tell it to say stuff after you say it like one part it asks you if you are having a nice day and if you type in bad it will say im doing good. if you type in good it will still say im doing goodhere is the first part of the code:n = input ('Name:') print (Hello, ' + n)See how it works?I know...Notepad++ opened it for some reason..That\'s fixed it keeps crashing... Link to comment Share on other sites More sharing options...
nasa123 Posted February 6, 2012 Author Share Posted February 6, 2012 I know...Notepad++ opened it for some reason..That\'s fixed it keeps crashing...How does ikeep crashing? i was trying to make it into a EXE earlier but messed up so every time i try to open it without running python first it just opens cmd and it tells the file location HELP! Link to comment Share on other sites More sharing options...
bandit4910 Posted February 6, 2012 Share Posted February 6, 2012 How does ikeep crashing? i was trying to make it into a EXE earlier but messed up so every time i try to open it without running python first it just opens cmd and it tells the file location HELP!I said my name and it closed a few seconds after... Link to comment Share on other sites More sharing options...
nasa123 Posted February 6, 2012 Author Share Posted February 6, 2012 I said my name and it closed a few seconds after...I look into that bugWhat version of python do you use? my game needs version 3.2 Link to comment Share on other sites More sharing options...
witeken Posted February 6, 2012 Share Posted February 6, 2012 I don\'t know but there are better languages to make these simple programs. By example, Liberty Basic. The first part of code would be: input 'Name '; variableprint 'Hello, '; variable Link to comment Share on other sites More sharing options...
nasa123 Posted February 6, 2012 Author Share Posted February 6, 2012 I don\'t know but there are better languages to make these simple programs. By example, Liberty Basic. The first part of code would be: input 'Name '; variableprint 'Hello, '; variableI use to do stuff like this is qbasic about 2 almost 3 years ago but they were small im at like my 55 line right now in v 0.0.2 Link to comment Share on other sites More sharing options...
witeken Posted February 6, 2012 Share Posted February 6, 2012 However, I\'ve got 2 tips for you:1. Put a space between: download page:http://uploading.com/files/da9bd512/Talk%2Bto%2Bmy%2Brobot on thr download page2. Mention the version on the download page(3. Mention the version in the name of the version in the title (e.g. Talk to my robot 0.0.1)) Link to comment Share on other sites More sharing options...
bandit4910 Posted February 6, 2012 Share Posted February 6, 2012 I look into that bugWhat version of python do you use? my game needs version 3.2Ah..I see I have version 2. something... Link to comment Share on other sites More sharing options...
nasa123 Posted February 6, 2012 Author Share Posted February 6, 2012 Ah..I see I have version 2. something...you should use python 3.2 for it to work the best Link to comment Share on other sites More sharing options...
witeken Posted February 6, 2012 Share Posted February 6, 2012 you should use python 3.2 for it to work the bestIsn\'t there an option to make an application or so? So people don\'t need to download python? Link to comment Share on other sites More sharing options...
bandit4910 Posted February 6, 2012 Share Posted February 6, 2012 Isn\'t there an option to make an application or so? So people don\'t need to download python?There IS but it\'s not for V.3.2.2... Link to comment Share on other sites More sharing options...
Polecat Industries Posted February 7, 2012 Share Posted February 7, 2012 game maker stinks there stuff you want your person to do on it but you cant its better but harder to just learn how to programWhat did you say? Link to comment Share on other sites More sharing options...
bandit4910 Posted February 7, 2012 Share Posted February 7, 2012 What did you say?Game Maker sucks and is for people who can\'t code.I have used it your better off making a Unity game.Plus, I don\'t consider the game your\'s the drawings may be yours but, the game is not.You coded HALF of it and drew it all. Link to comment Share on other sites More sharing options...
jgjiscool Posted February 8, 2012 Share Posted February 8, 2012 game maker stinks there stuff you want your person to do on it but you cant its better but harder to just learn how to programIf I can make an SDK for KSP on gamemaker, it\'s probably not too difficult to do something slightly more advanced. I.E. The 3d MMORPG game that I am... semi-actively developing. Ok, it\'s not core GM. It uses U3D for animated model support, a MySQL DLL, an Encryption DLL, a slightly more useful INI wrapper, and a downloader DLL, but it is working! Link to comment Share on other sites More sharing options...
Recommended Posts