GAMERS LAIR

WhatNitrous

Well-known member
Messages
23,434
Points
113
Just a regular day in the AVN world...:sneaky:
Sad truth, but the anal birth still isnt making any sense to me :LOL: thankfully I haven't stumbled across that as a tag or in a game by accident lmao.

Ohhhh...now I get it :ROFLMAO: fucking fruits.

Thats just...weird.

And they need to update their list, if my last experience browsing without checking tags has anything to say about it...dickgirl on male has went up quite a few thousand votes 🥶

Note to self: check tags.

EDIT

Is it terrifying that i'm happy lolicon is still up top just because it still has 'some' hope for humanity in a sense of procreation? Obviously not like that--but its straight at least :LOL:

If you let this offend you in the AVN world like ivo said...you just become a troll. I did catch some of the shemale stuff on accident, I just click delete on the entire folder and carry on 🤷‍♂️ oops wrong game.
 
Last edited:

-v-

Well-known member
Messages
2,898
Points
113
Ya, this is a bad picture...but it makes the point..the bright text on mobile looks just as bad.


Also found a nice glitch along the way crashing the game.
I just can't understand why you need to make such a big outline, I specifically gave an example in my message, in the screenshot, it's not that big there. Are the capabilities of gimp that bad (never used it), or is it just an exaggeration of the idea? Well, honestly, if you don't like the suggestion, then just ignore it, it's ok, but I described why, suggested how, and even drew it with examples, and it wasn't like that.
 

WhatNitrous

Well-known member
Messages
23,434
Points
113
I just can't understand why you need to make such a big outline, I specifically gave an example in my message, in the screenshot, it's not that big there. Are the capabilities of gimp that bad (never used it), or is it just an exaggeration of the idea? Well, honestly, if you don't like the suggestion, then just ignore it, it's ok, but I described why, suggested how, and even drew it with examples, and it wasn't like that.
That picture already existed, its the mouseover image for the PC version, because of how they were drawn originally its a combination of multiple colors overlapped...the exact original code prints the text moving it in each direction in a fashion like this...mind you this is the python equivalent.

Python:
x = 0 # while the drawing method it set to pixels so each movement is a single pixel.
y = 0
text 'start'

for i in range(0, 50):
    x += i
    text '{color=#000000}Start'

text '{color=#ffffff}Start'
x = 0

for i in range(0, 50):
    y += i
    text '{color=#000000}Start'

text '{color=#ffffff}Start'
y = 0

for i in range(0, 50):
    x -= i
    text '{color=#000000}Start'

text '{color=#ffffff}Start'
x = 0

for i in range(0, 50):
    y -= i
    text '{color=#000000}Start'

text '{color=#ffffff}Start'
y = 0

for i in range(0, 50):
    y+= i
    x+= i
    text '{color=#000000}Start'

text '{color=#ffffff}Start'
x = 0
y = 0

basically its 100 versions of overlayed text to make the effect, imagine trying to recolor those pixels in any program...i'd be there clicking single squares for hours to actually make it look right...or remaking it entirely.

Plain and simple.

This was the original program...except I made it even more overlapping to look even.


What your missing is the fact I didnt 'make' anything for it...I scrapped the program on another drive back at the beginning.

I would need to make it all again, 4 images for every menu option on top of the program.

Could I do it? I suppose. Am I going to when its perfectly legible for the few clicks it may actually be used for? Not unless its way worae than a bit dark on just mobile.

Honestly at this point I would just use the ren'py text like the rest of the menus and leave it generic.

Thats 36 images or so if you count the menu's for during replays and everything.

Thats approx 36 or more hand spliced images, one for idle, selected, hover (mouseover) and selected hover for each little menu text. Not feeling like remaking those honestly.

What I showed you was a SWAP between the PC mouseover or hover image with the idle image, I didnt make them that bright--they were already made.

20250211_104114~3.jpg

Thats no small ask my friend...and one of the few UI elements I actually like on PC, although I agree with you on the mobile port.

As I said I could remove it on mobile, but then the entire UI would be generic ren'py, no personal touch whatsoever...as well as different from the PC port.

I wish I had more artistic talent...I do not. :LOL:
 
Last edited:

Ausf

Well-known member
Messages
1,631
Points
113
I gave Kingdom Come: Deliverance II another shot, and while some of the mechanics still annoyed me, mods are slowly appearing fixing many of the things I had a problem with. I still didn't finish it, but I did get further in. The game kept crashing, possibly mod related when I was trying to pimp my horse.

I got my sword back, which to me was much more important than killing the guy that stole it. His death was just a matter of course. He comically falls to his death, Die Hard style, so I didn't get to loot him, which I wanted to do more than kill him.

I snuck into Sigismund's camp early, and having never spoken to the African, he says hi to Henry, by name. Then I kill some random soldiers and hide the bodies in his medical tent, and he says he hopes no one blames him for their deaths. I (me the person, not Henry the character) told him not to worry. I took their work boots, so no one will suspect you. The guy is immortal, because reasons. You can presumably mod that out.

I forgot to mention earlier, but the game runs well on my PC. No need for RT or advanced chip/instruction sets. I think constantly getting people to buy new GPUs is just a marketing scam, and older hardware is perfectly capable of delivering good performance and visuals.

There's an instant ending if you don't bother with Ziska, that says Hans gets ransomed and you go home. I am happy with this ending. I don't care about Markvart. He was just Sigismund's underling. It is Sigismund that orders our village be destroyed, and yet Henry is constantly blaming Markvart and makes no attempt to take revenge against Sigismund. It's the same with Theresa, the characters are constantly harping on about how she "saved" Henry, but in reality, Robard saves him, and all Theresa does is sell him into debt to Peshek while he is unconscious.
 
Top