#Garry's Mod

1 messages ยท Page 6 of 1

night bramble
#

probably different pathing
so pip or no pip?

night bramble
#

I cannot load into the map I'm making replacements in anymore.

#

Just get stuck on "Ready to Play", then gmod soft crashes.

#

or it gets stuck on loading world

#

it only gets stuck on ready to play if enhancements are enabled it seems.

#

And oddly usda changes are no longer live

meager oar
#

Bridge crashes for me I can still hear my self walking and doing things but the screen is frozen

rich badge
#

You guys regularly update remix?

#

@night bramble Is gm_construct runs fine on you?

meager oar
night bramble
night bramble
#

Now I can't get octo-tex to work.
Very fun

#

Had to edit the code again

night bramble
#

Now more code is broke wtf

night bramble
#

Ok figured out what is broke

#

another logic error

#

issue time

#

If anyone decides to use octotex make sure there is a folder (even if it's empty) in rtx-remix/mods.
Otherwise code no work as existing.

night bramble
#

Gotta figure out how to make sun work or perhaps make a sun?

night bramble
#

So I did a material replacement

#

and the skybox doesn't show through windows as long as it is set as a sky texture

night bramble
#

Hey @lament quartz I noticed that the roughness and metalness maps generated by the tool seem to be unusable, unreadable, and unviewable?
Anyone else having this issue?

#

Gonna try to regenerate them

#

The png's are fine btw, just not the .dds

lament quartz
#

Does it imports PIL or Wand?

night bramble
#

Just re-ran write.py gonna check the .dds now

lament quartz
#

There's should be errors

night bramble
#

Yeah something is wrong now because it won't even write to a new mod anymore

lament quartz
#

That's ok

#

It thought that it wrote the files

#

You need to disable hash checking

night bramble
#

btw logs are EMPTY

lament quartz
#

Comment the lines

lament quartz
#

Comment the lines and try again

night bramble
lament quartz
#

Like that it will write without checking

lament quartz
night bramble
#

๐Ÿ‘

#

I have to rerun everything rq and I'll ping you when I get a result.

night bramble
#

I think somehow because I recaptured it just refused to re-write the .png's

#

Even if I made a new mod it would instantly complete the writing without actually doing anything

lament quartz
#

It just saved the hashes of your PNG files

#

So if the PNG files are not edited

#

It will not write them back as dds

#

Just try to comment the lines with hash checking

#

And try to write again

night bramble
#

I did, but it still wasn't doing anything at all so I'm re-running everything from scratch.
It was doing the same when I tried running write.py after noticing the invalid .dds files.

lament quartz
#

Hmm

night bramble
#

To clarify, all the .dds were present in SubUSD's folder, but there were all invalid.

lament quartz
#

Strange

night bramble
#

Only the diffuse maps and normal maps were valid .dds able to be read and used.

#

the roughness and metalness were all invalid .dds.
There weren't blank or anything, they all had file sizes, but were unusable.

#

so no preview, no thumbnail, and cannot be opened in software or by usd composer.

#

@lament quartz Re-ran after getting fresh textures and it just instantly completes, only generating a blank mod.

#

ah wait I'm missing something

#

Ok stand by it's running now.
I missed the if statements when commenting out hashing.

#

Alrighty

#

Same issue with hashing disabled if the above is correct

#

diffuse

#

metalness

#

normals

#

roughness

#

Logs aren't empty this time

#

It's just this a couple hundred times and that one format error.

#

idk where it's getting 'already' from since it's commented out but :/

#

@lament quartz
I think that's all the info for a complete process now.

#

Once again all processed png's are valid.

lament quartz
#

Ok try to comment all lines with "im.conver

#

And try run again the write script

#

I hope it'll help

night bramble
#

Running now.

lament quartz
#

How's it going?

night bramble
#

Running as normal currently

#

It's currently generating VALID .dds

#

in all texture categories for pbr

lament quartz
#

Interesting

#

Thanks

night bramble
#

so looks like img.convert is a culprit.

#

btw is this multithreaded

lament quartz
#

Yeah

lament quartz
#

Oh that's a good idea btw

night bramble
#

Thought so as I saw no threading code

lament quartz
#

I didn't thought about multi threading

night bramble
#

FYI it's a pain to sync tqdm with threading

#

I've done it before but it required some loopholing and workarounds

lament quartz
#

I'll do that

#

Don't worry

#

โค๏ธ

night bramble
#

you have to have like a master and slave thread it's interesting

#

otherwise threading just generates a progress bar for each thread

#

actually that wasn't my main issue

#

my main issue was I needed to communicate between threads

#

which is just โ˜ ๏ธ

lament quartz
#

Can you show the screenshots after PBR generation? I'm interested in what you trying to do

night bramble
#

like in-game?

lament quartz
#

Yeah

lament quartz
night bramble
#

just seeing how it works really, but I did do a window material replacement since transparent textures can't have transparent reflections through PBR alone.

#

so you can only have mirror like objects with the default opacity.mdl

#

if you want a window pane with any translucency you gotta swap to the translucent.mdl

#

like how the gmod windows are in your screenshots, more like mirrors.

lament quartz
#

I'll try to do something with this

night bramble
#

Idk if maybe you can use the detection for reflectiveness in your texture conversion for roughness to make a flag telling the script to make a usda edit to the material hash to set the .mdl to translucent?

#

but that also requires checking the diffuse/transmittance value and setting the diffuse .dds there.

#

if you want the original window texture to be preserved in the case of a decal.

lament quartz
#

I'll figure out how to do that

night bramble
#

it wouldn't work on every window though so I'd avoid the last part.

#

would have to experiment.

lament quartz
#

God I'm sleepy as hell now

night bramble
#

conversion just finished

lament quartz
night bramble
#

lemme hop in and get a pic after swapping windows material

lament quartz
#

โค๏ธ

night bramble
#

it's super easy now to material swap

#

and a good amount of hashes are stable but I need to check that across maps.

#

can't tell if the hash changes are from lod's in some cases.

#

or if that's even a thing when hashes are involved

#

composer just yelled at me for

#

when loading the textures

#

no clue what that means

lament quartz
#

Wth

#

What is composer?

#

Is it something in omniverse?

night bramble
#

it's how you do the replacements and such

#

without text editing of course

lament quartz
#

๐Ÿ’€

night bramble
#

loading up game will show the default pbr vs material change vs material change with original diffuse

#

these are on dlss ultra perf btw because with composer open I don't have enough vram for anything else

#

trying to figure out getting a sun in the map as well

meager oar
lone arch
#

going to install the gmod again

lone arch
#

damn i have portal rtx orginal and prelude but i dont have storage enough plus my internet is shit (only can up to 1mb previously was 1.8mb but after repair some reason it downgraded and i dont find it normal)

meager oar
rich badge
lone arch
#

whats wrong with multithreading?

lament quartz
rich badge
lament quartz
#

Of course not

#

I don't use shaders

lament quartz
#

But with shaders it'll be much easier

rich badge
lament quartz
#

But want to use shaders in the future

#

Or maybe jump straight to the neural network

night bramble
#

upscaling = gpu
pbr maps = cpu
writing = cpu

night bramble
#

do modded weapon/sweps just not work with remix?
The hands and guns will be invisible and when I look at a reflective surface my upper torso is stretched like spaghetti

meager oar
night bramble
#

Yeah I saw that even old cod player models are invisible

#

like in the mw survival mode

lament quartz
rich badge
#

I have a collection of unsupported mods

#

Accw and arc9 weapons are fine for the most part

#

My favourite is accw urban coalition

night bramble
#

Just looking for more realistic weapon sweps and anims really

rich badge
#

urban coalition's animation are good

#

I think some of them ripped from mw

#

If you want true realism you won't see hands slapping the bolt release

night bramble
#

what about tfa

#

just better weapons and ads mainly I want

rich badge
#

Tfa is fine also, but trust me urban coalition is better. It also has ads reloading

#

fewer but better crafted guns

night bramble
#

ok

#

grabbed em all

rich badge
night bramble
#

gotcha

rich badge
#

If there is an individual weapon mod or something means the swep works but this particular weapon doesn't

night bramble
#

I think the number biggest thing for me is getting a flashlight working if anyone has figured that out.

#

Would make more maps playable

rich badge
#

If you know of other mods that doesn't work all together tell me I'll add

rich badge
#

requires manual work

night bramble
#

that would need a stable hash for the thing we slap it on though

#

and wouldn't that mean we'd have to hold something out as well?

rich badge
#

Mark said there was a command to prevent transforms on the cpu but I can't find it

night bramble
#

some hashes are stable just not all

#

like walls and weapons seem to be unstable but I have not tested with more than physgun

rich badge
night bramble
#

hmm maybe the flickering colors in debug on walls isn't unstable?

rich badge
night bramble
#

oh ok

rich badge
#

Also I already tried that

#

I thought the same

night bramble
#

so preferably I'd want something like stock gmod flashlight

#

just turn on without holding something

rich badge
night bramble
#

if I can get it to show in composer

rich badge
rich badge
night bramble
#

shoulder flashlight you said

rich badge
night bramble
#

I'll check it out

#

wish I knew what caused the random loading screen freeze though

#

even happens with no addons

rich badge
rich badge
night bramble
#

yes

#

it does the thing were loading world is stuck on screen but your in map walking

rich badge
#

Damn, there are a lot of bridge crashes happen

#

Are you on the latest build of bridge?

night bramble
#

as of like 2 days ago yeah

#

also how do I use c menu with tfa

#

only comes up with wep stats

rich badge
#

The gun might not have attachment slots?

night bramble
#

I mean like the menu with the player model things and other settings

#

normally it's c

#

but I have a weapon that I can't deselect or anything

#

oh wait I can use q

#

why is give not working though

#

It's just 'give weaponname' right?

rich badge
#

I am not an experienced gmod player ๐Ÿ™‚

#

The last time played it was like 2 years ago

night bramble
#

Haven't really played in years yeah

rich badge
#

Installed just for the sake of remix

night bramble
#

google just says it's give weaponname so I'm confused

rich badge
night bramble
#

It's literally the default crowbar

#

FUCK

#

sv_cheats didn't set to 1 for some reason

#

that's why

rich badge
#

Oh if you are doing that with a launch argument, it gets overridden when you load a map

#

just like mat_drawwater

night bramble
#

Also I'm always just spaghetti in my reflection lol

rich badge
#

Do you know if we can enable the world model in first person?

night bramble
#

I'm using a mod

rich badge
#

This way we could techically render it invisible to primary rays, and only visible to secondary rays

#

so you don't see it unless looking at a reflection

night bramble
#

although alex was using something for it and he wasn't spaghetti

rich badge
night bramble
#

yes
i no want that I want other thing

#

it was in collection I tried woops

#

i no think enhanced camera work either

#

now just my arms are spaghetti

lament quartz
#

hes laughing at me

night bramble
#

lmao

#

tk moment

rich badge
night bramble
#

ViewMod

lament quartz
night bramble
#

that's cool but I want faster load times ๐Ÿ™‚

#

maybe I'll just add threading myself ๐Ÿ‘ฟ

lament quartz
#

ok i can do faster load times without gui ๐Ÿ’€

night bramble
#

import threading

lament quartz
#

ik bro

#

i'll do that

#

just wait

night bramble
#

IMPORT

lament quartz
#

โค๏ธ

night bramble
#

import grass

lament quartz
#

did you mean

#

touch grass?

night bramble
#

maybe

lament quartz
night bramble
#

trying to get that shoulder flashlight into composer

night bramble
#

the flashlight is not a stable hash

#

F

half viper
meager oar
rich badge
#

Arcw and Arc9 are better crafted in my opinion

rich badge
#

So does ArcW black ops guns

rich badge
#

Btw in ArcW you need to find the glass pane and mark it as sky texture in order to get holographic sights working

compact blaze
rich badge
compact blaze
rich badge
#

oh okay

compact blaze
#

like this

#

sry sry

rich badge
#

Is it working?

#

the screen share

compact blaze
#

ya i can see the screen share

#

can u get the ray gun?

#

@rich badge yes i can see the screen share

rich badge
#

so what do you want me to do

compact blaze
#

there's a ray gun here

rich badge
#

so what now

compact blaze
rich badge
#

I got the wrong one first ๐Ÿ™‚

compact blaze
#

@rich badge maybe u can mount portal rtx onto gmod and play it there?

compact blaze
rich badge
#

I will one sec

rich badge
#

It will take a while

#

to copy replacements

#

they are on different drives

#

eta 2 minutes

compact blaze
#

@rich badge also for ur vram's sake try play on a low res with dlss performance, pls ur poor vram :(

#

like 720p or smth

compact blaze
rich badge
#

1080p

compact blaze
rich badge
compact blaze
#

damn

rich badge
#

If so I'll do

lament quartz
rich badge
compact blaze
rich badge
#

Alright transaction complete

#

Hmm it doesn't get detected

#

Oops I move it to the wrong folder

#

one sec

lament quartz
rich badge
#

Portal's mod still doesn't get detected

compact blaze
rich badge
compact blaze
#

and enable portal

rich badge
compact blaze
#

it mounts portal onto gmod

#

which basically just takes the portal content u have downloaded

#

and puts it onto gmod

#

cause of how connected source is

rich badge
#

It doesn't detect because I don't have regular Portal installed :/

#

just the Portal RTX

#

they are separate

compact blaze
#

wait um

#

wait just one sec

#

Steam\steamapps\common\GarrysMod\garrysmod\cfg

#

go here and open the mount text file

#

what drive is portal rtx in?

rich badge
compact blaze
#

sry if im being confusing

#

im just trying to show u how u can manually mount source games on gmod

rich badge
compact blaze
#

remove these slashes

#

also can u show me how u did ur mounting?

rich badge
#

Oh it works now

compact blaze
compact blaze
rich badge
compact blaze
#

its not supposed to

#

the mount menu is just for games approved by the devs i think

#

for easy access

#

it should be mounted

#

try check the maps menu

#

in other or smth

rich badge
#

Alright loading a chamber

#

so what now

#

@lament quartz Are you coming?

compact blaze
#

@rich badge do u have any idea why not all the assets are replacing?

rich badge
#

Oh wait but walls work

#

they aren't stable either

compact blaze
lament quartz
rich badge
compact blaze
rich badge
#

Uhm so I got why

#

Walls are replaced with materials

#

so stable mesh hashes aren't necesary

#

but buttons and such are mesh replacements

compact blaze
#

@rich badge do u know why the meshes aren't stable in gmod?

rich badge
#

and they've used a in game command to do that in the gpu but I can't find it

lament quartz
#

@rich badge can you also test arc9?

rich badge
#

So portal gun won't work, source's portal rendering needed to be disabled

compact blaze
#

@rich badge do u reflect off the window?

#

@rich badge also do u remember that bug where if u looked through the scope the whole world that rasterized again?

#

u should try that again

#

@rich badge HOLY SHIT THATS DOPE

rich badge
compact blaze
#

THE ASSETS BECOME THE ORIGINAL TOO

#

LMAO AWESOME

rich badge
#

no its not

compact blaze
#

SRY I JUST LOVE THE EFFECT

#

ITS SO WEIRD LOL

#

sry sry

rich badge
#

stop doing that

#

please

compact blaze
#

lol ray gun in portal rtx

rich badge
#

How do I shoot that vaporizing energy orbs

compact blaze
rich badge
#

panzerfaust in portal lol

compact blaze
#

install these then restart gmod

#

should fix portal in gmod

#

@rich badge btw when u install all these mods u have to close and open gmod

#

not just restart the map

rich badge
#

oh ok

compact blaze
#

did u install everything?

#

sick

rich badge
#

Man this game loads slow

#

lol

compact blaze
#

lol

rich badge
#

no portals

#

so what now

#

still no portals

#

my gpu is dying lol

compact blaze
rich badge
compact blaze
#

a reupload is on gmod

rich badge
#

They probably did this from the start

#

what do you want me to do

rich badge
#

Yea I remember this works but not as good as the mw base

#

yeah not even close

#

lol the game crashed

#

one sec

#

@compact blaze What else portal rtx remastered?

#

some props

compact blaze
rich badge
#

Oh wait props won't work anyway ๐Ÿคฆโ€โ™‚๏ธ

compact blaze
#

also @rich badge maybe u can add portal rtx's custom content into the gmod custom folder

compact blaze
# rich badge why

cause back in december 2022 they couldn't fully remaster everything with just rtx remix, so they needed to add some custom content into portal

compact blaze
#

maybe thats why the turrets were error models

rich badge
#

@tulip silo hello

#

you want me to try something?

#

so we could assing portal material to these textures

tulip silo
#

I'm just watching

rich badge
#

just like they did with the portal rtx

tulip silo
#

How are the hashes so similar?

#

Between portal and Garry's mod

rich badge
tulip silo
#

Also why is the weapon hash flickering

#

Is it not stable?

rich badge
#

Mark said this has something to do with mesh transformation on the cpu and they've used a command to do that in the gpu

#

but I can't find it

compact blaze
#

@rich badge should i send the entire list of source commands?

rich badge
#

it should be inside autoexec.cfg

compact blaze
rich badge
compact blaze
#

GarrysMod\garrysmod\cfg

#

its in here

tulip silo
#

Ask mark again when he's online

compact blaze
rich badge
rich badge
#

The only command requires modified dll is frustumcullworld

#

afair

#

what's wrong with this

compact blaze
rich badge
#

so they remastered this too

#

it has emissives

#

what

compact blaze
#

@rich badge also can you add the portal rtx custom content into gmod?

#

pls?

#

y'know this in a gmod custom folder

rich badge
#

So I need to copy portal_rtx folder into garrysmod/custom ?

compact blaze
rich badge
#

to where

#

there is no garrysmod/custom

#

do I need to create one?

compact blaze
rich badge
#

Do I need to use a special command?

compact blaze
rich badge
compact blaze
#

also @rich badge u should add the custom folder's contents into the addons folder

rich badge
#

How do I make sure it worked

rich badge
compact blaze
#

did u add the mods into addons?

#

damn

#

idk why it isn't working

rich badge
#

Double checked, all subscribed

compact blaze
#

@rich badge try do this in gameinfo

rich badge
compact blaze
#

not stuff like mods

rich badge
compact blaze
#

no wait its on top

rich badge
compact blaze
#

well try both

rich badge
#

If it is bottom it will override everything above

compact blaze
#

ok ok

#

damn

rich badge
#

how do I use this

compact blaze
#

@rich badge omg the turret worked?

rich badge
#

spawned from somewhere else

#

probably not related to what we've been doing either

#

So this has emissives too

#

but doesn't have the updatd mesh

#

as expected

#

sentry guns from the map doesn't work

compact blaze
#

@rich badge do u think we can vc later? i need to do smth rq

meager oar
#

are u guys trying to add portal rtx assets in gmod rtx?

rich badge
tulip silo
#

he meant the same thing

rich badge
compact blaze
lucid parcel
# compact blaze <@617500777191047168> do u remember what the command was?

nope, sorry. mat_softwareskin, r_skin look related, but they're lacking documentation on Valve's website.

We also made a few changes to some of the source engine binaries we shipped with Portal, which might have been part of it. Does the recommended gmod setup include copying from the /bin/ and /cfg/ folders of Portal RTX?
#1103495588374401115 message

compact blaze
#

the meshes were still unstable tho

rich badge
compact blaze
compact blaze
compact blaze
#

@rich badge u there?

rich badge
compact blaze
compact blaze
#

Do you think this tutorial is still valid today or does it need to be updated?

rich badge
#

in the first pin

#

Or you could use the launcher script

compact blaze
rich badge
# compact blaze Whatโ€™re the launch args?

-dxlevel 70 -w 2560 -h 1440 +mat_dxlevel 70 +mat_disable_d3d9ex 1 +r_worldlights 16 +sv_cheats 1 +r_frustumcullworld 0 +c_frustumcull 0 +r_occlusion 0 +r_forcenovis 0 +r_shadows 0 +mat_softwarelighting 0 +r_staticprop_lod 0 +r_lod 0 +r_vertexlighting 0 +mat_queue_mode 0 +r_unloadlightmaps 1 +mat_drawwater 1 +r_glint_alwaysdraw -1 +mat_softwarelighting 0 -r_3dsky 0

#

don't forget to change resolution

#

Its on 2k

meager oar
#

for some reason some textures refuse to get upscaled, all the other textures got upscaled but the grass in flatgrass refuses to it gives like a cuda error

#

i really love this tool man just seeing old school maps with faithfull HQ textures is just insane for me

lament quartz
#

I'm glad that you like it

#

โค๏ธ

night bramble
#

If only we had displacement normal maps.

lament quartz
#

Woow

rich glen
#

20 fps simulator

lament quartz
rich glen
#

i mean it does looks cool

#

but its probably 20-30 fps gameplay on that map

lament quartz
rich glen
#

also alex, do you know how to make surfaces act like a mirror?

rich glen
#

and reflections

#

on a small map...

rich badge
#

Is it remastered already

lament quartz
#

And extremely white Metall map

rich badge
#

no normals

#

required

lament quartz
rich glen
rich badge
rich glen
#

okay

lament quartz
#

Oh

rich glen
#

also..i tried to pbr a glass addon and..

rich badge
rich glen
#

lol

#

this pbr tool its pretty cool ngl

#

it can make a map look pretty good on literally 10 min

lament quartz
rich badge
rich glen
#

samee

rich badge
#

Tho your tool is a must-have since this game is all about user generated content @lament quartz

rich glen
#

but i have only a 2060 but i think someone whit a 4060 can run it at 60 fps

rich glen
#

and npc

#

i might do it and share it here so people dont have to wait 2 hours to overhaul all the gmod props

#

but i think popo was doing something like that already

rich badge
#

Tho that's certainly too optimistic

rich glen
#

true..

rich badge
#
  1. Open the file GarrysMod\garrysmod\lua\menu\custom_errors.lua and comment out the lines between if ( GetConVarNumber( "mat_dxlevel" ) < 90 ) then and end by prefixing it with -- (or simply remove them)
rich glen
#

i forgot-

#

we probably need a new version of rtx remix too

#

but it will probably come along whit hl2 rtx

lament quartz
rich glen
#

honestly..

#

i hope fsr3 release soon so we can generate frames ๐Ÿ’€

lament quartz
#

Honestly

#

๐Ÿ’€

rich glen
#

in 20 series

lament quartz
#

Yeah

#

It'll be amazing for all GPUs

rich glen
#

i mean they really dont need to make frame generation for 40...

#

the perfomance its already better in 40's series so people going to still buying them

#

anyway

rich glen
lament quartz
#

And that's terrible

rich badge
#

Amd gpus just suck at rt until the last generation

meager oar
# lament quartz Woow

I wish the upscaler worked on this map it keeps giving cuda error when upscaling it's textures but I'm gonna try manually upscaling the textures cause there's only 16 textures used in this map

compact blaze
#

@meager oar I wanna ask what addon are u using for the csgo guns?

meager oar
meager oar
compact blaze
meager oar
compact blaze
#

Tho idk if thatโ€™s public

#

Still looks great

meager oar
lament quartz
#

how to work with floating ips?

#

My wish now is to upscale sadx

compact blaze
lament quartz
#

Sonic Adventure DX

compact blaze
lament quartz
#

I've finally found a way to play it with rtx remix but the uv maps are buggy and texture capturing is broken

lament quartz
meager oar
# lament quartz guys?

Idk how to use it i tried to patch the files but it keeps giving errors that this is a Read only file or sum thing so used python instead to patch

lament quartz
#

so I need to download the visual code?

half viper
lament quartz
rich badge
lament quartz
#

yea

rich badge
#

You only need the python script

#

and python3 installed

lament quartz
#

thats all?

rich badge
lament quartz
#

i mean bout patches

rich badge
rich badge
hushed trail
lament quartz
rich badge
#

Is this a fresh install

hushed trail
#

Oh no, so probably

#

let me try it

rich badge
#

?

hushed trail
#

It's not a fresh install, I've patched before. So That dll is already patched

#

Gonna try running

rich badge
rich badge
lament quartz
rich badge
#

try this python3

#

Does it look like this?

lament quartz
#

tf

#

I understand it would be better to download through microsoft store.

lament quartz
rich badge
#

python?

lament quartz
#

yes

#

I downloaded it from the official website, but I guess it didn't work

#

finally

#

@rich badge it's different, but the files haven't changed

rich badge
#

you forgot the .

lament quartz
#

fr?

rich badge
#

enter exactly python3 applypatch.py .

#

including the dot

#

at the end

lament quartz
#

TY!

#

wait

#

there's another problem

meager oar
#

there should be a patched folder inside bin now

lament quartz
#

yea, i did that

#

i mean

#

when I enter the game and when the menu appears, immediately appears a square with a diagonal and after that the game crashes.

#

i forgor๐Ÿ’€

lament quartz
#

ั ัะดะตะปะฐะป ะฒัั‘, ะบะฐะบ ะฒ ะณะฐะนะดะต

#

ะฐ ะฒะพั‚ ะฝะต ะฟะพะปัƒั‡ะฐะตั‚ัั

#

ัั‚ะฐั€ะฐัŽััŒ ะฝะฐ ะบะฐั€ั‚ัƒ ะทะฐะนั‚ะธ, ะฝะพ ะฝะต ะผะพะณัƒ

lament quartz
#

u mean gmod?

night bramble
#

Jerryโ€™s Mod lol

lament quartz
#

Jerry

#

๐Ÿ’€

#

Jmod

night bramble
#

Any progress on threading btw?

meager oar
#

๐Ÿ—ฟ

lament quartz
rich badge
lament quartz
lament quartz
half viper
lament quartz
#

I'll check when I at home

lament quartz
half viper
#

Then you didn't install stdshaderdx7

lament quartz
#

maybe

#

i replaced stdshaderdx7 file and nothing changed

lament quartz
meager oar
zenith marlin
lament quartz
#

Oh hi there!

#

But they're all shitty coded ngl

zenith marlin
#

yeah, they don't run very well, but nonetheless you have some bangers.

#

your alien wallwalking stuff was pretty cool. iirc walwalking is pretty hard to pull off

lament quartz
#

As I understand I've made a little inspirational addons for others

zenith marlin
#

certainly!

lament quartz
#

But using my addons in their raw form is a pain

zenith marlin
#

i appreciate that youre honest about it

lament quartz
#

How can i lie about it, its on the surface

#

Btw how are you?

zenith marlin
#

dont want to accept criticism and stuff

zenith marlin
lament quartz
zenith marlin
#

yeah, that too. shame that

lament quartz
#

Yeah

zenith marlin
#

my favorite addon of yours is probably GTA Thirdperson, feels good

#

when it works

lament quartz
#

Hahaha

zenith marlin
#

unlocked running camera is very nice

lament quartz
#

Nah it's probably shit

#

Even I don't playing with it

#

But I have some favorites like step dust

#

Or clouds

zenith marlin
# lament quartz Even I don't playing with it

that's fair, i haven't in sometime either
nonetheless its the only addon that lets you move the camera in all angles without playermodel moving as well
so i have considered trying to fix up the code some maybe

zenith marlin
# lament quartz Or clouds

Hell yeah, Clouds sucked a bit too much performance out for my liking, but I still think it looks super nice.

lament quartz
#

Oh and water ripples, but the performance is ๐Ÿ’€

zenith marlin
#

haha yep

lament quartz
#

Y'know why?

#

Cuz I'm tracing a ray out of every entity

zenith marlin
#

ohh yeesh

lament quartz
#

And there's a loop that animates every ripple

zenith marlin
#

So you're not an expert, but that's okay

#

you found ways to make what you wanted work and i respect it

lament quartz
#

Yeah, Gmod with lua was my first steps to the normal languages so

zenith marlin
#

i myself hardly know how to code, but i know how to read it mostly, so i use an ai to help me when i am making things, and i fix up its code (its not very good most times)

zenith marlin
lament quartz
#

Yup, and cuz it's a Gmod, it's also interesting and fun

zenith marlin
#

yeah, same with roblox. i wanted to start making things on there but i have a hard time committing to anything lately

lament quartz
#

Oh, I tried Roblox, and I gave up after ten minutes or so

zenith marlin
#

lmao

#

new to you?

lament quartz
#

Just too much difference

lament quartz
#

That was probably the middle of my addons creation "era?" Idk how to name it

#

I'm not that good at English

zenith marlin
#

You speak well though.

zenith marlin
#

Have you been working on things since gmod?

lament quartz
lament quartz
#

I'm mostly full stack developer

tulip silo
lament quartz
zenith marlin
#

both front and back end development

#

fullstack

lament quartz
#

Im working with backend and frontend

zenith marlin
#

nice! youve got my current dream position

lament quartz
#

And sometimes system administrator

zenith marlin
#

but i have a long ways to go

lament quartz
#

Oops, misunderstood you

zenith marlin
#

dont worry, its all good

lament quartz
tulip silo
#

@lament quartz sorry to bug you but how is OctoTex progress

zenith marlin
#

im glad youve been able to take it somewhere

lament quartz
#

I was busy all the time at work

zenith marlin
#

Octotex?

lament quartz
#

I need to make a domain order system

#

And rewriting dialog modals

lament quartz
# zenith marlin Octotex?

Yeah, the script that allows you to automatically upscale the textures for rtx remix, and generate the PBR textures

zenith marlin
#

oh shit! niice

lament quartz
tulip silo
#

and i have no plans on working on it

#

for now

lament quartz
#

Oof

zenith marlin
#

i suppose it is a work in progress then

lament quartz
#

Yeah

#

Experimental stuff

zenith marlin
#

ive been hoping someone like you would step up and create a tool for it while we wait for official tools. thanks!

lament quartz
#

Some people managing to make it work on their systems

zenith marlin
lament quartz
#

Roughness maps are shitty but

zenith marlin
#

oooh, yeah. niice

#

getting sick of the flat lighting. need the official tools alreadyyy

lament quartz
#

Yeah

#

Probably

zenith marlin
#

really hoping they focus on shader support, my dream would be to work on a complete rtx overhaul for l4d2

#

dark carnival would look so sick.

lament quartz
#

The dark scenes looks amazing with rtx remix

zenith marlin
#

ohh i bet

#

may be the closest we get to a modern l4d

lament quartz
#

Oh god I have a two percent on my phone

compact blaze
zenith marlin
#

@tulip silo Sorry to bug you. I haven't been monitoring progress a whole lot. Is shader support a focus? I see options for it in the menu, shader based vertex capture yada yada

tulip silo
zenith marlin
tulip silo
#

Before that most games do not work

zenith marlin
tulip silo
zenith marlin
#

i have a feeling that Source shaders probably wont be too hard to crack

#

but stuff like gta 4 i dont even know

tulip silo
#

Unless you can contribute to the open source project

#

For Remix

half viper
#

As much as i want to contribute

#

Im too fucking stupid to do it

night bramble
#

YEAH

night bramble
#

The sky is real

night bramble
#

and so is a jank flashlight

wintry trench
meager oar
#

Da heck happened to volt physics haven't been updated since Sept 8 last year, can spawn large dupes without any lag by using it

night bramble
#

Not really itโ€™s just add light to texture with the rtx.conf args to disable plasma ball and changes radius and such.

#

Only works with the flashlight in hand mod if you want it toggleable.

lament quartz
torpid fable
#

load.py not worked for me( I've tried many things but it doesn't work, maybe I'm doing something wrong, please advise if you have time.

lament quartz
#

Sorry, I was not able to do something today

#

Cuz today was an amazing day for me

#

1 year of marriage

#

With my wife

#

๐Ÿฅฐ

#

So I was offline all day

night bramble
#

Make sure you have a folder in mods folder

meager oar
#

if load.py cant find dir then u can do two things:

1: open load.py via notepad and change loadDir = "captures" to loadDir = "captures/textures" however after doing all the process after write.py change it back to loadDir = "captures"

2: Or u can just make folders in your rtx-remix, it should be like this rtx-remix/make another folder named "mods" right besides captures/ then make another folder called "gameReadyAssets" inside mods

doing these two steps fixed the script not finding the dir for me

compact blaze
rich badge
half viper
rich badge
night bramble
#

Your smearing looks so tame compared to what I see

#

Should probably do a map without the wacky texture glitch though

rich badge
night bramble
#

Maybe itโ€™s just cause of phone screen itโ€™s hard to see

#

I only really notice the unrelated flickering

manic hazel
#

Does turning off Use Terrain Bounding Box have any effect on the issue?

keen rivet
#

and when terrain baking is off you can see that

#

when its on it'll fill those invisible parts with the info from the previous frame

#

which leads to that smudging

keen rivet
manic hazel
#

See through surfaces for blended terrain are a common side effect when terrain system is disabled. This is due the surfaces aliasing geometrically and them being see through at parts where the other surface should be visible. What happens is that a see through surface gets hit by a ray and then the other surface gets skipped since they exactly overlap. That's what the terrain baker is solving by baking them into a shared terrain material and then it doesn't matter which surface gets hit by a ray. Terrain baker doesn't use temporal (previous frame) data right now, so the smudging is odd.

night bramble
#

I noticed that textures that are on top of the terrain will make that texture tile show no smearing when marked as a terrain texture. Ie. pieces of paper, dirt, crosswalks on pavement.

lament quartz
#

can somebody tell me why ground is invisible?

rich badge
#

the launch arguments are in the first pinned post

lament quartz
#

da heck

rich glen
night bramble
#

Kinda baffling

lament quartz
#

@rich badge do you know how to fix this?

rich badge
#

Some mods have this issue

#

For weapons use: Arcw, Arc9, TFA, CW2.0

#

Keep in mind that not all weapons will work fine despite being built on top of those above

#

I have a list of incompatible mods if you wanna take a look at

#

I recommend arcw urban coalition tho

tulip silo
rich badge
rain vault
#

can't see the terrain and water in construct

rich badge
rain vault
#

yeah, including r_3dsky 0

#

though i followed @meager oar's tutorial

tulip silo
#

-dxlevel 70 -w 1920 -h 1080 -condebug +mat_dxlevel 70 +mat_disable_d3d9ex 1 +r_worldlights 16 +sv_cheats 1 +r_frustumcullworld 0 +c_frustumcull 0 +r_occlusion 0 +r_forcenovis 0 +r_shadows 0 +mat_lodwarelighting 0 +r_staticpro +mat_queue_mode 0 +r_unloadlightmaps 1 +mat_drawwater 1 +r_glint_alwaysdraw -1 +mat_softwarelighting 0 +r_3dsky 0 +gmod_mcore_test 0 mat_queue_mode -1 cl_threaded_bone_setup 0

#

are you following this

rich badge
#

like blue textures

rich badge
tulip silo
#

oh yeah sorry

#

its was pinned

#

๐Ÿ˜›

rain vault
# lament quartz da heck

well i got part of the grass texture but it seems that if i don't ignore one of the grass textures, it becomes the sky texture like in this post

rain vault
#

alright thanks will try them

#

it sorta works but i have been crashing a fair bit

#

though now it seems the grass texture is blurry now

night bramble
#

terrain baking

compact blaze
#

@meager oar are u able to load into the ash gmod map?

rich glen
#

epic

lament quartz
lament quartz
meager oar
lament quartz
rich badge
meager oar
lament quartz
#

Oh hell yeah

#

Those textures are hyper large in size

rich glen
meager oar
rich glen
#

its not edited

#

i love this addon ๐Ÿ’€

hushed trail
#

With all these new replacements my computer isn't liking it. I've never gotten this error before, and it requires me to restart my computer in order to work again.

#

Usually just freezes my screen in gmod

meager oar
#

i had aaaaloooottttt of enhancement textures and it took 20 mins to load all of them deleted alot now it takes just few mins

rich glen
#

๐Ÿ‘

lament quartz
#

Looks amazing

#

But the glass is strange

#

I love it

keen rivet
#

hey @fringe ingot did you ever end up fixing your patches?

fringe ingot
#

From what I've been reading it seemed like thing were working, were they not?

keen rivet
#

not on the latest version of gmod on steam

#

i think everyone has older versions

fringe ingot
#

are all these pictures on older gmod then?

keen rivet
#

yeah

#

i just tried on a clean install

#

Alex mentioned he needed an older install a while ago

#

here

rich glen
#

but uh..

#

its the best result i could get

#

since idk how to make actually good glass

lament quartz
#

which version of gmod should I download?

lament quartz
rich glen
#

its the one that i used for the screenshots

rich glen
lament quartz
#

For me it does not

#

I'm on 2023.08.21

lament quartz
keen rivet
#

latest also broken for me

lament quartz
keen rivet
#

latest refuses to load a map once i apply the patches

rich glen
#

thats weird-

#

uh

lament quartz
#

And I've found why btw

rich glen