#(GENERIC INTERIORS V5.0.0) Generic’s Generic stuff

1 messages · Page 21 of 1

worldly dust
#

and i value your opinion because of your experience, so i wanna ask what you think of something

upbeat egret
#
  • brute force my water shader to work again
  • change the acid damage to be properly reoccurring now that it has been added to LT
worldly dust
#

my idea is an ocean moon

#

with a similar theme to titan from d2

#

like this

upbeat egret
#

What

#

Destiny 2?

#

Or some other

#

D2

worldly dust
#

yes

upbeat egret
#

Since when the fuck did d2 have that

#

That looks sick

worldly dust
#

that was a while ago

#

it was one of the planets that got removed

upbeat egret
#

This is so bullshit

#

That looks good asf

worldly dust
#

im thinking of making a moon set on the same moon as the company building, with a theme similar to that

upbeat egret
#

I mean I think it could work I’d just recommend keeping it in the same style of LC

#

Don’t go popping a Tolian and making the thing stupidly detailed and stuff

worldly dust
#

not gonna do that

upbeat egret
#

Dumb it down for LC standards if that makes sense

worldly dust
#

ye

#

stuff looks bad on lc when it gets too detailed

lusty lion
#

@upbeat egret did i fuck up your water shader

upbeat egret
#

I personally haven’t checked it yet since I just got home from vacation

#

But Wesley showed me and it looked different than I remembered

#

I think so

worldly dust
#

did you make your own water shader?

upbeat egret
#

Nah

#

Wesley and I use the same one

worldly dust
#

ohh ok

limpid terrace
wary edge
wary edge
#

@slim moss @upbeat egret @lusty glacier, the betterShovel will include these things into it for next update, lemme know if u want more

wary edge
#

woah a readme??? no way, anyway uploaded new update with bettershovel

pearl stump
pearl stump
#

Ha
Axed

wary edge
#

i've never touched the knife, but which parts would u wanna see on the knife?

pearl stump
#

I've mentioned interest in it before just probably not to you, I've talked with s1ckboy about wanting more control over shovel speed

wary edge
#

yeah s1ckboy mentioned wesley and generic wanted that, didnt mention you, ig he doesnt like you, sorry you had to find out this way KaguyaPensive

#

im adding a lightning script rn but after that i can add the knife stuff u wanted

pearl stump
#

Basically everything except the tree stuff tbh cuz I don't see tree stuff being important for a knife

#

I want custom, less OP knives

wary edge
#

knives do be OP

pearl stump
#

I wish I could do decimal damage like 0.5 but I know that's an absolute pain

wary edge
#

i mean, decimal damage shouldn't be hard, i'll probably add something for that

pearl stump
#

That'd be awesome

#

I want a cheese knife that deals 0.5 damage

#

Shanky shank

quasi rain
#

first hit, 0 damage. second hit, 1 damage?

wary edge
pearl stump
#

Yeah makes sense

quasi rain
#

yeah you kinda account for other weapons too

wary edge
#

basically keep a list of every enemy and how many times they were hit, then do some math based on the "decimal damage" and just apply damage whenever necessary

pearl stump
#

@upbeat egret then you could add the Screwdriver and it wouldn't be too OP

wary edge
pearl stump
#

XuMiscStuff seems like it'll have everything I want for my moons in tandem with JLL tbh

wary edge
#

it's all simple scripts i already basically had implemented in coderebirth lol

pearl stump
#

Makes sense

#

I'm tired of seeing OP shovel alternatives that do 2-4 damage with no downsides

#

Now I can make the cheese hammer do 0.8 damage

wary edge
pearl stump
#

I was hoping to keep the number of dependencies down but I digress

wary edge
#

eh, number of dependencies doesn't mean anything, it just means stuff is more properly split apart

pearl stump
# wary edge i feel targetted

You're not the only one haha. I'm just personally not a fan of it. And don't your items have config for damage anyways?

wary edge
#

nah, they have crit configs and spawn weights and stuff, i dont include hte damage config since each weapon has its own shtick like slwoing enemies, healing players and healing enemies

#

etc

pearl stump
#

I like a challenge in my game and one-tapping several enemies in the game, and two-tapping most, ain't that

#

Ah fair enough

#

I mostly play with CodeRebirth in a sort of lite mode where it's weathers and crates

#

So I didn't notice

wary edge
#

Lite CodeRebirth lol

#

yeah coderebirth has a lot in it

#

i remember someone complaining that the natures mace wasnt killing enemies for them, i guess they didn't get hte memo that it gives enemies +1 hp, so youj'd end up with like 20 hp hoarding bugs

pearl stump
#

I need to get with you at some point because JLL lets you replace modded weather objects (hypothetically, untested atm) and I would love to make Meteor Shower do cheese meteors on Gorgonzola

wary edge
#

i have no idea how JLL would even know what object im usin lol

#

the creator would need to reach out and setup something for me to use

pearl stump
#

Yeah that's fair, I believe it effectively unloads the weather via WeatherRegistry soft dependency and then loads a custom effect specified by the moon creator

wary edge
#

ic

#

im not too sure how you'd have a similar custom effect without me sending you all the code and assets though lol

