Ludum Dare #23compo
Weird And Virtual Reality Emulated
You are in a litle city with very full peoples.
You must give milk on peoples for survive.
Well... I must be the ditribution I know...
For the time being: you can download <a python : http://www.python.org and panda3d : http://www.panda3d.org/download.php
the commande for run this game is python main.py (in root of the folder)
You must give milk on peoples for survive.
Well... I must be the ditribution I know...
For the time being: you can download <a python : http://www.python.org and panda3d : http://www.panda3d.org/download.php
the commande for run this game is python main.py (in root of the folder)
Comments12
TellusE24 Apr 2012, 20:37
Far as I can tell from a Google lookup, it's related to not running the game using Panda3D's Python version.
Sempai, is it possible for you to make a bundled version of this project?
Sempai, is it possible for you to make a bundled version of this project?

Tinco24 Apr 2012, 21:42
Hi, how do you run this? I get the same error :)

bastiandantilus25 Apr 2012, 00:33
Can't run, but you did say you'd be back, so that's not surprising.

spirulence27 Apr 2012, 06:42
Got it to work. Had to download the panda3d developer sdk:
http://www.panda3d.org/download.php?sdk&version=1.7.2
and then drop main.py from the source package onto C:\Panda3D-1.7.2\python\ppythonw.exe
http://www.panda3d.org/download.php?sdk&version=1.7.2
and then drop main.py from the source package onto C:\Panda3D-1.7.2\python\ppythonw.exe

spirulence27 Apr 2012, 06:46
I'm sorry to say that I did not enjoy the experience. Just the ability to remap the controls would have made a huge difference in my rating. They are not intuitive.

summaky28 Apr 2012, 11:29
I'll rate it later when it is properly bundled or I switch back to a Linux machine.

angrygeometry30 Apr 2012, 00:03
took a while to get it to work, but i liked the atmosphere. the controls were horrible though, sorry.
Datw8 May 2012, 00:33
It would be better if you provided a runnable file. It would be best if it were web game.

robcozzens10 May 2012, 09:00
I would try it if you had a Web or OSX version.
TobiasNL10 May 2012, 10:23
I could not run it:(

demonpants10 May 2012, 23:35
I will not run source. Need executable. Python people...






Traceback (most recent call last):
File "D:\LUDUM DARE 23 REVIEW\New folder\main.py", line 2, in <module>
from map import *
File "D:\LUDUM DARE 23 REVIEW\New folder\map.py", line 2, in <module>
from direct.showbase.ShowBase import ShowBase
ImportError: No module named direct.showbase.ShowBase