Nasty Dungeons

User avatar
atrueprincefanfrom18
Site Shah
Site Shah
Posts: 1786
Joined: January 21st, 2020, 2:53 pm
Contact:

Re: Nasty Dungeons - In Progress

Post by atrueprincefanfrom18 »

YURA wrote: November 18th, 2020, 8:30 am Level 9-working? can I pass?
Yes, Level 8 and Level 9 both are working.
Maybe you'll finish it in a day or two.
Love to create new MODS :)

My complete list of mods until now!

My channel. Do consider subscribing it! :)
YURA
The Prince of Persia
The Prince of Persia
Posts: 1425
Joined: February 9th, 2017, 11:12 pm

Re: Nasty Dungeons - In Progress

Post by YURA »

atrueprincefanfrom18 wrote: November 18th, 2020, 9:20 am
YURA wrote: November 18th, 2020, 8:30 am Level 9-working? can I pass?
Yes, Level 8 and Level 9 both are working.
Maybe you'll finish it in a day or two.
After looking at the map, I think we will go with my son in 3 days....it's complicated and confusing, but I don't know how there are tricks and riddles....
User avatar
atrueprincefanfrom18
Site Shah
Site Shah
Posts: 1786
Joined: January 21st, 2020, 2:53 pm
Contact:

Re: Nasty Dungeons - In Progress

Post by atrueprincefanfrom18 »

YURA wrote: November 18th, 2020, 11:36 am
atrueprincefanfrom18 wrote: November 18th, 2020, 9:20 am
YURA wrote: November 18th, 2020, 8:30 am Level 9-working? can I pass?
Yes, Level 8 and Level 9 both are working.
Maybe you'll finish it in a day or two.
After looking at the map, I think we will go with my son in 3 days....it's complicated and confusing, but I don't know how there are tricks and riddles....
Enjoy :)
Love to create new MODS :)

My complete list of mods until now!

My channel. Do consider subscribing it! :)
YURA
The Prince of Persia
The Prince of Persia
Posts: 1425
Joined: February 9th, 2017, 11:12 pm

Re: Nasty Dungeons - In Progress

Post by YURA »

Author! Check the beginning of level 9. Room 2-doesn't work, you can't jump over falling tiles all the time....
User avatar
atrueprincefanfrom18
Site Shah
Site Shah
Posts: 1786
Joined: January 21st, 2020, 2:53 pm
Contact:

Re: Nasty Dungeons - In Progress

Post by atrueprincefanfrom18 »

YURA wrote: November 18th, 2020, 6:09 pm Author! Check the beginning of level 9. Room 2-doesn't work, you can't jump over falling tiles all the time....
You need to stand on last tile and jump and climb up...
Distance is the key, try again :)
Love to create new MODS :)

My complete list of mods until now!

My channel. Do consider subscribing it! :)
User avatar
atrueprincefanfrom18
Site Shah
Site Shah
Posts: 1786
Joined: January 21st, 2020, 2:53 pm
Contact:

Re: Nasty Dungeons - In Progress

Post by atrueprincefanfrom18 »

Norbert wrote: November 8th, 2020, 11:40 am
atrueprincefanfrom18 wrote: November 8th, 2020, 3:31 amAnd how does Google has a bot account? There's a feature in PHPBB?
The phpBB software detects such bots either from their user agent strings (e.g. "Googlebot"), IP ranges, or their domains via reverse DNS lookup. These bots are listed among the "registered" users that are live, but that member status is probably misleading. Depending on the forum settings, perhaps they are merely treated as such when it comes to being able to parse and index member-only topics.
I tried today, it's just the User-Agent. I just went here and tried lot of them, but it seems that PHPBB can only detect few of them. For example, it could detect the GoogleBot, BingBot, BaiduSpider, YahooBot, MSNBot, but failed to detect AhrefBot, FacebookBot and few other. So yes, just the User-Agent is enough.

You can try this yourself:

Code: Select all

#!/usr/bin/python3
# -*- coding: utf-8 -*-

import requests # pip3 install requests
r = requests.get('https://forum.princed.org/viewtopic.php?f=73&t=4615', headers = {'user-agent': '[CHANGE_THIS_FROM_THE_LINK]'})
Screenshot from 2020-11-19 09-04-12.png
Love to create new MODS :)

My complete list of mods until now!

My channel. Do consider subscribing it! :)
YURA
The Prince of Persia
The Prince of Persia
Posts: 1425
Joined: February 9th, 2017, 11:12 pm

Re: Nasty Dungeons - In Progress

Post by YURA »

atrueprincefanfrom18 wrote: November 18th, 2020, 12:25 pm
YURA wrote: November 18th, 2020, 11:36 am
atrueprincefanfrom18 wrote: November 18th, 2020, 9:20 am