pearl stump
#

So I'd probably have to have a forked version of your weather, yeah, which I totally get if you're not comfortable with that

wary edge
#

i mean it's fine, the weather is just a lot though, there's a lot that goes into it

pearl stump
#

Makes sense. It's not an immediate priority but it's something we can discuss later

wary edge
#

ye

#

lmk whenever

pearl stump
#

Will do wolfVibe

#

Probably will look at extra compat for v1.0.0 when I add the custom enemy and have to make a DLL anyways

wary edge
#

ye, that'd make it a lot easier when u get around to mkaing a DLL and code

#

@lusty glacier you will have to make changes on your end for next update

#

basically you need to include a networkobject component in the same gameobject as the bettercooldowntrigger

lusty glacier
#

cant it be on the parent?

wary edge
#

i dunnno

lusty glacier
#

also great! i just uploaded my thingy lmao

wary edge
#

lol, next update might be like tmrw or whatever

#

basically im adding a way to spawn something when a player dies

upbeat egret
#

Would it be possible to fix two handed shovel items breaking?

#

Bc I was messing around with one being a two handed shovel and it basically stopped being two handed after the swing

#

And you could put it away

#

It was really funny but obv not intended

upbeat egret
#

Think so

#

Cus all I did was add the two handed tag to a scrap

#

No other
Mods

#

So it should be a vanilla issue technically

wary edge
#

Ah, yeah that won't make it two handed, LLL doesn't do anything

#

Idk if you remember keywords, but if you get around to it, screenshot the ItemProperties in the shovel u had made

#

You basically missed some settings

upbeat egret
#

I undid it but I can try to have it set up like that again

wary edge
#

Yeah even with my shovel script, it'll assume yoy have the basic setup using the item Properties, without it the item just won't work in terms of weight, hold animation etc

gentle idol
#

The rain on submersion clips through the outside buildings, strangely the lightning doesn't?
This doesn't really effect gameplay its just been bugging me

wary edge
#

tough ceilings, but weak to rainwater, clearly

lusty glacier
#

Does that also happens on vanilla moons like rend/adamance/artifice?

wary edge
#

good question, s1ckboy i chose you, go check

lusty glacier
#

Im guessing it can be fixed 🤔

gentle idol
lusty glacier
wary edge
#

it's probably just a collider

gentle idol
tawdry vapor
#

Any chance of these being uploaded as separate moons?

upbeat egret
#

i have

#

no idea why the main entrance one blocks rain

#

but the buildings dont

#

my guess is the size of the roof?

#

the collider not being big enough or smth

#

otherwise i genuinely have had no idea

#

its such a weird issue

upbeat egret
wet quartz
#

free my boy jeremy

swift pecan
upbeat egret
#

the roof literally has a collider though

#

which is what i dont get

worldly dust
#

is it set to room?

#

it prob is

wary edge
#

It'll be some later thing

upbeat egret
#

It should be

#

However I’m me

#

And I’m

#

Bad at keeping things normal

upbeat egret
#

well would you look at that

#

it is NOT room layer

#

@gentle idol

#

figured out why the rain was clipping

gentle idol
#

wowie

gentle idol
#

also make sure that it doesn't do that on other moons

upbeat egret
#

it shouldnt

#

only other places with interiors on the outside are collateral, devastation, and integrity

#

and they all are like

#

supposed to be walkable on

#

which is why theyre room layer

#

and not not room layer

#

i think

#

idk my creative process aint exactly quite right

upbeat egret
#

jeremy is

#

already the most annoying one off gag ive ever done

#

i love him dont get me wrong

#

but every time i update i have to rebreak his legs

worldly dust
#

Should fix his legs next update

upbeat egret
#

im not giving jeremy free will

dark parrot
#

Does adding walls not work?

upbeat egret
#

nope lol

#

he'll just rub against it for a few seconds and then just clip through

#

or he'll have a heart attack and spam logs

#

so i have to break his legs, or set him free and unleash him from his home

#

and im not giving him free will

wary edge
#

giving his navmesh agent 0 acceleration shoulda worked

upbeat egret
#

That’s what I had but if you pissed off the other bugs he’d just transcend reality

loud crown
#

lmao

#

Does that include if you pissed off the bugs indoors?

wary edge
wary edge
north rivet
#

how are you breaking his legs

upbeat egret
gentle idol
#

awww I was betting on crowbar

upbeat egret
#

thats on fridays

#

anyways i might make an interior like this at some point

#

just worried it might be too close to facility

#

also yall might hate me but i might scrap my current interior and start over

#

i really dislike it

worldly dust
#

what dont you like about it?

limpid terrace
#

lol

worldly dust
#

he should try tho

#

explaining it might help to figure out why he wants to scrap it

#

and potentially not need to

#

cuz its a lot of work to just throw away

limpid terrace
#

It's his decision though

#

and not the first time he's scrapped something and rebuilt it from the ground up

lusty lion
#

you don't gotta answer for him

limpid terrace
pearl stump
wary edge
gentle idol
upbeat egret
#

no variation, a lot of inconsistencies with size and formatting, everything being brick, its all samey and boring

