Coder Social home page Coder Social logo

screamingstrike's Introduction

Yukio Nozawa, a software engineer / game designer / sound designer

Hi! I'm Yukio Nozawa, also known as cat.

Please feel free to visit yncat.net to get more information about me. (currently most of the contents are written in Japanese, please get some help for AI or something if you need)

If you want to contact me, please visit The contact form and drop me a line.

screamingstrike's People

Contributors

amerikranian avatar dangero2000 avatar dependabot[bot] avatar ogomez92 avatar yncat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

screamingstrike's Issues

Too much boost raises an error

Traceback (most recent call last):
File "ss.py", line 28, in
File "ss.py", line 17, in main
File "ssAppMain.py", line 280, in run
File "ssAppMain.py", line 324, in play
File "ssAppMain.py", line 569, in gamePlay
File "gameField.py", line 85, in frameUpdate
File "player.py", line 59, in frameUpdate
File "player.py", line 74, in punchLaunch
File "bgtsound.py", line 89, in pitch
File "sound_lib\channel.py", line 207, in set_frequency
File "sound_lib\channel.py", line 125, in set_attribute
File "sound_lib\main.py", line 49, in bass_call
sound_lib.main.BassError: 20, an illegal parameter was specified

add voice selection for SAPI 5

Hello,
Can you add voice selection for sapi 5 to screaming strike? It'd be very good for those of us who play the game suing SAPI 5.
Thanks

Can't execute script SS successfully

I tried making some mods for fun and then trying to build and run the moddet game.
When running "python tools\build.sh" everything goes fine, but when running the generated play.exe i get an error.
I tried building the clean source with no modifications, and that failed too.

error run the game

Traceback (most recent call last):
File "ss.py", line 28, in
File "ss.py", line 16, in main
File "ssAppMain.py", line 56, in initialize
File "window.py", line 33, in initialize
File "accessible_output2\outputs\auto.py", line 12, in init
File "accessible_output2\outputs\jaws.py", line 16, in init
File "libloader\com.py", line 15, in load_com
File "site-packages\win32com\client\gencache.py", line 534, in EnsureDispatch
File "site-packages\win32com\client\gencache.py", line 391, in EnsureModule
File "site-packages\win32com\client\gencache.py", line 266, in GetModuleForTypelib
File "site-packages\win32com\client\gencache.py", line 552, in AddModuleToCache
AttributeError: module 'win32com.gen_py.F152C4EF-B92F-4139-A901-E8F1E28CC8E0x0x1x0' has no attribute 'CLSIDToClassMap'

please add speech interrupt support to SAPI 5

Hello,
Can you please add speech interrupt to the game? What I mean by that is SAPI doesn't interrupt what it is spkeagin when I press any key. For example, when I press 2 to start an arcade game, it still reads the main menü and I am annoyed because I have to listen to it speaking. Try putting NVDA in sleep mode and play the game, press the arrow keys in the menus etc. You'll get what I mean. I am using narrator so I need this in order to play the game officiantly.
Thanks

The game doesn't run

Hello,
The game doesn't run when I try to start play.exe. I am running Windows 10 64-bit with narrator. When I click play.exe, nothing happens.

Can't build on mac

I get the following error when running python tools/build.py after installing everything:

