Then I get another error:
Traceback (most recent call last):
File “main.py”, line 50, in
IP_USER = ipgetter.myip() # IP ???
File “C:\Python-DOOM-master\src\ipgetter.py”, line 48, in wrapper
signal.alarm(seconds)
AttributeError: module ‘signal’ has no attribute ‘alarm’
Enter your IP address in the variable IP_USER.
Error:
Known pipe types:
wglGraphicsPipe
(all display modules loaded.)
:display:windisplay(warning): SetForegroundWindow() failed!
:display:windisplay(warning): SetForegroundWindow() failed!
:loader(error): Couldn’t load file menu/Globe.egg: not found on model path (curr
ently: “/c/Python-DOOM-master;/c/Panda3D-1.10.9-x64/etc/…;/c/Panda3D-1.10.9-x64
/etc/…/models”)
Traceback (most recent call last):
File “main.py”, line 1653, in
droid = DroidShooter() # ??? ??? ??? ??? ???
File “main.py”, line 111, in init
self.menu(False) # ?a??? ???
File “main.py”, line 154, in menu
self.globe = loader.loadModel(“menu/Globe”)
File “C:\Panda3D-1.10.9-x64\direct\showbase\Loader.py”, line 298, in loadModel
raise IOError(message)
OSError: Could not load model file(s): [‘menu/Globe’]
Oh… There is a directory ./menu : menu.zip (821.5 KB)
You forgot to put yourself alive. It costs 0 lives by default. At the top is a slider for customizing lives.
7.0.6.1 update! Add en variant of direction!
And directories for run :
/models/world Now, download panda3d art from https://www.panda3d.org/download/noversion/art-gallery.zip
Go to the cat-environment folder. In it you will see a millenium falcon folder. Take all the files from it and put it in the directory ./models/world)
./models/block :
./models/fighter : fighter.zip
./models/BasicDroid : BasicDroid.zip
./models/pod : pod.zip
./models/crosshair : crosshair.zip
./models/grenade : grenade.rar
./models/sky : sky.zip
./models/whishlyflash : whishlyflash.zip
./models/fragment : fragment.rar
./models/spike : spike.zip
./fonts : fonts.zip
./sounds : sounds.rar
./special_effects : special_effects.zip
./tex : tex.zip
./shaders : shaders.zip
./src : src.zip (41.5 KB)
./menu : menu.zip (821.5 KB)
Codes :
codes.zip (13.2 KB)
Where is the slider?
Can you just put the folder in which you have made changes? It is a waste of time to download everything and extract them because we are not sure where the changes are made.
I can’t see it.
Take a screenshot of the game menu. I’m looking at what the problem is.
No, I saw it. My screen is smaller so I couldn’t see it. So I resized the screen and now I can see it.
Okay. If so, do you have any ideas for this game.
Hello everyone! I have now also created an update. This time I will only give the updated directories (as @panda3dmastercoder suggested) Well, in general, all the information: the update number
7.0.6.2, updated directories:
codes.zip (13.2 KB)
Hello everyone! Tonight, that is now I created the 7.0.7 update. It has added a level loading system. So far, only the position of the enemy is indicated in it. But you can already comment on something in the level file. And although the parser for loading levels is far from ready, you can already create your own levels and pass them! So, here are the updated directories:
./src : src.zip (43.6 KB)
./codes : codes.zip (13.3 KB)
./levels : levels.zip (253 Bytes)
I wish you a successful game!
Hello everyone! I apologize to everyone for not having updates for 2 days. Yes, for many games. Because I usually do several updates a day. So, a little about the update: the level selection menu has appeared. And the errors of removing a player from the server have been fixed. Updated directories:
./codes : codes.zip
./src : src.zip
./levels : levels.zip
I wish you a successful game!
Hello everyone! Now I have created another small update! Several bugs were fixed in it that prevented comfortable play. So, this is the 7.0.7.1 update, at the moment the last one in this game. And here are the updated directories:
./codes : codes.zip (13.7 KB)
Good luck with your game
Hello everyone! Well, I want to thank you for not a small number of views! Let’s get over 900 views, let’s move higher! Okay, let’s get down to business. Today I created the 7.0.7.2 update. Updated game code:
./codes: codes.zip (13.7 KB)
Look forward to tomorrow’s update! Well, good game to you!
Hello everyone, my friends! I apologize for not fulfilling my promise to create level 3 - now I have some problems. So far I have created a small script for downloading levels - if someone wants to make a github page with their levels to download them. Here’s the script:
# Скрипт для установки уровней/Script for downloading levels
import os # импортируем модуль для использования терминала
repesitory = input('Github репозиторий(Github Repository) : ') # справшиваем репезиторий с уровнями с github.com
os.system('git clone ' + repesitory) # скачиваем уровни