#

it ends up with a lot of janky deformities

#

also

#

a lot of that is caused because at first i didnt know what i was doing

#

so all the door sockets are the same

#

ALL

#

so any room can match with any room

#

meaning connectors are jank and unregulated

lusty lion
#

always gonna get it wrong on first try so try and figure that out asap kinda thing

upbeat egret
#

yeah

#

it took a little bit to realize all my issues and now i have this lol

#

i mean technically i could salvage it but id have to redo two rooms and entirely change the sockets and stuff and its just stuff i really dont feel like doing

#

i might just upload it as is if i scrap it

#

just for the people who wanted it

#

btw all of the v60 shit has been added to the moons

#

just gotta fix the suns and item dropships

#

and the doors potentially

#

i forgot whats wrong with them

#

oh

#

and jeremy

#

and the boombox

#

ok maybe i gotta do more than i thought

upbeat egret
#

also im killing devastation

#

and by killing i mean im adding 1000 to its price

buoyant fiber
#

But the main thing is that you learned from this experience and in your next interior you will cook

upbeat egret
#

thats fair

#

im not sure what im gonna do with my next interior

#

ive been flopping back and forth with a bunch of ideas

buoyant fiber
open mortar
#

Generic.. I remember you're Moons

lilac shard
rapid minnow
#

Soooo...

#

Mods still on v56?

lilac shard
#

but yes

rapid minnow
#

Where have I seen this handsome devil 🤔

lilac shard
rapid minnow
#

Actually shouldve used a question mark there

lilac shard
#

""i don't follow you" = i heard you, but don't understand the meaning of what you're saying/why it's relevant. "

rapid minnow
#

Yeah I get it

#

Just got a little confused

upbeat egret
#

Not much changed on the moon side

loud crown
#

The moons do work on v62
Only caveat is you'll need to manually add in any of the new vanilla stuff using mods like LLL or LQ until the project is updated to officially support that stuff if you wanna see what it's like with the two together

floral star
#

lovin the hidden image on hydro XD

cursive pilot
floral star
#

good to know XD

upbeat egret
#

holy fucking shit

#

icebound should be a lot less terrible

#

it had weights of 80+ for large axle, big bolt, and metal sheet

#

while everything else is at like 20

#

@limpid terrace this should make icebound a little less awful

#

i cut them all down to 40-30

limpid terrace
upbeat egret
#

by the way i got off my ass for once and started grinding shit today

#

finished a room in the interior, got all my moons fully integrated with v60 (scrap included)

#

and just other stuff

#

i forgot

limpid terrace
#

Noice 😄

#

Hope to see your stuff update soon ❤️

#

Also I hope you're feeling better mentally, since I know not too long ago you weren't feeling like working on your stuff

upbeat egret
#

chat i have found an issue with my interior that i have no idea how to fix

#

the blockers for specifically the main entrance room will be occasionally rotated 90 degrees

#

but theyre fine in unity

worn forge
#

@silk gorge ^thoughts?

upbeat egret
#

that becomes a real bad issue obv

silk gorge
#

Try removing any rotation on that axis from the prefab

#

also how am I the moon guy and the one that gets pinged for interiors

wary edge
#

no idea

worn forge
#

warehouse

wary edge
#

show the blocker on unity

worn forge
#

and first to come to mind because tutorials

worn forge
#

sorry XD

upbeat egret
#

when put in its fine

wary edge
#

you cut off the screenshot a bit

#

the rightmost stuff for rotation

#

is it all 0's?

upbeat egret
#

yeah

#

and the weird part is that its only sometimes rotated

#

not all the time

#

but when its rotated all of them are

silk gorge
#

go into the prefab itself and check

upbeat egret
#

but only in the main entrance room

wary edge
#

oh yeah, that's not even the mesh

#

he's right

upbeat egret
silk gorge
#

go to cube

upbeat egret
silk gorge
#

remove the y rotation

wary edge
#

ye, u rotated it there

upbeat egret
#

but that shouldnt affect it no?

silk gorge
#

give it a try

#

I had a ton of issues with blockers at first lol

wary edge
#

do u have other blockers that look similar btw?

upbeat egret
#

this same blocker is used elsewhere in the interior and its fine

#

but ill fuck with it

silk gorge
#

re-rotate the one in the scene then

open mortar
#

Look at these people
Helping ANOTHER person
And not ME
Outrageous

silk gorge
#

cuz the bolded fields mean that you've changed something from the default

open mortar
#

Exactly

upbeat egret
#

is it because i dropped it in here?

silk gorge
#

possibly

wary edge
#

rotations change when u parent stuff yes

upbeat egret
#

ok so changing it didnt work

wary edge
#

hmm

upbeat egret
#

this is when its generated in game mode

wary edge
#

what if u put that -90 into the root of the prefab

upbeat egret
#

yeah and now it fucked over the other ones too

#

other ones were fine prior

wary edge
upbeat egret
#

but

wary edge
#

if that doesnt fit the main entrance, it means something in the main entrance and not the blocker is a bit fucked

upbeat egret
#

but thats my door??

silk gorge
#

everything being fucked is better than some of it being fucked
it means you're back on an even playing field

