How to feed rooster "meat" to family? Do I need the cooking supplies?
Fakk2
Recent community posts
Should still be a feature though, I'm going to look into the proper feedback and thanks for all the info I will most likely only use it on PC currently I've been on mobile which makes this site suck balls even worse lol at least for browsing. Thanks again . I should probably bookmark or favorite this post for future reference.
A list of things I'd like to see since reading a book is difficult for some. Yes I do want to tackle thousands of projects I've already seen and ignore them without ignoring others.
An All and/or alphabetical category would fix the popular and newest categories issues where things constantly change.
A back page button so I don't have to use the browsers back button.
Page numbers so I can skip to a page, I shouldn't need a tool for this or to manipulate the url.
Wouldn't hurt to have tag exclusions as well something built into the tags themselves no manipulation of the "page info" or however we are supposed to do it. There is a + but no -
These suggestions are buit into other sites I've used (not just gaming sites).
With the way things are handled here you have to type inside the url (inconvenient) or manipulate the page info (very inconvenient and not everyone can do that). Or use a third party tool which shouldn't be needed.
I don't like/want to use the year filter because I don't want to exclude any new and old works separately.
I've been using this site for a few years now and I only just complain because my problems with the site has reached its peak of frustration. I can get bored easily but not angrily so much. Out of the million plus projects I've seen I got a million plus left to go and would like a smoother journey.
That setting is already disabled and not really what I'm talking about, as for other sites' pages tend to stay the same unless something new is added that day not every minute on just updates. You didn't fully read the comment if those two are the only subjects you bring up. As the rest Idk as I stated I'm just a layman maybe there needs to be an alphabetical filter or something to keep items from moving from old page to new page. And I generally like to start at the end of searches not the start and the way itch.io has it I can't do that as there are no page numbers only a next page not even a back page.
First of all I know how tags work that isn't my issue. My issue is that when I search for projects whether it be games or whatever tags are all I can use I would like it to be more robust. I am a layman so I don't know what to implement. The only idea that comes to mind is page numbers that and the pages to stop refreshing an example is one moment a game is on a previous page the next it is on a current page and all I can do is press next page hell in mobile the actual search bar gets removed. So I'm at a lost there are thousands of projects on here but they can get lost to time because either they aren't popular enough to be in the first few pages or I am too bored and/or lazy to search multiple pages one by one. I'm talking about when I only need or want to use a small amount of tags it just seems easier on other sites to look for what I want when I don't know exactly what I want.
```
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object (u'images/esp_idle.png') at 0x7c239a76d0>:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
IOError: Couldn't find file 'images/esp_idle.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "00start.rpyc", line 233, in script call
File "script.rpyc", line 868, in script
File "renpy/ast.py", line 2015, in execute
File "renpy/ast.py", line 2003, in call
File "renpy/statements.py", line 278, in call
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
File "renpy/exports.py", line 3136, in call_screen
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3329, in interact
File "renpy/display\core.py", line 3843, in interact_core
File "renpy/display\core.py", line 2570, in draw_screen
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display\layout.py", line 834, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display\layout.py", line 834, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display\layout.py", line 834, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display\screen.py", line 688, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display\layout.py", line 834, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display\behavior.py", line 795, in render
File "renpy/display\layout.py", line 1272, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display\im.py", line 618, in render
File "renpy/display\im.py", line 286, in get
File "renpy/display\im.py", line 699, in load
IOError: Couldn't find file 'images/esp_idle.png'.
```
trying to play on android this happens
i keep getting the same issue where I can't progress the story do I need to start over?.
'm sorry, but an uncaught exception occurred.
While running game code:
File "game/g_script/screens.rpy", line 691, in execute
File "game/g_script/screens.rpy", line 691, in execute
File "game/g_script/screens.rpy", line 728, in execute
File "game/g_script/screens.rpy", line 730, in <module>
ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /bohohon/news/e3efd22f1dc6ec9ce49c5254a86192797743ca04/game_news_1.txt (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x0000000009a90e50>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed'))
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\John\Desktop\Desktop\DEEP_VAULT_69-0.2.2_a-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\John\Desktop\Desktop\DEEP_VAULT_69-0.2.2_a-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\John\Desktop\Desktop\DEEP_VAULT_69-0.2.2_a-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\John\Desktop\Desktop\DEEP_VAULT_69-0.2.2_a-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\John\Desktop\Desktop\DEEP_VAULT_69-0.2.2_a-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\John\Desktop\Desktop\DEEP_VAULT_69-0.2.2_a-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\John\Desktop\Desktop\DEEP_VAULT_69-0.2.2_a-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\John\Desktop\Desktop\DEEP_VAULT_69-0.2.2_a-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\John\Desktop\Desktop\DEEP_VAULT_69-0.2.2_a-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "C:\Users\John\Desktop\Desktop\DEEP_VAULT_69-0.2.2_a-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\John\Desktop\Desktop\DEEP_VAULT_69-0.2.2_a-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "C:\Users\John\Desktop\Desktop\DEEP_VAULT_69-0.2.2_a-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/g_script/screens.rpy", line 691, in execute
File "game/g_script/screens.rpy", line 691, in execute
File "game/g_script/screens.rpy", line 728, in execute
File "game/g_script/screens.rpy", line 730, in <module>
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/requests/api.py", line 75, in get
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/requests/api.py", line 60, in request
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/requests/sessions.py", line 524, in request
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/requests/sessions.py", line 637, in send
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /bohohon/news/e3efd22f1dc6ec9ce49c5254a86192797743ca04/game_news_1.txt (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x0000000009a90e50>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed'))
Windows-7-6.1.7601-SP1 AMD64
Ren'Py 8.0.3.22090809
DEEP
VAULT 69 0.2.2_a
Sat Jun 24 05:35:10 2023