#Garry's Mod

1 messages · Page 39 of 1

lament quartz
#

also could you keep the other starry one too? pleading

#

pesnive emoji

subtle bison
#

im not replacing them in the pack yet lol

#

im just doing them as one-offs

lament quartz
#

oka

#

and all im saying here is,, star timelapse

subtle bison
#

🤤

lament quartz
#

WOAH

subtle bison
#

i made it pop a bit more, let me know if its too much lol

lament quartz
#

nah it works lol

subtle bison
#

so this one to replace night i assume lol

lament quartz
#

yea

subtle bison
#

place the files in the rtx-remix/mods/hdri folder, replace when asked

#

you shouldnt have to reboot the game

#

remix reloads the mod.usda when its modified

lament quartz
#

heyooo

subtle bison
#

looks sick

#

now the ice just needs to reflect

lament quartz
#

Yea

#

I'll try to do that when I get home

subtle bison
keen rivet
#

i have it hight because portal with rtx uses high

#

hash compatibility sounds like a good to have

keen rivet
subtle bison
#

btw i uh @keen rivet

#

uhh

#

🙂

#

the good news is that we got a lot of testing

lament quartz
keen rivet
#

it was getting pretty decently usable already so

subtle bison
#

yeah, a lot of people talked about the lack of a skybox so that's on my high priority list

#

as well as displacements

#

niknaks has some libs for them

keen rivet
#

yeah i tried looking into it (skybox)

#

unsure how to stop just the drawing of the world
might need to somehow hook into that function and return

subtle bison
#

yeah that's one way. I was thinking about doing a lua renderhook and render a custom skybox lmao

#

it would use the original map's skybox textures as well

keen rivet
#

oh yeah that would also work too lol

keen rivet
subtle bison
#

oh yea tru

keen rivet
#

no idea if brush entities and stuff are drawn with the custom renderer

subtle bison
#

so you when you open a brush door it looks like its not moving

keen rivet
#

yeah i feared that

#

so yeah maybe thats what is the best solution

subtle bison
#

im definitely behind moving all of it to the binary module

#

i dont really forsee any way to handle brush entities seperately from the world in lua lol

#

it might be possible but that custom renderer is already super heavy

keen rivet
#

yeah

#

i'm afraid i'm not contributing enough to the project lol tbh

#

you seem to be zooming through all the new stuff lol

wanton scarab
keen rivet
#

trying to stop drawing everything that is static world

subtle bison
wanton scarab
#

there is a way i think

#

uhhh

#

sec

keen rivet
#

can you just return in there or something

wanton scarab
#

mhm

keen rivet
subtle bison
#

nice

keen rivet
#

is that for everything?

wanton scarab
#

yea

keen rivet
#

or just static world geo

wanton scarab
#

if you return true it's all just black

keen rivet
#

oh we need static world geo only damn

subtle bison
#

yeah then we're back to depending on niknaks

#

i cache the static world geo before disabling the world rendering

keen rivet
subtle bison
#

wish i could directly import all the reverse engineering knowledge into my brain

#

otherwise its gonna be some painful nights in ghidra or IDA pain

keen rivet
#

😔

#

im not even sure where world rendering is done?

subtle bison
#

wish we knew someone at facepunch who could add a cvar to fully disable culling in the engine hehe

lapis delta
keen rivet
#

i kinda "know" people but like lol they wouldn't wanna touch gmod

wanton scarab
#

the one person working on gmod is uh

#

difficult

subtle bison
#

i use a r_drawvgui bind to hide vgui before i use the rtx menu

keen rivet
subtle bison
#

yep

#

lmfao

#

that got me

#

🤣

wanton scarab
#

i dont need a sky anyway

subtle bison
subtle bison
wanton scarab
#

i would like to have a word with them as well

#