wary edge
#

?

#

the root of the prefab is the blocker

upbeat egret
#

ough thats what you meant

wary edge
silk gorge
upbeat egret
#

yeah nah all are still fucked

silk gorge
#

nope, the cube is currently rotated at -90, so putting -90 in the root would make it -180, but since it's symmetrical it's the same as 0

wary edge
silk gorge
upbeat egret
#

with the set up i had, only the main entrance ones broke

#

so im wondering if its something with the connector?

open mortar
#

At least your interior actually exists lmao my attempt of getting into interiors is not going well

upbeat egret
#

but that would be weird cus it only broke yesterday

#

did v60

wary edge
#

ye if its only mainj entrance, its whatever u use to spawn the blocker

upbeat egret
#

oh

#

OH

#

could v62 have broken it

#

with the way that main entrance can be in other spots now?

#

cus its only in the main entrance room that it breaks

wary edge
#

i think that part is hard coded into mansion and mineshaft?

#

ill see if i can check

silk gorge
#

I feel like if that were the case it'd be breaking every interior

upbeat egret
#

thats true

silk gorge
#

check your connector and make sure "don't rotate prefab" or w/e it is is checked

upbeat egret
#

it is

#

first thing i checked

silk gorge
#

is it checked in the non-broken ones?

upbeat egret
silk gorge
#

if you're not using that scene blocker, remove the element just in case
but as far as the connector goes, nothing looks wrong

#

so I'm thinking it has to be with how you've set up the prefab

#

or are you using scene blockers in the non-entrance ones?

upbeat egret
#

but then how come it works with the other doorways 😭

silk gorge
#

this is bizarre lol

upbeat egret
#

if i put it in under the root its perfectly fine

#

im genuinely so lost

upbeat egret
#

i tried swapping the cubes rotation with the blocker prefabs rotation

#

i forgot anythign else

#

and i also removed the cubes rotation entirely

#

both just broke all of the blockers instead

silk gorge
#

but everything was broken in the same way?

upbeat egret
#

also i did remove the element

upbeat egret
silk gorge
#

are you using the same prefab in all the tiles?

upbeat egret
#

yup

#

and it worked on all tiles

#

except for main

#

but only sometimes

silk gorge
#

show me a connector from a working tile

upbeat egret
upbeat egret
#

theyre unticked

silk gorge
#

in the main entrance, if you put the blocker prefab under a doorway and ONLY set its POSITION to 0,0,0 does it look correct?

upbeat egret
#

yes

silk gorge
#

and in a working tile?

upbeat egret
#

same thing

silk gorge
#

welp, try unticking the rotating prefab thing

upbeat egret
#

it worked

#

what the fuck

silk gorge
#

weird, but whatever works

#

🤭

upbeat egret
#

it genuinely hasnt been an issue until yesterday

#

how

#

the fuck

#

im

#

yknow what if it works im not complaining

silk gorge
#

something something gift horse

open mortar
#

Actually I think I'll go to bed

silk gorge
open mortar
#

No

#

But I definitely need it

silk gorge
#

same

open mortar
#

I tried to do interiors

#

Followed the fuckin tutorial

#

And it fails to generate

silk gorge
#

it's been quite some time since I actually made my interior, but someone else might be making a new interior tutorial

open mortar
#

Okay but what do I do right now

#

If I want to learn how to make interiors

#

And the tutorial failed me

silk gorge
#

I'm afraid I can't be of much help atm

open mortar
#

AAAARGHHGGHRGGH

#

What
Do I go knock on Wesley's door now?

upbeat egret
#

idk

#

lol

#

i dont even know what your issue is

worldly dust
worn forge
#

tis

buoyant fiber
buoyant fiber
#

ok nice

#

I was gonna say make sure you rotate the cube and not the whole prefab it self

upbeat egret
#

my interior had this little gimmick where there was a storage room and you had to pull up the doors a few times to get them open

#

i got rid of it

#

the animations broke and i didnt feel like fixing them

#

so i just made them randomly be open or closed

stiff plaza
#

Doing that adds Variety :]

buoyant fiber
upbeat egret
#

No

keen cobalt
#

Are these moons working pretty good? Considering adding them into my pack.

mortal sonnet
#

I think they work but are lacking v60 content

#

so you won't get mineshaft, maneater, or new scrap

keen cobalt
#

Oh well thats fine with me. lol

upbeat egret
#

i got it fixed i think but im working on other balance fixes and porting to the v60 stuff

#

and now that BioD dropped im trying to make submersion not oppressive with the ogo

#

speaking of i moved the stairs on submersion thats what i came to post about lol

keen cobalt
#

Well right now Ogo won't spawn on your moons.

upbeat egret
#

hes in the config of biod is he not?

#

monty and i went over adding him and we did some fixing together

keen cobalt
#

Yes but is hard set for specific moons unless you add it your self.

#

Oh well in that case never mind lol

upbeat egret
#

yeah monty added mine to his default list i think

keen cobalt
#

O_O

#

F**K ME

#

First|| Seichi ||now yours!

#

I'm not safe anywhere!

keen cobalt
#

lol

upbeat egret
#

