Re: Rpg Programming Software Development by Mouche RPG = Role Playing Game... right now I'm implementing locked doors to open and a "look" command to look at things. Re: RPG language Programming Software Development by Rashakil Fol RPG? The best option is to commit seppuku and die honorably. Rpg Programming Software Development by Mouche …URL="http://www.glenwinters.com/RPG/RPG_jan20.py"]www.glenwinters.com/RPG/RPG_jan20.py[/URL] [URL=&…quot;http://www.glenwinters.com/RPG/data.txt"]www.glenwinters.com/RPG/data.txt[/URL] [URL=&… "alive" print "\nWelcome to Glen's RPG. Enjoy..." commands() print currentchar.location.description while battle_results… Re: Rpg Programming Software Development by sneekula I finally got them all to work. Kinda neat! Can hardly wait until you get some good sound with it! What does Rpg mean? Reverse Polish Game? RPG Help Programming Game Development by Auzzie Right i'm currently writing up an outline for a web based RPG (yes i know it has been done over and over). And i was wondering what people would suggest that a good starting point (code wise) would be and what they feel/know to be the hardest parts of RPG coding. My plan is to use a PHP/MySQL backend with AJAX for moving sprites etc RPG language Programming Software Development by Phaelax I'm looking for a way to learn RPG as used on the AS400. Is there any software to emulate the machine on Windows or Mac? What tools would I use to program in RPG? RPG: Class Attributes/Stats Programming Software Development by linux ….Phill.hp 25[/code] ------------------------------------------------------ I am attempting to write an RPG in Python. I am not worrying about the battle system… for a long time. I'm going to use this RPG as a method of relearning the language and sharpening my… Re: RPG language Programming Software Development by WaltP Google for [I]RPG II[/I]. Re: RPG: Class Attributes/Stats Programming Software Development by redyugi … computer wipe, which caused me to stop working on my RPG) like so [CODE]class Hero: """The hero… rpg phping, fighting sparring please look Programming Web Development by dragonkingamn i have an idea for an rpg that i want up but i dont know rpging, if … Re: rpg phping, fighting sparring please look Programming Web Development by alc6379 [QUOTE=dragonkingamn]i have an idea for an rpg that i want up but i dont know rpging, if … RPG classes - conditional inheritance? Programming Game Development by Mouche … new syntax I learned, so decided to make a small RPG (I know--typical project). Say I have a Character class… Re: RPG classes - conditional inheritance? Programming Game Development by Mouche …. So, have you ever played WoW, Runescape, MapleStory or an RPG similar to those? In those games, there are many skills… RPG Battle Algorithms Programming Game Development by Geek-Master … like for this thread to discuss all aspects of "RPG math" i.e.(Attack, Magic, Defense, Magic Defense, Agility… Re: RPG Battle Algorithms Programming Game Development by Suetan … like for this thread to discuss all aspects of "RPG math" i.e.(Attack, Magic, Defense, Magic Defense, Agility… Re: RPG Battle Algorithms Programming Game Development by technogeek_42 ok ok ok but im a game fanatic and i don't have any idea on making a game espcially rpg.. and can i ask what is your job??? anyone who what to give me a game just a simple so i will study that tnx Re: RPG Battle Algorithms Programming Game Development by Suetan … don't have any idea on making a game espcially rpg.. and can i ask what is your job??? anyone who… RPG : Some Help to get started Programming Game Development by iamfrank I'd like to learn about making an RPG old style like Final Fantasy on NES. But I don'… RPG Maker Xp Compatability on Vista Hardware and Software Microsoft Windows by Bio-shippo …? I am aware of the Vista Version by the title RPG Maker VX but In my opinion, this version is far… Re: RPG Battle Algorithms Programming Game Development by SlayingSoul … as negative impacts. I'm currently working on my own RPG game, so I won't reveal -all- of my algorithms… RPG Armor System Programming Software Development by cnuzzo … python for several months and have started working on an rpg project. Right now I am trying to code an armor… RPG Game Help!!!! Programming Software Development by opprogrammer Hi guys, I'm making an RPG(role-playing game) and I need some help. Here is … RPG In a week.... simple right? Programming Game Development by CJMW … accepted the challange of programming a simple top down style rpg in a week. Progress was going well until I decided… Re: Rpg Programming Software Development by FAITH2011 Theb link to dowenloads is broken? please help Re: Rpg Programming Software Development by Mouche I believe this will work if you just copy the code into a file, save it as game.py and then run it. Re: Rpg Programming Software Development by FAITH2011 Thanks LaMouche for your reply. But this code does not run when copied into python because the first few line of the code is looking for a list which you are to get from the links above the coding, But they are not working, so justing wondering how the program will work without them. Also the list is look for within the coding ! Thanks again… Re: Rpg Programming Software Development by Mouche Ah, ok. My error catching wasn't too good. Change that first block of code to this: [CODE]# Load file_list try: f = open("data.txt","r") file_list = cPickle.load(f) f.close() except: # If data.txt is empty and cannot load file_list = [] [/CODE] Re: Rpg Programming Software Development by FAITH2011 [B]Thanks LeMouche now working fine....Many thanks[/B] Re: Rpg Programming Software Development by Mouche You're welcome. Send me a PM if you want some more help with this. This is a pretty old thread. Re: Rpg Programming Software Development by The_Castle Hi, I was just wondering how to get the game to work, I'm new to Python and I'm probably doing something wrong. I copy and pasted the code into a new file, with the first block of code replaced with the newer one, but when I run it doesn't seem to work. What am I doing wrong?