Re: [Pybem-developers] Question about starting a new game
Brought to you by:
abriggs
From: Anthony B. <ab...@we...> - 2009-01-23 01:14:50
|
Piotr wrote: > Hello Anthony, > > how do I set up a new faction? When I enter a "Faction: new" line into > players.in and run the script, it gives me the following output: > > ****** > piotr@vs150230:~/source/pyatltest$ ./atlantis1.py run > playerDict is now: {'no': 'new'} > Traceback (most recent call last): > File "./atlantis1.py", line 524, in ? > game.main() > File "./atlantis1.py", line 72, in main > self.loadgame() > File "./atlantis1.py", line 142, in loadgame > self.readplayers('players.in') > File "./atlantis1.py", line 346, in readplayers > f.new(playerDict['name'], playerDict['addr'], playerDict['password']) > ****** Hmm, you've chopped off the actual error, but I suspect that you might not have the player address, name or password listed. You need to have them for regular Atlantis too, I think. If you put those in, it should work. If not, let me know :) > pyAtlantis development seems to have halted a little. Any info on > further progress? Yep, it has stalled for a while. There wasn't a huge amount of interest, and I have a distinct lack of free time at the moment. That may change at some point this year, but not for the next couple of months at least. I am available for questions though :) My plan btw, was to get the reports readable in ALH and run another game as a second test platform while I added more stuff (cities, monsters, etc.). You're welcome to follow that plan, or create your own. Ant |