he only shows up on one moon youre mostly safe lol

keen cobalt
#

Yeah but I will be paranoid now lol

upbeat egret
#

good.

keen cobalt
#

||I did not expect Ogo on seichi and thought I was safe, but nope!||

#

Oops

upbeat egret
#

yeah|| ogo on seichi sounds incredibly oppressive||

keen cobalt
#

Forgot spoiler tag

upbeat egret
#

whoopsies

keen cobalt
#

It scared the absolute crap out of me and I started screaming and cussing out the dev while running for my life lol

#

Sent him the video and he loved it lol

#

Don't get me wrong I love Ogo. Ogo is my new favorite lol. She just scared me a little.

upbeat egret
#

i love the ogo too

#

best modded creature

#

atm

#

hi sickboy

#

i see you lurking

lusty glacier
#

heyoo :3

keen cobalt
#

Are you stalking me?!?!?!

lusty glacier
#

im everywhere pikaSmug

keen cobalt
#

I spoiler tagged ||Seichi and Ogo||

#

I don't want people knowing lol

#

Oh @lusty glacier ! forgot to tell you|| Nutdaddy and I killed many deer last night just for you! Ha made ya click this spoiler tag!||

upbeat egret
#

ok

#

so

#

unrelated to current conversation

#

im making a bunch of changes to submersion

lusty glacier
#

uuh i cant wait!

upbeat egret
#

one: fixed issue of quicksand spawning on the concrete (how the fuck)
two: removed the slow moving in water when you jump into the central pit
three: moved the stairs so that the ogo isnt camping you anymore
four: changed the look of the central pit

#

oh and i fixed the door slightly floating

#

submersion central pit

worldly dust
#

It was freshly poured concrete

wary edge
#

Honestly

#

Some areas that are important that have those yellow caution signs where u can sink due to freshly poured concrete would be sixk

#

Sick*

keen cobalt
#

Any suggestions of interiors for Generic Moons?
So far i've check out Hydro and think LC Office would be a good fit.

upbeat egret
#

2

upbeat egret
#

grand armory on corrosion, devastation, vertigo maybe

#

grand armory is honestly kinda the main interior for corrosion for me

#

because while making it wesley and i were testing GA

#

so it kinda grew to be the unofficial main facility for me lol

#

1 is up high and either requires perferct platforming or a ladder

#

the other one is locked until you find it from the inside

#

and then you have to open it

upbeat egret
#

devastation is basically all mineshaft

#

the rest i dont really remember what they are

keen cobalt
#

Thanks for the suggestions. I'll def me changing my interior spawns with these maps because they are so cool!

loud crown
#

Funny that, I set Devastation to have a great chance for mineshaft in my pack

#

Like, 300 weight Mine, 5 weight facility iirc?

upbeat egret
#

integrity has a 1/5 th chance for the mineshaft

#

but technically the interior thats the "main facility" is the one im making

#

so if you have that installed it basically invalidates all other interiors

open mortar
#

What the fuck is an integrity

upbeat egret
upbeat egret
#

red

worn forge
#

it looks indeed

open mortar
worn forge
upbeat egret
#

(its been done for 2 months)

#

idk lol

cursive pilot
#

It has been done for three months now, give or take like two or three days maybe

#

Yep, just checked— I think the last time I worked on it was May 24th

upbeat egret
#

huh neat i think i fixed everything broken

#

now time to redo everything

#

because i dont like half of my moons

pearl stump
upbeat egret
#

WRONG

#

collateral, icebound, and hydro all stinkkkk

#

and so does submersion

stiff plaza
#