but they refuse to behave :[

subtle bison
#

did you try the newest changes

wanton scarab
#

sec

subtle bison
#

i would reinstall everything clean too

keen rivet
#

facepunch hire me so i can do like the few engine changes i want then i'll leave

subtle bison
#

lmfao

#

just like some valve contractors

#

👁️

subtle bison
#

one cvar for full remix support

wanton scarab
#

it's crazy that this has been doable in the orange box branch for at least 10 years

keen rivet
#

i asked rubat a while back if he was interested in implementing a few of the things portal with rtx needed to work and he said something like "probably not, but give them my email" and it never went anywhere

keen rivet
wanton scarab
#

fr

keen rivet
#

i mean you wont get anywhere if you dont try

wanton scarab
#

with rubat?

#

you wont get anywhere if you try

keen rivet
#

dont be mean he works hard on gmod

wanton scarab
keen rivet
#

i think his fear is introducing something new and needing to maintain it and anything it might affect which just sucks

subtle bison
#

see if your hashes match mine

#

the box should have the same color for each preset

wanton scarab
#

see it does have the same color for every preset

#

but not the same color as in the video

#

also my world hashes arent stable

subtle bison
#

it means its not loading the pre-cached textures

#

these need to be in your data folder

wanton scarab
#

they are they are

subtle bison
#

hmm

#

try that lol

#

its from a working install

sage pagoda
keen rivet
#

fair enough shot missed

subtle bison
sage pagoda
keen rivet
#

WHAT!!!!!!

subtle bison
#

lmfao

wanton scarab
wanton scarab
#

unless it's a local one

#

sec lemme delete all local ones

#

yea nope

#

welp

#

who knows

#

im on rdna3

#

i shouldn't even be getting this far anyway

subtle bison
#

not sure then, its working for other folks, 32-bit and 64-bit

wanton scarab
subtle bison
#

on x64?

wanton scarab
#

ye

subtle bison
#

sort of

#

we use a custom world renderer for static world geometry and we have to fully disable world rendering, which means bye bye skybox

#

when you load into some maps, the 1st frame of the skybox still shows

#

but it follows your camera like its stuck place

#

so tl;dr no unless you want culling showing up by disabling the custom renderer

wanton scarab
#

aw

subtle bison
#

if we had actual engine patches to disable culling, we'd stop using it but we're in a weird place atm

wanton scarab
#

couldn't we draw a skybox cube in lua?

subtle bison
#

yeah i mentioned doing that earlier

wanton scarab
subtle bison
#

depends on how remix handles multiple cameras and renderhooks

#

also how would get get remix to think its the sky

#

that part might be the hardest lol

keen rivet
#

wonder what exactly is being replaced here for the 32 bit binaries

wanton scarab
#

wouldn't just marking them as sky textures work

subtle bison
#

it might, but that didnt work for my HDRI sphere

wanton scarab
#

damn

subtle bison
#

i think we already have the other patches

keen rivet
#

it has a string with it and some steps so

#

might be able to replicate it

earnest yew
#

nonchalant

subtle bison
#

64-bit

earnest yew
subtle bison
#

in the flesh

earnest yew
subtle bison
#

pls read the instructions in the release readme 😭

earnest yew
#

okay mom

fallow mesa
subtle bison
#

does your cube change colors at all when clicking the presets?

earnest yew
#

gyatt gyatt gyatt gyatt gyatt

earnest yew
#

gyatt gyatt gyatt gyatt gyatt gyatt

subtle bison
#

guh

earnest yew
#

can i make it so lights dont turn on when im near em

#

and distant lights

#

etc

subtle bison
#

you mean fix light cullimg?

#

pretty sure it works fine on x64, i havent noticed any issues

earnest yew
#

ig

subtle bison
#

looks like you got it working

lapis delta
#

btw, what's about culling without custom world rendering?

subtle bison
earnest yew
#

spoooooky

subtle bison
#

it has issues that may or may not be fixed

fallow mesa
lapis delta
subtle bison
#

looks like your encode is broken

#

only 1st 2 seconds play

earnest yew
#

obs is fucking

#

awesome

subtle bison
wanton scarab
#

run ur vid through Handbrake

subtle bison
#

you can at least spawn a sky

earnest yew
#

gyatt gyatt gyatt

subtle bison
# earnest yew

so this is everything after following my instructions on the github exactly?

earnest yew
#

si senor

subtle bison
#

this looks like you're missing remix fixes

#

and the binary module stuff

lapis delta
subtle bison
#

ill open cs_office myself on a clean x64 build

#

let's see

earnest yew
#

gyatt gyatt gyatt

subtle bison
#

oh they are broken in cs_office

#

@keen rivet

#

other maps work fine

willow fog
#

I love this thread

keen rivet
#

wtf

subtle bison
#

probably too many lights?

lapis delta
subtle bison
#

gm_camp_kairo

willow fog
#

It's chaotic good.

lapis delta
#

everyone loves gmod

subtle bison
#

the one source game to rule them all

earnest yew
#

multiplayer works

#

EPIC!!!

subtle bison
#

it shouldnt

lapis delta
#

if you don't love gmod, you don't exist

earnest yew
#

it does

subtle bison
#

at least as well compared to sp

earnest yew
#

i was in ttt

#

lol!

subtle bison
#

no way those servers are loading custom lua files

#

💀

lapis delta
earnest yew
#

gimme seocnmd

#

low taper faaayade

lament quartz
#

Imagine the bailey night sky hdri in cs office

subtle bison
#

🙂

fallow mesa
subtle bison
earnest yew
#

dont change resolution

subtle bison
#

why does changing the screen res make the hashes work

#

no this is really weird

earnest yew
#

what was it b4

subtle bison
#

1080p

earnest yew
#

1920?

subtle bison
#

what other 1080p is there 💀

earnest yew
lapis delta
lament quartz
#

1920x1200

subtle bison
#

modern and css

earnest yew
#

yummmmyyy

subtle bison
#

oops

fallow mesa
subtle bison
#

same image twice

#

css

lament quartz
#

Oop lol

subtle bison
#

because windows clipboard moment

lament quartz
#

Yea

#

Css looks better lowkeyc

subtle bison
#

its something to do with render targets

#

because i use those to render the pre-cache texture

earnest yew
#

epicc

subtle bison
#

how is there no culling

#

oh there is

#

yea nothing on the lua end is loading at all lol

earnest yew
#

it looks good tho

#

#epic

subtle bison
#

worse than 32-bit 💀

earnest yew
#

it runs better

#

31 years times better actually

subtle bison
#

yea cuz you have full culling enabled 💀

#

so its either have the game looking good or have swiss cheese holes in your map

earnest yew
#

sigma sigma boy

lapis delta
#

i literally jumped

earnest yew
#

whoops

lapis delta
earnest yew
subtle bison
#

isnt this whole map like a mesh

earnest yew
#

maybe idk

subtle bison
#

static props still cull outside the view frustrum

#

idk if i can fix that

earnest yew
#

i feel like im missing something

subtle bison
#

nah if that map doesnt use brush details at all my custom world renderer wont help lmao

#

this look like a CS2 map

earnest yew
#

nah even in like actual maps

lapis delta
lament quartz
#

@subtle bison my friend has a message for you about your hdri stuff

subtle bison
#

❤️

earnest yew
#

hanging each night in rapture

lapis delta
earnest yew
#

now thats

#

what i call swag

keen rivet
#

@subtle bison i think this is the function we need

keen rivet
#

its apparently what sets thingy to 0

#

false

earnest yew
#

DLL?

keen rivet
#

thats the r force no vis thing

earnest yew
#

OH YEAH!

keen rivet
#

its optimised :(

#

so we cant easily replace it

subtle bison
#

yeah i thought so

earnest yew
#

in the 64 bit one it is?

subtle bison
#

really hurt

#

😭

lapis delta
keen rivet
#

we can set it back somehow afterwards

#

how do i get the signature of it so i can hook into it

lapis delta
subtle bison
#

nah i dont think that's right

keen rivet
#

0x1802D99A0 ?

subtle bison
#

nah like the actual hex addresses

#

so whatever the function you're hooking into

#

i believe ida will auto highlight them if you select the text in the IDA View-A

#

claude helped me do signature stuff in the past, its still a little over my head

earnest yew
fallow mesa
keen rivet
#

4C 8B DC 55 49 8D AB ?? ?? ?? ?? 48 81 EC 40 02 00 00

earnest yew
#

please reach

#

teach

fallow mesa
earnest yew
#

all i want is the emissions lowk

lapis delta
keen rivet
#

Wait these had.... they already had 64bit patches @subtle bison

#

are they broken i forgor

subtle bison
#

💀

#

nah i think they work but we're still missing a few

drifting hinge
#

I js twisted my ankle in gmodrtx

keen rivet
#

OK SO

#

THE GAME JUST CRASHES WHEN I

#

DISABLE VIS

drifting hinge
#

Insanity

earnest yew
#

i made hash brown

kind kraken
#

@subtle bison for actually implementing the HDRi, how are you doing it? Are you bringing a sphere into GMOD then applying the emissive onto it, then tagging it as sky?

#

I'm at the final step really, I have a .dds ready

#

or are you spawning a giant sphere parented to an object in the game

lament quartz
#

I mean ik it's parented at least

#

Because of the hdri cube

kind kraken
#

so it's a big sphere parented to the cube spawned inside gmod?

#

that would explain how you can rotate it

lament quartz
#

Yuh

#

Idk if the sphere itself is an in game object or of its remix side i only know it's parented and controlled by the sphere

subtle bison
#

marking it as sky breaks emission for some reason

subtle bison
#

the texture hashes is what i attach to

lament quartz
#

Makes sense

kind kraken
subtle bison
#

nope

kind kraken
#

I thought you could only use model hashes from the toolkit

subtle bison
#

on my dev 64-bit build, i can generate textures using source's render target system, it then saves those as a cached png for the game to load the next time so i always have the same texture hash

#

its why i have a color selector in the HDRI editor UI

#

so each color is a unique hash that i can parent the HDRI sphere to

#

99% of the remix work is editing the mod.usda

#

im just duplicating entries and changing hashes and hdri texture names

kind kraken
#

sounds like I'll have to use a different method. We modded SWRC's renderer to place a unique global tri for every level, so I could just parent the one sphere to that?

subtle bison
#

anything unique to spawn the sphere

#

as long as the hash is stable and nothing else uses it, that works

#

texture or model

kind kraken
#

sounds like I have a plan then. Will quickly throw together a sphere in blender

kind kraken
subtle bison
#

its nothing that cant be done in the toolkit

#

but editing the file itself is MUCH easier

#

i can copy transforms and stuff between hashes

lament quartz
#

All I know is hdri makes my game look good but stabs my laptop in the chest 23 times

subtle bison
#

easy to duplicate stuff

#

yes because we are literally emulating the fucking sky hehe

#

no smoke or mirrors

#

its going to be heavy

lament quartz
#

I know smiledeath i wasn't even complaining

subtle bison
#

i just like that we have completely natural world lighting in a video game

#

insane 🤯

lament quartz
#

Okay

kind kraken
#

not the cleanest reference but the highlighted portion is the size of the level. How's this size of sphere?

lament quartz
subtle bison
kind kraken
#

oh yeah good point lol

subtle bison
#

the issue is adjusting it until the emissive light actually projects onto the world

#

that by far took the longest

#

the transforms and scale have to be just right

#

and the toolkit is much slower with updating the light than the runtime for whatever reason

kind kraken
#

maybe the toolkit doesn't use RR whereas you are in the runtime

subtle bison
#

yeah prob

kind kraken
#

they use a different denoiser for emissives that's quite slow when not using RR

subtle bison
#

the light takes longer to reach the map the bigger it is too

#

and the toolkit bugs out the emission when adjusting it

#

trust me it took like a day or two with just the toolkit

#

i almost gave up

#

it might be easier for you to retrofit my mod to yours

subtle bison
#

otherwise clipping hehe

lament quartz
#

Anyways good night, I made a meme off of this, its silly or smthn

kind kraken
subtle bison
#

didnt map it at all hehe

kind kraken
subtle bison
#

i quite literally exported a basic-ass sphere and the HDRIs wrapped fine first time

kind kraken
#

progress lol

keen rivet
keen rivet
#

REDEMPTION

#

turning the cvar off

lapis delta
lapis delta
#

where is better for remix?

half viper
#

i foound out what was chrashhing my shit its fire not the rpg

drifting hinge
#

who up evilling they fire rn

prime ridge
#

just a little bit

drifting hinge
#

wrong construct

prime ridge
#

OHHH

#

lmfao

drifting hinge
lament quartz
drifting hinge
#

fuckkkk i love not playing on gm_construct

prime ridge
#

Im also stupid so

drifting hinge
#

clueless mmm today i will install gmod rtx without reading anything about it

prime ridge
#

oh ive tried it before and read the readme, I just tried the installer today

lament quartz
prime ridge
#

i dont actually how would I go about that?

lament quartz
#

Also ignore scronch lol he's not very helpful

prime ridge
#

I can tell lmfao

lament quartz
#

Anyways after you open up the developer menu go to game settings and you should see a bug list of textures (it's the second tab)

drifting hinge
#

how it feels to kill clueless people

lament quartz
#

If you click on the player you can see a longer list of different settings, you want to look for the one called player model texture and click that

#

For the grass you want to go over and change either the grass or the sand doing the same method but clicking decal texture instead

#

But don't click the arms as that's a view model @prime ridge

prime ridge
#

alright im gettin it now

drifting hinge
#

boy getting a neuron activation

lament quartz
#

Alright

prime ridge
#

the help is appreciated

lament quartz
#

Of course !

quiet scroll
#

I gotta make more mods Sacknana

drifting hinge
#

oh my goodness gracious skurttyyyyy in da chattt

lament quartz
quiet scroll
#

Scraaanch xorxor

drifting hinge
#

where is the A in my name

quiet scroll
#

Testing 64bit today and den new mods to have something to play for 64bit, prolly starting with bigcity kit_yes

#

Stauuunch Catpls

drifting hinge
#

my new name

#

stench

livid rapids
#

nycity on 64bit

#

funky shit going on with the skybox

drifting hinge
livid rapids
#

oh and custom world rendering makes some stuff otherwise invisible, visible

drifting hinge
#

it do that

livid rapids
#

no cwr vs cwr

drifting hinge
#

why is it there

livid rapids
#

I'm guessing precaching since these trains go around the whole map

subtle bison
#

they're probably brush entities

#

at this point the custom world render does not exclude any brush geometry so it renders all of it statically

drifting hinge
#

oh its CR

half viper
#

yup rpg is fixed for me but fire is now a problem

drifting hinge
#

ignite a spawned prop

half viper
drifting hinge
#

woah

#

damn

#

idk what to say about that

half viper
#

idk the game killed it self

drifting hinge
#

uhhh how many addons yo got

half viper
#

only maps

drifting hinge
#

uhh idk what causing it then

#

did you clean reinstall

half viper
#

i just did 30 min

drifting hinge
#

troll_not_funny a most intruiging connunndrum

half viper
#

on 32 bit obv

drifting hinge
#

i dont fw 64bit

#

can someone put CR on the case

drifting hinge
#

IDK HOWWW BROOO

half viper
#

ik

drifting hinge
#

mmm today i will kill people with axes and hammers

half viper
#

my brain iis to bonk to figure out

drifting hinge
drifting hinge
#

52 days without a new skurty model remix

subtle bison
#

i would also wait for a new version of skurtyyskirts's script to come out

drifting hinge
#

mrw why didnt i ask him dat

half viper
#

and i have rtx fixes and all that

drifting hinge
#

this is so fucking sad... hey Siri, play The Cup by Dave Blunts

subtle bison
#

what is this chat goofy

drifting hinge
#

cant put down the cup

#

cant put down the ray tracing

drifting hinge
#

i needa make a gang scrap map for gmod it would goon so well with remix

drifting hinge
drifting hinge
#

i belong here

earnest yew
#

i cant use it ingame

#

i control the sun

#

epic

drifting hinge
#

alright i was gonna send a video of a bug with the duplicator box outline thing but what the fuck is this filename

#

i swear i did not put that in

earnest yew
#

HACKED

drifting hinge
#

i love taiwan

#

ez fix

drifting hinge
#

and it only happened once

lament quartz
#

Me when I switch my Xbox game bar to be a different language

drifting hinge
#

i love china!!!1

drifting hinge
#

ayo fr?

rich glen
#

yea

drifting hinge
#

when

rich glen
#

i tried to translate it

#

and all i got is something about "i love you"

#

and idk what more

#

there are a lot of symbols

drifting hinge
#

what

rich glen
#

im not joking it fr said something about that-

#

i was as confused as u rg

drifting hinge
#

weird asf

rich glen
#

yup

#

i rlly got scared because it happened to this vid (i rename it btw since for some reason i cant upload it whit the corrupted name)

drifting hinge
#

creepy

winter radish
#

Nuke the map

drifting hinge
#

airstrike

livid rapids
drifting hinge
#

holy what

drifting hinge
livid rapids
drifting hinge
livid rapids
drifting hinge
#

boss please keep cooking

livid rapids
#

mwb camo system doesn't work with remix so usp match is sauceless 💔

drifting hinge
livid rapids
#

I'm too assed to open a moddb acc so here just have it

livid rapids
#

obv use fesiug playermodel selector

livid rapids
#

only hands, dont use pm otherwise pseudoplayer WILL crash your game on map load

drifting hinge
#

how did you do it

livid rapids
#

cod games have a pbr pipeline similar to roughness metallic

#

you just dump the materials you want, convert the mats via gameimageutil and some manual processes, ingest them and they're basically ready to use

drifting hinge
#

ohhhh myy gawwdd

#

the atts done too?

livid rapids
#

on usp yes

#

xm4 is wip

drifting hinge
#

bro you a real one for this

livid rapids
#

oh no sights tho, that's mwb base

drifting hinge
#

sights are for losers

#

mannn which you gonna do after xm4

livid rapids
#

bo6 ak and maybe the shotgun

drifting hinge
#

t h e s h o t g u n

livid rapids
#

thing is most mw3 and mw2 weapons have ass mats

drifting hinge
#

how

livid rapids
#

and the more interesting ones like the mors are a pain in the ass to do

#

multiple materials per barrel and shit

drifting hinge
livid rapids
#

NOT AS ROUGH AS THE CS2 STUFF THO...

drifting hinge
#

uh oh

#

elaborate

livid rapids
#

valve has gone from experimenting casually with phong and specular to having this ultrarealistic "I'm not gonna make this texture interesting" approach

#

specially with cs2 being a competitive game

#

hla has some interesting things

drifting hinge
#

half life alyx mentioned

#

👁️

livid rapids
#

case in point hl2 2004 had a lot of specularity

#

then when new engine came out they removed a lot of it

#

mainly on models

#

you can say it looks bad or not but the point is they experimented a lot more

drifting hinge
#

why he so yellow

livid rapids
#

if it's purely displacement maps sure

drifting hinge
#

i peeked at the files but i dont understand anything at all

livid rapids
#

if it's that awful ass tiling fake parallax, nah

drifting hinge
#

idk what the difference is

#

heres where those addons started

livid rapids
#

a displacement map is a single greyscale texture that determines, from 0 to 1, the depth of a texture

drifting hinge
#

ok

livid rapids
#

but if you dont have a displacement shader available, you can fake depth by tiling many different textures on top of each other

drifting hinge
#

which looks ugly?

livid rapids
#

some times yeah

#

I remember the original parallax bullet impact looking like ass

#

that addon is gone I think

drifting hinge
#

there was a bullet decal on the workshop before the mw2019 one

#

these?

#

they look goofy asf

livid rapids
#

yeah

drifting hinge
#

yeah i did not like these

livid rapids
#

Oh it's the pbr shader

drifting hinge
#

What_20230216_211015 is that bad or good or horrible

livid rapids
#

Well it's closer to a displacement map without it being a texture itself

drifting hinge
#

so you cant copy it to remix

livid rapids
#

Instead of telling the shader via a texture, you're telling it the depth via raw numbers

drifting hinge
#

oh damn

livid rapids
drifting hinge
#

Zope rip

#

i really wanted to see that in remix

drifting hinge
livid rapids
quiet scroll
drifting hinge
#

skurty im sorry but i think i got a new favorite

earnest yew
#

yummy

modest whale
livid rapids
#

shit is so peak

modest whale
livid rapids
#

nah just remix

#

addon is pulled from the workshop

modest whale
#

Oh you just doing putting pbr tex with remix on an addon

#

Okok

#

Looks cool

livid rapids
#

yea

modest whale
#

Idk what it looks like without it cuz mw19 weapons looked insane in normal gmod already is it really necessary ?

#

Or my memory is lying to me maybe

#

Also doing hand model only or world model too ?

livid rapids
#

Yeah, mwb weapons have a custom fake pbr pipeline through phong, rimlight and specular

modest whale
#

Ohhh

#

Okok

livid rapids
#

you can use it on anything you want to port that has pbr textures

livid rapids
modest whale
#

Okok

livid rapids
drifting hinge
#

I'm loving it

livid rapids
earnest yew
livid rapids
#

First of many

#

I forgot the sight rail and laser mount, I'll add them later

quiet scroll
lament quartz
#

I have that mod it is gray for me

#

I mean like the adding nothing the thing posted

livid rapids
#

if you really want to make sure, extract the addon, place it in the addons folder and then replace the vmts

quiet scroll
#

Oh sweet thanks! Is removing .vmts hard? I remember trying a few months ago and failing, maybe I was doing it wrong 😅

#

Right after I'm done with this upscale batch I'll try out the mod pepespin

lament quartz
#

I cast oc overheat

#

Pc*

livid rapids
#

and given that it's just 2 lines on every vmt, it's very easy

#

any texture ported via mwb-mats or pbr-2-source will use these parameters

lapis delta
drifting hinge
#

caustics is not on that winter arc rn, ran out of balkan boost anyway Skullemoji

#

other than that yeah caustics a real one

willow fog
drifting hinge
#

black opps

drifting hinge
quiet scroll
#

What do y'all use to edit the .vmts? Notepad or is there a tool? I see 3 types of tools but idk if they're what I'm looking for Looking

drifting hinge
#

gm skurty

quiet scroll
#

gm scraaaanch, how do

#

currently

drifting hinge
quiet scroll
#

GMOD!?!? omg drop the mods neowwww

drifting hinge
#

urhhh i forgor what uhh mods that wuz

#

audio edited in premiere pro

#

with arc9 eft gun using a custom 3dprinted camo

quiet scroll
#

damn they're getting really good, I think pathtracing would make it look reallyyyy good peepoM

drifting hinge
#

yah also the fisheye was also edited in

quiet scroll
drifting hinge
#

can you test

#

playing tf2 rn

quiet scroll
drifting hinge
#

sharpeye dont work with that action cam mod

#

idk if that actioncam mod even works with remix either

quiet scroll
#

Prayge remix needs it

drifting hinge
#

what you remixing rn

quiet scroll
#

#1116089843479498782 message WICKED big cityyy, working on making al the windows all reflectyy

drifting hinge
#

ohhh ma gawwdd would you do gm bigcity at night with emissive on the windows

quiet scroll
#

Oh shit that's a good idea

#

Might as well while I have it up, could put up a night/day variant kit_yes

drifting hinge
#

p_salute thank you for your service

#

map from the video

drifting hinge
#

and the fisheye mod doesn NOT work

#

so sad

half viper
drifting hinge
#

reshart

#

okay maybe

#

not too fond of reshade

half viper
lament quartz
#

Reshart

drifting hinge
#

why have remix when you can reshart your game and make everything moist and shiny

drifting hinge
#

sir yes sir

#

where the... downlaod.

#

i forgor

half viper
drifting hinge
#

amnd how even with remix

half viper
drifting hinge
#

gslime yes sir

#

later though

#

im busy... killing people in fortntie...

drifting hinge
#

the uhh the reshart doesnt reshart

half viper
subtle bison
#

me to this channel

#

brainrot

#

so much brainrot

drifting hinge
#

what you gonna do about it unc

subtle bison
#

if i was a mod i'd kick myself out of the server

drifting hinge
#

good ending

#

thats just how the winter arc crumbles

quiet scroll
drifting hinge
quiet scroll
#

how did u respond in .3 microseconds lmaooo

drifting hinge
#

schizophrenia

#

im always on my toes

subtle bison
drifting hinge
#

nuh uh

#

window texture cut off

#

halal but ill forgive skurty because hes clearly trying his best

hasty sonnet
#

the GUI doesnt work

#

just reinstalled the thing

#

now it just decided

#

nope

#

which means i cant load a map up

drifting hinge
#

what gui

hasty sonnet
#

the gmod gui

subtle bison
hasty sonnet
# subtle bison which installation method did you use

(Edit: Something keeps turning comments off on the video and it's not me!)

Edit: instead of downloading remix and bridge seperately, you can get them in one package at: https://github.com/NVIDIAGameWorks/rtx-remix/releases/tag/remix-0.6.0

You MIGHT need a GitHub account to download the following:
DXVK-Remix: https://github.com/NVIDIAGameWorks...

▶ Play video
quiet scroll
#

it's 2 buildings kek

subtle bison
drifting hinge
#

two building or no

#

t

#

it makes me die

#

@subtle bison boy imma kill you

subtle bison
#

bro is gonna jump through my screen

lament quartz
#

This channel has gotten too brainrotted to check normally cr if something really really cool is shown can you ping me Innocent

subtle bison
#

sure lol

#

which we had a "no brainrot" rule

drifting hinge
#

which

hasty sonnet
#

so how do i launch it?

drifting hinge
#

cr alerted the witch!!!

subtle bison
hasty sonnet
#

k

drifting hinge
#

gmodrtx.stillwater.bat would have been a better name tbh

hasty sonnet
#

enhanced assets arent working

fallow mesa
hasty sonnet
#

found the reason

#

but its gonna take hours

#

the format is different

drifting hinge
#

clueless mmm today i will download an old remix mod and find out the hashes are different which isnt my fault at all its just funny

hasty sonnet
#

not that

drifting hinge
hasty sonnet
#

enhancements dont work at all

drifting hinge
#

uh huh

quiet scroll
#

But that pool one should have an update for the new hashes

drifting hinge
#

why did they have to rename the exe man

fallow mesa
drifting hinge
#

very cool now put a combine elite in the dark

livid rapids
#

oh my roughness

modest whale
#

I have 300h on black ops 6 and never noticed that the guns looked that good lmao

drifting hinge
near tartan
wind yoke
#

Why is this channel 90% zoomer sh*tposting

subtle bison
#

yeah i ask the same question sometimes 🙂

drifting hinge
#

gmodrtx channel if Scronch wasnt here

subtle bison
drifting hinge
#

im a certified hater or something

#

okay maybe it would be less of a certified hater move to not shitpost

wind yoke
#

I suppose i'm being cynical, but I imagine a space for amateur gamedev turning into this unmoderatable kindergarten is, actually like, scaring people away?

subtle bison
#

maybe we should ask for mod input

willow fog
#

Idk the brainrot guy is acting like a child

#

It was funny at first but now it's getting old

drifting hinge
#

can someone link the message where one of you asked me to stop

lament quartz
willow fog
drifting hinge
#

salute yeah because saying stop is incredibly hard to do

drifting hinge
#

there we go

#

sir yes sir

willow fog
drifting hinge
#

woah

keen rivet
#

good morning

drifting hinge
#

whats poppin Xenthio

keen rivet
#

not much

subtle bison
keen rivet
#

lol

livid rapids
livid rapids
#

this fucking memleak

#

I love DLSS Enhancing ™️ my VRAM by just eating it every time I change quality

willow fog
#

You clearly need more ram

quiet scroll
#

finally done, now make the rest look pretty peepoBlushReallyHappyDank

drifting hinge
#

i had it installed to be prepared

quiet scroll
drifting hinge
#

dear lawd it looks really nice now

hasty sonnet
#

nvm it wasnt installed

#

everything keeps turning transparent

#

listed it as a decal texture

keen rivet
#

BRUUHHHH

quiet scroll
#

lol xenthio I thought we talked about this 😅

fallow mesa
quiet scroll
#

You might want to check if your vanilla gmod has the hl2.exe in it before installing, gmod recently nuked the hl2.exe and the issue with this is the hashes changed because the .exe changed, most mods were built on hl2.exe and now that gmod only uses gmod.exe, the rugs been pulled from under us

#

That installer is updated to the gmod.exe hashes

keen rivet
#

Just rename the exe lol

#

DUDE THATS SO ANNOYING I EANTED COMPATIBILITY WITHOTHER RTX REMIX SOURCE GAME MODS

quiet scroll
#

It fucking sucks, it's been a nightmare the past month switching stuff over

#

kit_Voices this whole time garry was using the hl2.exe, like 16 years and he just now gets a gmod.exe

hasty sonnet
#

i had to filter through the detail textures i found around the map

#

thats why the textures looked like dogwater

quiet scroll
#

hate the decal textures, if you save after selecting they'll stay hidden on next loadup

hasty sonnet
#

ah well i could just install a mod and just change up everything

quiet scroll
#

Oh my godddd emissive maps are so cool. It's just a test to see if it worked, but uhhh gunna be kinda hard to figure out how to do this since it's the 1 texture x3243024 for the building lol

#

my first time pepespin

wind yoke
#

imagining the effort of making it look like they all didn't buy the same bulb

hasty sonnet
#

those places are managed by the apartment

quiet scroll
hasty sonnet
#

furtniture is pre-placed and arranged

#

designed for university and students and tourists

hasty sonnet
#

i dont think i can survive pbr fusion

#

im downloading it just to make kane pixels backrooms ahh looking stuff into gmo

#

gmod*

quiet scroll
#

oh my god yesssssssssss BLANKIES

#

backrooms/liminal stuff looks sooooo good in remix, the volumetric lighting goes crazy

hasty sonnet
#

im using this map

#

so i dont have to capture

#

3,500,000 assets

#

this map has like

#

3 or 4 assets

#

inview

#

and thats basically all the assets

hasty sonnet
#

whats the requirements for pbr fusion

#

python?

#

anything?

quiet scroll
#

Uhhh, that's a good question. I've always had python installed so i guess I never noticed. Usually it's just install, and then launching with the run_nvidia_gpu.exe

#

It forsure works on 30 and 40 series gpus, not sure on 20's

drifting hinge
#

what yall talking ab

hasty sonnet
quiet scroll
drifting hinge
#

xd

hasty sonnet
#

i put it in my documents folder

#

or do i put it in the Garrys mod RTX root folder

#

@quiet scroll

#

its started up

#

idk tf to do

drifting hinge
#

aight so this happens everytime trying to load into a map now

fallow mesa
hasty sonnet
drifting hinge
#

you replied to the

#

uh

hasty sonnet
#

my ass is not python safe, the second i see python i have 2 options

#

Install 3,500,000 with pip

#

or

#

give up

#

wait'

#

so these

#

are all i have to upscale

#

so

#

how am i supposed to use it with PBRFusion

#

thats it

#

im doing it

#

im getting omniverse

fallow mesa
drifting hinge
#

woah

#

so cool

wind yoke
livid rapids
#

Did someone say Physically Accurate Scenebuilding

#

I pray for 64 bit bc I spawn one more and CTD

winter radish
#

When we getting a full remaster of GM Construct, lol

subtle bison
#

there is a remastered gm_construct map on the workshop

#

looks great but could use a PBR makeover

subtle bison
livid rapids
#

I await a stable release

steel lark
#

testing the rtx remix 64

earnest yew
subtle bison
#

nothing so far, i did a lot of work for almost 2 weeks so im taking a break lol

#

you can see when we push new stuff by keeping an eye on the repo

compact blaze
#

Did y’all see the new materials for the headcrab?

near tartan
#

Idk about the RTX skin

#

Some bits look good

#

Others really don’t

subtle bison
#

i think the SSS is a little overdone lol

near tartan
#

Yeah

drifting hinge
#

Mark I think said they cranked it up to the max or very high to make it noticeable

near tartan
#

I will give them the benefit of the doubt and say it’s bad lighting

compact blaze
#

I’m glad rtx remix is still getting some support instead of being abandoned like 2 years later

drifting hinge
#

Maybe if it will make them look more like the headcrabs in HL:A

#

like the dead headcrab inside the fridge in Russell's lab

onyx ridge
#

i know it's good to try and focus on general compatibility but i wish they'd work on better source specific support

#

there's two official projects based on source games

winter radish
steel lark
#

this will be garry's mod with rtx 64 bits

quiet scroll
#

bigcity's so weird, one time I'll load into it and get great frames, other times I'll load in and it's terrible - mod or not WoePhode

subtle bison
#

@keen rivet just noticed the reason why lights work correctly is because of the disable viewfrustrum lua addon lol

#

i disabled it for some testing and noticed lights completely broke (they dissapear when you get close to them), it doesnt seem like light updater works for x64

#

finally, i was so sad when they broke a long while ago on x32

keen rivet
#

do they still work

subtle bison
#

finding out now

keen rivet
#

they stopped when i tried

subtle bison
#

ok yeah it breaks

#

weird that we need both for stable lighting

keen rivet
#

should work without

#

dunno why

subtle bison
#

it does not

keen rivet
#

oh

#

the model that is being drawn goes out of view thats why