3.30 star(s) 15 Votes

JoeTermin

Member
Dec 24, 2017
219
1,077
Yes that filter is accessible through obj_game->"censor" in the table I shared previously. It starts at 0 and goes up to 0.95 as the background gets darkened. I can mod that, but I don't understand the ask, do you want it to stay at 0 ? or at 1 ? (above the game's normal maximum)

at 0:
1705939827439.png


at 0.95: (game's default)
1705939840062.png


at 1:
1705939858668.png


As for the image with inverted colors, yes that's also controlled by the game code, it simply applies an inverted filter to the current sprite. I roughly know how to control it.
 
  • Red Heart
Reactions: derakino999

Zorua/25830

New Member
Jul 14, 2019
3
4
Yes that filter is accessible through obj_game->"censor" in the table I shared previously. It starts at 0 and goes up to 0.95 as the background gets darkened. I can mod that, but I don't understand the ask, do you want it to stay at 0 ? or at 1 ? (above the game's normal maximum)

at 0:
View attachment 3286742


at 0.95: (game's default)
View attachment 3286745


at 1:
View attachment 3286748


As for the image with inverted colors, yes that's also controlled by the game code, it simply applies an inverted filter to the current sprite. I roughly know how to control it.
As such, it is the Sprite itself of the scene that is darkened, I attach a comparison with the Sprite outside the game vs ingame
 

JoeTermin

Member
Dec 24, 2017
219
1,077
As such, it is the Sprite itself of the scene that is darkened, I attach a comparison with the Sprite outside the game vs ingame
Yeah seems like the game applies a 0.5x alpha factor to the sprite. Unfortunately, I had a quick look and couldn't find where this factor is defined. Constants are typically hard to find in CE do I don't think I'll investigate more. I assume you already know this but if that helps you can set the opacity to 50% in your drawing software to mimic the render that will be in game (and put a dark picture in background)
 

Artix0

Active Member
Modder
Jun 26, 2017
551
706
Big ask here. Can anyone extract the in-game sprite scenes that happen when grabbed?
You can get all the sprites quite easily by opening the data.win file using UndertaleModTool - it will probably be a bit easier than someone sending you a specific few sprites, and also allow you to explore and grab any others you'd like ;)

See below, it's a nice intuitive UI with a list of sprites for you to browse on the left-hand side:

1706008305850.png
 

Mod Learner

Member
Dec 1, 2019
343
236
Oh my god, this is 99% perfect.
The 1% remain is it'll pretty annoying to play if you must re-watch entire scene every time you lose.:eek:
 

HGEnthusisat

New Member
Aug 25, 2021
3
0
Besides the Basilisk and Undead anims, there's also the Incufly (Aroused) variant, did anyone here implement into their game?
 

Artix0

Active Member
Modder
Jun 26, 2017
551
706
Besides the Basilisk and Undead anims, there's also the Incufly (Aroused) variant, did anyone here implement into their game?
Not yet, but I will probably look at it for either Colormod (sometimes I tweak the scenes a little to taste lol) or for the Alt Scene mod I'm planning to do which will swap OG scenes with ones like sprite_ATK versions (handjobs etc.) or aroused versions (the Sasha BJ, the incufly one you mentioned etc.)

Not sure about other modders' plans, they might get there before me since Colormod is such a big project already! :D
 
  • Wow
Reactions: HGEnthusisat

Artemissu

Member
Sep 17, 2021
477
611
What to do after i pick up the Skull Key with Nyx? How do i use items at all? I've tried using the druid Potion, but i can't seem how
 
Aug 29, 2019
20
12
I generally differentiate Talent with intelligence:

The Original creator of these Games is very Talented and creative . . . but let´s be real, he´s kind of a moron!

And now there is some random guy on f95zone that offers us what most wanted right from the start!

This is basically this Meme: XD

View attachment 3272899
cease speaking; bozo
 

Artix0

Active Member
Modder
Jun 26, 2017
551
706
Colormod v0.3 progress update so far! Intended scenes are:

  • Nyx x 2 Kappa (50%) - loop finished, just gotta do the cum animation

  • Nyx x 2 Undead (0%)

  • Nyx Wyrm Gameover (20%)

  • Sasha Devourroot Gameover (0%)

  • Sasha x Kotone Gameover (50%) - clothed complete, just need to finish the unclothed variants

    You don't have permission to view the spoiler content. Log in or register now.
    You don't have permission to view the spoiler content. Log in or register now.
 
Dec 16, 2018
94
47
The official H scenes seem a bit short. Are there any mod that extended the H scenes that I haven't seen? I don't have time the screen 24 pages of posts yet.
 
3.30 star(s) 15 Votes