Yes, Level 8 and Level 9 both are working.
Maybe you'll finish it in a day or two.
After looking at the map, I think we will go with my son in 3 days....it's complicated and confusing, but I don't know how there are tricks and riddles....
Enjoy :)
Well, You've got a lot of tricks with broken rooms and tricks ... you can get lost...

Level 9. Room 12. You can't see the gate closing... the sound is there, but it is not clear whether you have time for them or not. Is it possible to fix this defect or not?

User avatar
atrueprincefanfrom18
Site Shah
Site Shah
Posts: 1786
Joined: January 21st, 2020, 2:53 pm
Contact:

Re: Nasty Dungeons - In Progress

Post by atrueprincefanfrom18 »

I don't know if it's possible to fix the glitches, maybe David or dmitrys can help!
And yes, you need to make perfect moves, wasting no milliseconds and you will get there.
Try again, you can do it, just think where you are wasting time.
Love to create new MODS :)

My complete list of mods until now!

My channel. Do consider subscribing it! :)
User avatar
dmitrys
Developer
Developer
Posts: 195
Joined: October 1st, 2020, 6:05 am

Re: Nasty Dungeons - In Progress

Post by dmitrys »

I do not even try passing those types of levels. Since I do not know a lot of tricks, most of the time I am not even sure what to do next.

That is a weird bug. The left gate animation does not seem to work. It only when down a bit when the view switched to the room below and back.

Is it the chomper below that causes the issue or something else? Does it happen in the DOS version or just SDLPoP?
YURA
The Prince of Persia
The Prince of Persia
Posts: 1425
Joined: February 9th, 2017, 11:12 pm

Re: Nasty Dungeons - In Progress

Post by YURA »

Level 9. almost finish for level 9.... can't pass .... make a hint on which route to go red or yellow?
Attachments
9ур-24к.png
User avatar
atrueprincefanfrom18
Site Shah
Site Shah
Posts: 1786
Joined: January 21st, 2020, 2:53 pm
Contact:

Re: Nasty Dungeons - In Progress

Post by atrueprincefanfrom18 »

YURA wrote: November 20th, 2020, 4:34 pm Level 9. almost finish for level 9.... can't pass .... make a hint on which route to go red or yellow?
Yellow.
Is red possible? If so, I'll have to fix it.
Love to create new MODS :)

My complete list of mods until now!

My channel. Do consider subscribing it! :)
YURA
The Prince of Persia
The Prince of Persia
Posts: 1425
Joined: February 9th, 2017, 11:12 pm

Re: Nasty Dungeons - In Progress

Post by YURA »

Level 9 is completed. Again very long and as always difficult. I believe that this level is built purely technical jumps, where you need to take into account both technique and especially time... up to milliseconds...Basically, my son finished level 9, maybe the young ones have a better reaction... or so it seems to me? Each room is a trick with a jumping technique. Thank you to the author.... Waiting for the continuation!

The graphics are broken in one place, even visible on the screen saver (6.50 min)
User avatar
atrueprincefanfrom18
Site Shah
Site Shah
Posts: 1786
Joined: January 21st, 2020, 2:53 pm
Contact:

Re: Nasty Dungeons - In Progress

Post by atrueprincefanfrom18 »

YURA wrote: November 20th, 2020, 8:32 pm Level 9 is completed.
[video]
Nice!
YURA wrote: November 20th, 2020, 8:32 pm Waiting for the continuation!
Will after few weeks. I have finished Level 12b inspired by Repetition Of Time. And Level 10 and 11 to. I'll finish Level 12a and Level 14 and upload it finally (and hopefully soon to PoPOT).
YURA wrote: November 20th, 2020, 8:32 pm The graphics are broken in one place, even visible on the screen saver (6.50 min)
Again, maybe Dmitrys or David (even Norbert if available) can help?
The close button is for the spikes to start functioning normally. It doesn't work, first of all and also shows graphical glitches. I guess there's already a fix, so I need to try that...
Love to create new MODS :)

My complete list of mods until now!

My channel. Do consider subscribing it! :)
YURA
The Prince of Persia
The Prince of Persia
Posts: 1425
Joined: February 9th, 2017, 11:12 pm

Re: Nasty Dungeons - In Progress

Post by YURA »

if level 10 is ready-spread it - we will start passing.
User avatar
atrueprincefanfrom18
Site Shah
Site Shah
Posts: 1786
Joined: January 21st, 2020, 2:53 pm
Contact:

Re: Nasty Dungeons - In Progress

Post by atrueprincefanfrom18 »

YURA wrote: November 21st, 2020, 4:31 pm if level 10 is ready-spread it - we will start passing.
Fine, here you go:

Nasty Dungeons (Incomplete) (Upto Level 11).zip
(339.27 KiB) Downloaded 175 times

Level 10 is short and Level 11 is relatively easy. I won't release the next version until I can make Level 12a and Level 14 as hard as I can! :mrgreen:
Love to create new MODS :)

My complete list of mods until now!

My channel. Do consider subscribing it! :)
Post Reply