(ss) uri@Mac-mini-de-oriol screamingstrike % python tools/build.py
win=False, cwd=/Volumes/t7/code/pyGames/screamingstrike
Building ss. This will take several minutes. Please wait...
Executing: pyinstaller --windowed --onefile --osx-bundle-identifier com.nyanchanGames.screamingStrike2 ss.py
124 INFO: PyInstaller: 4.5.1
124 INFO: Python: 3.7.11 (conda)
133 INFO: Platform: Darwin-21.1.0-x86_64-i386-64bit
134 INFO: wrote /Volumes/t7/code/pyGames/screamingstrike/ss.spec
138 INFO: UPX is not available.
139 INFO: Extending PYTHONPATH with paths
['/Volumes/t7/code/pyGames/screamingstrike',
'/Volumes/t7/code/pyGames/screamingstrike']
248 INFO: checking Analysis
249 INFO: Building Analysis because Analysis-00.toc is non existent
249 INFO: Initializing module dependency graph...
250 INFO: Caching module graph hooks...
255 INFO: Analyzing base_library.zip ...
1428 INFO: Processing pre-find module path hook distutils from '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/hooks/pre_find_module_path/hook-distutils.py'.
1429 INFO: distutils: retargeting to non-venv dir '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7'
2048 INFO: Caching module dependency graph...
2128 INFO: running Analysis Analysis-00.toc
2131 INFO: Analyzing /Volumes/t7/code/pyGames/screamingstrike/ss.py
2349 INFO: Processing pre-safe import module hook win32com from '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/hook-win32com.py'.
2518 INFO: Processing module hooks...
2518 INFO: Loading module hook 'hook-accessible_output2.py' from '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
2519 INFO: Loading module hook 'hook-sound_lib.py' from '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
2521 INFO: Loading module hook 'hook-encodings.py' from '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/hooks'...
2565 INFO: Loading module hook 'hook-pickle.py' from '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/hooks'...
2567 INFO: Loading module hook 'hook-heapq.py' from '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/hooks'...
2567 INFO: Loading module hook 'hook-difflib.py' from '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/hooks'...
2568 INFO: Loading module hook 'hook-sysconfig.py' from '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/hooks'...
2573 INFO: Loading module hook 'hook-xml.py' from '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/hooks'...
2601 INFO: Loading module hook 'hook-distutils.py' from '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/hooks'...
2610 INFO: Looking for ctypes DLLs
2619 INFO: Analyzing run-time hooks ...
2621 INFO: Including run-time hook '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py'
2622 INFO: Including run-time hook '/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py'
2625 INFO: Looking for dynamic libraries
Traceback (most recent call last):
File "/Users/uri/opt/anaconda3/envs/ss/bin/pyinstaller", line 8, in
sys.exit(run())
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/main.py", line 126, in run
run_build(pyi_config, spec_file, **vars(args))
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/main.py", line 65, in run_build
PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/building/build_main.py", line 815, in main
build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/building/build_main.py", line 762, in build
exec(code, spec_namespace)
File "/Volumes/t7/code/pyGames/screamingstrike/ss.spec", line 19, in
noarchive=False)
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/building/build_main.py", line 294, in init
self.postinit()
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/building/datastruct.py", line 159, in postinit
self.assemble()
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/building/build_main.py", line 532, in assemble
redirects=self.binding_redirects))
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/depend/bindepend.py", line 219, in Dependencies
for lib, npth in selectImports(pth, xtrapath):
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/depend/bindepend.py", line 495, in selectImports
dlls = getImports(pth)
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/depend/bindepend.py", line 753, in getImports
return _getImports_macholib(pth)
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/PyInstaller/depend/bindepend.py", line 631, in _getImports_macholib
m = MachO(pth)
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/macholib/MachO.py", line 118, in init
self.load(fp)
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/macholib/MachO.py", line 133, in load
self.load_header(fh, 0, size)
File "/Users/uri/opt/anaconda3/envs/ss/lib/python3.7/site-packages/macholib/MachO.py", line 167, in load_header
raise ValueError("Unknown Mach-O header: 0x%08x in %r" % (header, fh))
ValueError: Unknown Mach-O header: 0x7f454c46 in <_io.BufferedReader name='/Volumes/t7/code/pyGames/screamingstrike/sound_lib/lib/x64/libbass_alac.so'>
Copying sound_lib dlls...
Checking directory: dist/ss.app/Contents/Resources/accessible_output2 ... created
Copying accessible_output2 dlls...
Copying data files...
Copying locale files...
Copying readme
Copying changelog
Creating image dmg
Traceback (most recent call last):
File "tools/build.py", line 92, in
dopackage()
File "tools/build.py", line 22, in dopackage
os.rename("dist/" + PROJECT + ".app", "dist/" + PROJECT_FULL_NAME + ".app")
OSError: [Errno 66] Directory not empty: 'dist/ss.app' -> 'dist/screamingStrike2.app'
(ss) uri@Mac-mini-de-oriol screamingstrike %

Sapi5 speech interrupt

Hello,
Sapi5 does not interrupt speech, this makes players who use narrator on windows 10 have difficulty playing the game.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.