I like icebound :[

upbeat egret
#

i dislike my own work 😔

wary edge
#

Crazy thought, hes a human being

stiff plaza
wary edge
#

Pretty much everything

#

A lot of people hate their own creation, including creative artists

stiff plaza
#

she draw my pfp for example

wary edge
#

Your sister needs to take more pride in her work

#

I used to do the same then got over it, downside is now I got a big ego cool_psh (/j)

upbeat egret
#

i agree with this

gentle idol
buoyant fiber
#

nah

#

I think thats why ice bound is cool

#

not every snowy moon needs to be blizzard

loud crown
#

Of all the moons in the pack I find Submersion to be peak . < .

upbeat egret
#

GRAGHHH TREES ARE SO HARD TO FIND 😭

proud echo
#

collateral actually doesnt suck..

upbeat egret
#

please SOMEONE hook me up with trees

proud echo
#

its a fun early moon

upbeat egret
#

i beg

#

trees foliage anything

#

i need plant

limpid terrace
#

However

upbeat egret
#

why do yall think my moons are always desert

limpid terrace
#

maybe @trail fjord has some suggestions

upbeat egret
#

😭

limpid terrace
#

Or @silk gorge

upbeat egret
#

lazy

#

empty

#

not lethal company

#

buildings are barron

proud echo
#

doesnt fit lethal company?

upbeat egret
#

trees are

#

not good

#

or non existent

#

i need plantttttttttttttttttttttt

upbeat egret
#

dont fit lc

#

imo

proud echo
#

would it be considered lazy if you copied it from forest moons?

upbeat egret
#

combined mesh

#

😔

#

(cant move them)

upbeat egret
#

hydro is like

#

ugly

#

icebound is

#

boring

proud echo
upbeat egret
#

combined meshes SUCK

#

i wanna use so many vanilla things

#

and they blow up

#

no.

#

i drinked it all btw

#

no more wawa

loud crown
#

Oh water is no longer gonna be a thing to manage in Submersion or is it just not there for the preview image?

upbeat egret
#

its on my to do list

#

i did it on my interior already

#

i just keep forgetting for my

#

not interior

upbeat egret
loud crown
#

Fair enoughs

upbeat egret
#

see what

#

the stairs are still like simmilar they just dont have collision

#

and have a different method of

#

going up

#

stair

#

both

#

god nooooooooooooooooooooooooooooooooooo

#

vanilla water look like playdough

#

sludge..

loud crown
#

Ironic you say that Collateral & Submersion both don't fit Lethal where honestly I think they both do aesthetically

wary edge
#

Lol

upbeat egret
#

GIVE

#

ME

#

NOW

#

PLEASE

#

I NEED

#

PLANTS

#

FOLIAGE

#

THE LEAFY

#

ANY

#

NON LEAFY

#

PLANT

wary edge
#

Sure, lemme see if where I gor em is still free

#

There's vines too

loud crown
#

I'd love to see Hydro with a ton of different plants if that was the intention

north rivet
upbeat egret
#

GO AWAY

wary edge
upbeat egret
#

MINE

wary edge
#

Lol

north rivet
#

so mean

wary edge
#

There's 160 there, plus the creator released like another 100 on another package, so have fun

#

Nah, I use em in my mod all the time, they fit perfectly from what I can tell

#

Some stuff is too saturated sometimes but that's easy to change

loud crown
#

Autumn about to decorate Fray with a lot more foliage

upbeat egret
#

FLAT

#

FLAAAAAAAAAAAAAAAAAAAAAAAAAAAT

#

YUCKYYY

cursive pilot
upbeat egret
#

that is so much easier said than done

buoyant fiber
buoyant fiber
#

what are u you trying to split?

upbeat egret
#

fences, sometimes the scaffolding, trees

#

honestly i forgot what i split

buoyant fiber
#

let me find it

worldly dust
#

i'm stealing that idea

buoyant fiber
worldly dust
#

that first pic is the perfect theme for something i wanna make

buoyant fiber
#

just take it from there

#

and they already have the break thing, so cruisers can break it

worldly dust
#

it might be worth it for me to post all the assets i make for my moons

#

whenever i start working again

icy belfry
#

ohhhh 9 ceres my treeless child

proud echo
icy belfry
#

oh sweet

proud echo
#

like she said just change the saturation and its fine

icy belfry
#

kay

#

i still gotta work on the like
random rocks and trees that spawn from thin air and have ladders work and then i think im good

limpid terrace
#

Fray has a lot of performance issues right now

buoyant fiber
upbeat egret
#

the plants looked like ass on hydro 😔

upbeat egret
#

more submersion

#

above shot

#

correction this is the above shot

#

^^^^^

minor patio
#

either or I think the overhang is a bit uggy cuz you can tell it's not actually part of the wall its attached to

worldly dust
#

so it doesnt look like its floating

upbeat egret
#

It’s just kinda janky cus of the picture

#

(Used another picture as a reference because I’m not on pc)

lusty lion
#

is that a 3d fog volume or just general

upbeat egret
#

Wdym

lusty lion
minor patio
# upbeat egret It is

well, it is part of the wall but I can tell the texture's not linked (unless i'm schizo)

upbeat egret
#

I had a local volumetric fog if that’s what you’re asking

upbeat egret
#

Triplanar too

lusty lion
#

my brain dying sorry, is that like area specific or global

minor patio
#

idk, something abt the overhang just bothers me and idk what

upbeat egret
#

So they do match

upbeat egret
#

Why?

lusty lion
#

ah ok

#

if it was local to that area i'd suggest lowering it cuz i don't like how it obscures the depth of that area in the first pic

#

but if its global doesnt matter

minor patio
#

I think it's the fact that it's like, perfectly square? lke it's not a thin overhang?

#

maybe

upbeat egret
#

Aight

upbeat egret
minor patio
#

no I think that would just make it worse

#

unless you mean adding some here

lusty lion
#

the ratio between it all just feels off

minor patio
#

that could maybe work

upbeat egret
#

Maybe

#

Like pillars kinda?

minor patio
lusty lion
#

big imos but i'd cut the overhang concept completely and have actual railing models to outside the hole

minor patio
#

I also don't like it gameplaywise cuz you have to jump to drop down into the entrance area from somewhere that isn't the stairway

minor patio
#

or just nothing covering that area, either works for mehonestly

lusty lion
#

i don't like no protection (not because of gameplay reasons)

upbeat egret
lusty lion
#

something helps break up the visuals and makes the depth a lot more explicit

upbeat egret
#

But if you think it would be better

#

Then I can look

minor patio
upbeat egret
#

You underestimate how annoying the vanilla stuff is

#

I’m p sure there isn’t just

#

A railing

#

I think it’s all built in

#

To like the catwalks

minor patio
#

I think I saw the prop floating oob on experimentation

#

for the railing

#

but I might be tweaking

upbeat egret
#

Tha what

lusty lion
#

something ive never checked before huh

#

i gotta ask to double check but something all you custom content people might be missing

minor patio
lusty lion
#

there's a pretty massive source of custom "realistic" models yall might be able to use

minor patio
#

oob means out of bounds xd

lusty lion
#

from the cs:go community

upbeat egret
worldly dust
#

i have a solution to this design problem

lusty lion
#

lemme vibe check on their discord first, the license on most stuff implies this is a big w but they might not have even considered stuff being used in other modding communities

#

i used to do csgo maps so

worldly dust
#

supports

upbeat egret
#

GRAGGHHH

#

that’s the first thing I suggested

worldly dust
#

oh?

upbeat egret
#

Great minds think alike

#

(Sorta)

worldly dust
#

i think a mix of 45 degree angle supports underneath like that

#

and thinning out the top a bit

#

would help

upbeat egret
#

Okie

#

I can see what I can do

worldly dust
#

hope my feedback was helpful

open mortar
#

I TAKE THAT AS A PERSONAL INSULT

lusty lion
gentle idol
keen cobalt
#

Just wanna say, absolutely love the Moons. I look forward to when you drop the next update. Tbh my favorite is the Company Junk Yard. Love those little Yippee Bugs.
Except for when they grabbed a bee hive and brought it to their stash for extra protection 😆 that was evil on so many levels.

marsh dagger
#

is there issues with generic moons?

#

or there still being updated for v60?

keen cobalt
#

But with the right mods it's still fine.

loud crown
#

Mods like LethalQuantities and Lethal Level Loader's config can allow you to just insert the stuff yourself in the meantime

wary edge
upbeat egret
#

ok tolian 😭

#

ok atm submersion and hydro no longer have the rolling fog btw

#

just wanted to tell you guys that thats actually something i did

wary edge
#

Wow I didn't think you'd wanna get rid of em

upbeat egret
#

everyone hated it on hydro

wary edge
#

LOL

gentle idol
#

I liked it on submersion

open mortar
#

yea

upbeat egret
#

like hydro

#

but

#

no fog

mortal sonnet
#

It was specifically an issue because it would become blinding sometimes. I think the actual view distance was fine.

#

But for some reason when the sun hit it a certain way or something, it would become mat_fullbright and it was awful to look at.

wet quartz
#

has hydro had any other changes besides the fog and/or ship clipping?

upbeat egret
#

the rolling fog

#

the annoying white windy shit

#

no

#

i could in a minute

#

playing titanfall 2 atm

upbeat egret
#

probably not?

#

i do intend on changing some more stuff though

#

like the side fire exit to the left of main

upbeat egret
# upbeat egret
poll_question_text

Please vote

victor_answer_votes

15

total_votes

19

victor_answer_id

1

victor_answer_text

More

#

more wins

minor patio
#

death!!

upbeat egret
#

might have to push out an update for the moons

#

lol

#

my friend wants to stream playing my shit and theres so much

#

shit

#

broken

#

😭

limpid terrace
#

Yay V62 support finally coming yoiled

upbeat egret
#

plus i wanna let him see the v60 stuff in action

upbeat egret
#

i might just cave in and release integrity with it

limpid terrace
#

Btw Generic assuming you're feeling well the day I do my Birthday stream

upbeat egret
#

i was hoping to hold off on uploading integrity for when my other secret shit is done but honestly like

limpid terrace
#

Would you like to join for it?

upbeat egret
#

moon too good to be gatekeeping

#

erm

#

when is that

limpid terrace
#

Thursday, September 12th

upbeat egret
#

oh yeah probably

limpid terrace
limpid terrace
#

I'm hoping Wesley also has his stuff updated by then

#

Starlancer too

#

lol

#

I've been enjoying the new V62 shit a lot the new enemy and the new scraps so it makes it hard for me to wanna play on moons that haven't added support yet XD

open mortar
limpid terrace
#

How's the interior coming along btw?

upbeat egret
#

Frustrated with how it’s coming out but I can’t really do anything about it atp

upbeat egret
#

Not happening sadly

#

He’s on vacation again

#

Also I doubt anything’s gonna be updated until his full shit drops which he still needs extra scripts for

#

^^ adding more on to this but I don’t really want it anywhere in the 500-1000 range because it’s pretty similar to vertigo in terms of theming

rapid minnow
#

like Embrion?

#

embrion is kinda mid ngl

#

i hate getting blasted to space because I pulled the apparatus out

#

Embrion is where you learn how to be stealthy

#

ngl

#

no stealth and you're done for

upbeat egret
#

ok i might just

#

scrap the whole thing i was doing and just post integrity like i said earlier

#

i was fucking around with doing a content bomb when gm updates but i just dont have it in me atm

open mortar
#

DO IT PUSSY

#

im joking dont kill me

upbeat egret
#

ok so like

#

i kinda just had this like

#

side path on integrity

#

but its so empty like wtf do i do with this

tranquil flicker
upbeat egret
#

cant

#

too close to ship

#

would make main and other fire exit invalidated

#

1: already does that

#

2: rest of the moon already does that

#

graghhh

#

ok

#

so

#

i would love to do an arch

#

but theres an issue with the terrain tool that doesnt let me do overhangs

#

if i wanted to do those id have to make them out of props

#

but if i do that i cant do texture blending

#

so it out of place and AUHGHHHH i HATE making moons

wary edge
#

Lmao

#

Giving them to s1ckboy, a fate worse than death

prime aspen
#

S1ckneric moons….

wary edge
#

I dont maintain moons and S1ckboy has promised to maintain so many hes not got the time cuz he's stoopid

#

Well, I don't maintain moons right now

upbeat egret
#

nobody gets mine...

#

theyre mine

#

not wesley + generic or whatever

#

i dont wanna be toliened 😭

#

actually i asked my other friends if i should and they all said no

open mortar
#

I want to get a better look at integrity
I have a potential banger suggestion to make

upbeat egret
#

they said it should stay a vertigo thing

upbeat egret
#

casually just leaking the entirity of the moon for no reason

open mortar
#

Ah
I don't think my banger suggestion can be applied here

upbeat egret
#

what was it

#

maybe

#

that could work?

#

idk

open mortar
#

OMG YES YES YES

upbeat egret
#

lol

#

same with corrosion

#

car physically couldnt clear the vertigo canyon

#

maybe

#

ground is like this atm

open mortar
#

Honestly cruiser moons do good jobs at being cruiser friendly and making using the cruiser the optimal solution
But they don't really go all in on the cruiser ORIENTED part

upbeat egret
#

jesus

upbeat egret
wet quartz
#

i miss twins...

upbeat egret
#

twins (formerly), drive, the one that was just drive but worse and in a desert, pestilence, summit (sadly)

upbeat egret
#

for very many reasons

slim moss
#

Drive = best cruiser moon

upbeat egret
#

wdym

#

i mean yeah obviously i control the light and sun and stuff

open mortar
#

Your "too much" Is "Boo-hoo road too long"

The issue of those moons is not that they go too much into the cruiser
They just generally suck because they are literally just ROAD

upbeat egret
#

nahhhh

#

not trying to do the purple aesthetic with this

upbeat egret
#

i also dislike it when its just road

#

which is why summit is my favorite

#

i love offroading

#

no but i was fucking around with a scrap like that

#

where it would move around on desert moons

#

im too lazy to actually finish it though

open mortar
#

There is a difference between a cruiser friendly and cruiser oriented moon

Your moons are cruiser friendly

road slop is cruiser oriented(bad)
Pinnacle is cruiser oriented(good but not full potential)

upbeat egret
#

someone hasnt been to submersion

#

(im joking lol)

open mortar
#

Submersion is too small to need the cruiser

upbeat egret
#

yeah

#

ive seen someone try to use it there though

#

it was hard to watch

#

i have something simmilar

#

oh maybe

open mortar
#

So
As I was saying
A cruiser oriented moon should let you use every or most aspects of the cruiser to your advantage
So there's more optimal play and playstyles beyond the minimal requirement of "have cruiser to go here"

upbeat egret
#

wdym

open mortar
upbeat egret
#

that was actually my first thought when i saw the ejector seat

#

i dont wanna do that though honestly

#

cus its just a ladder fire exit but more expensive and akward

open mortar
#

I actually really like that integrity is red

It's unique while still being a desert moon

upbeat egret
#

yeah

upbeat egret
#

first concept was closer to experimentation

#

but i like this more

open mortar
#

But I'm assuming that integrity is meant to be possible to play without a cruiser

upbeat egret
#

yeah

#

it wasnt even originally a cruiser moon

#

i started it before the cruiser i thinks

#

but now its just a moon really good for it

#

also theres a jump for literally no reason that i added

upbeat egret
#

90% of the time it blows up the car

#

i just thought it was really fucking funny

open mortar
wet quartz
upbeat egret
#

SNOW???

#

WHAT

#

NO 😭

#

still no

#

maybe another time

#

fuck it im just not gonna put anything here 😭

#

its a desert it doesnt need something interesting everywhere

#

id have to get a model

#

also then its just

#

vertigo again

#

also would still need a model

#

or i could bullshit one together

#

but that would suck

gentle idol
#

what if there's the barn thing from experimentation on integrity? (probably outside the map or something)

open mortar
#

What if theres an artifice building on integrity

upbeat egret
#

I don’t know if there’s the space for that honestly

#

Also wouldn’t really match the other buildings too well

open mortar
#

Yeah it does look a bit empty

#

Solid identity with the red desert thing while not doing anything crazy
But it's missing something

gentle idol
#

a fence somewhere could probably work

open mortar
#

I think the structure of it is fine as is

Just needs some decorations

pearl stump
upbeat egret
#

?

#

ough

#

submersion basiscally

north rivet
#

for that one empty corner maybe you could add one of the cranes? like the tall yellow catwalks you jump onto on offense

gentle idol
#

thats a good idea

gentle idol
#

its something

gentle idol
#

that would be cool the drive under