#[Deprecated] Advanced Company

1 messages ยท Page 21 of 1

solid pivot
#

But let the elitists do a circlejerk first :3

#

And sniff their own farts

#

Maybe then they'll fix their broken mod potatoe_pepe

#

Emotes Mod incompabilities

wide zealot
#

The reason a lot of people are so quick to suspect AC breaks stuff is probably because it's such a big mod that implements so many features

#

So they assume

#

Lol

solid pivot
#

I implemented the store in a vanilla like way to make sure all added items from all mods are listed.

#

And to improve the store design as it looked horrible

hearty frost
#

Best advice I can give anyone using AC is make sure it's your first installed mod and run the game first, then start adding things in till it breaks POPOman To blame AC which is just a powerful mod is crazy when same people would rather install 20 seperate mods to do same thing ๐Ÿ˜›

north crypt
#

i just wanna use headset on terminal to yell at the fools ๐Ÿ˜„

solid pivot
#

Good question if it works on the terminal.

#

I dont check if you are on the terminal when pressing the key

#

Can confirm

#

TooManyEmotes working

hearty frost
solid pivot
#

No, because it uses an OverrideAnimationController

#

You see the other person holding their terminal correctly on the right

hearty frost
#

What's MoreEmotes using?

solid pivot
#

A custom animator

ancient sand
#

Hi, sorry for bothering, but it's there any list of compatible mods? or tested?

hearty frost
ancient sand
#

Also nice addition portable terminal

ancient sand
#

Also awesome mod PotatoePet

hearty frost
solid pivot
#

Its available I think

ancient sand
#

Oh, okay thanks for the work

solid pivot
#

I was able to download it

ancient sand
#

I got an update

solid pivot
#

MoreEmotes and BetterEmotes are incompatible

hearty frost
solid pivot
#

Due to having their own animator which conflicts with my own animator

#

I might add an override controller just for the terminal as a fallback later

#

But you wont get custom holding animations nor swimming animations later

hearty frost
#

Yeah update is pushed out! Will look at compatibility later

solid pivot
#

consistently causing problems. Being present in modpacks with 120 mods not causing any problem potatoe_pepe

#

I mean, there are a lot of reasons to go standalone

ancient sand
#

I normally use:

AdvancedCompany

  • some mods tested 1 by 1
shell coyote
#

how do we get the advanced os

ancient sand
#

I play with friends 1h with AdvancedCompany, then add 1 more mod

solid pivot
#

AdvancedCompany is made as a mod being fun to play with as the only mod you add

#

Thats the design philosophy behind it

#

It adds a bunch of stuff :D

#

And gives you the ability to create new lobbies

#

With different settings

#

But AdvancedCompany is also developed with compability in mind. At least since I started to develop it for the public.

shell coyote
#

hey

solid pivot
#

The early terminal stuff was when it was a mod just for me and my friends

shell coyote
#

how do I get the advanced os exactly?

solid pivot
#

If you have BetterEmotes or MoreEmotes it wont work. Otherwise: Press X

#

You can rebind the key in the keybindings in game

#

However: TooManyEmotes is fully compatible

#

Second Page Top Rated potatoe_cheer

ancient sand
#

I always use ur mod with this only:

#

They are a "must" for me

#

Just added TooManyEmotes because u said it's fully compatible

solid pivot
#

And like I said: I will check BetterEmotes soon and see if I can add some kind of compability fallback

#

The animations probably wont be as complex (that you can see other players typing etc.)

eternal ivy
#

Better Emotes is essentially deprecated.

solid pivot
#

*MoreEmotes

#

Same thing for me

eternal ivy
#

Well the decors showing up in the ship upgrades section rather than decor as shown in the other person's screenshot is definitely caused by advanced company, it might be a combination of things

solid pivot
#

They both are replacing the animator just for a emotes

#

Thats true at least. But instead of just blaming they could add what I could change for scanning where it belongs to :'D But I will look at the code myself and see

#

Is it in both parts of the store @eternal ivy ?

hearty frost
#

Can confirm ReservedSlots is loading alongside AC out of box. Maybe if ReservedSlots Creator in future update addresses this for compatibility

pulsar tangle
solid pivot
#

if (!added.Contains(val) && __instance.ShipDecorSelection.Contains(val) && val.shipUnlockableID > -1)
{
added.Add(val);
var item = global::StartOfRound.Instance.unlockablesList.unlockables[val.shipUnlockableID];
var price = (float)item.shopSelectionNode.itemCost + "";
screen.Content.Add(new TextElement()
{
Text = item.unlockableName +
new string(' ', 26 - item.unlockableName.Length) +
"$" + new string(' ', 4 - price.Length) + price +
new string(' ', 6 - price.Length)
});
}

#

Because I look specifically in the ShipDecorSelection

#

But I guess because I already added it above it wont be added to decor

#

Its listed in upgrades because of
unlockable.alwaysInStock being true

#

But I guess I can also check for type then. If they differ

solid pivot
#

Can you buy them?

#

As they have alwaysInStock set to true

eternal ivy
#

need to change starting money, hold on

#

Yeah, with AC you can.

#

Without, you can't. But in both tests the items were disabled.

solid pivot
#

Are they supposed to be always in stock?

eternal ivy
#

Nah, they rotate.

solid pivot
#

They are defined as alwaysInStock tho :D No other way to show up in SHIP UPGRADES

eternal ivy
#

Ah.

solid pivot
#

But I guess I can just add all unlockables into the decorations section

eternal ivy
#

I honestly don't use that mod much and don't know. The main point of the issue was disabled items showing up in store in the first place.

solid pivot
#

They are all decorative

#

Oh no, wait

#

[Message:AdvancedCompany] Found unlockable: Green suit
[Message:AdvancedCompany] Type: 0
[Message:AdvancedCompany] Found unlockable: Hazard suit
[Message:AdvancedCompany] Type: 0
[Message:AdvancedCompany] Found unlockable: Pajama suit
[Message:AdvancedCompany] Type: 0
[Message:AdvancedCompany] Found unlockable: Cozy lights
[Message:AdvancedCompany] Type: 1
[Message:AdvancedCompany] Found unlockable: Television
[Message:AdvancedCompany] Type: 1
[Message:AdvancedCompany] Found unlockable: Toilet
[Message:AdvancedCompany] Type: 1
[Message:AdvancedCompany] Found unlockable: Shower
[Message:AdvancedCompany] Type: 1
[Message:AdvancedCompany] Found unlockable: Record player
[Message:AdvancedCompany] Type: 1
[Message:AdvancedCompany] Found unlockable: Table
[Message:AdvancedCompany] Type: 1
[Message:AdvancedCompany] Found unlockable: Romantic table
[Message:AdvancedCompany] Type: 1
[Message:AdvancedCompany] Found unlockable: Signal translator
[Message:AdvancedCompany] Type: 1
[Message:AdvancedCompany] Found unlockable: JackOLantern
[Message:AdvancedCompany] Type: 1
[Message:AdvancedCompany] Found unlockable: Welcome mat
[Message:AdvancedCompany] Type: 1
[Message:AdvancedCompany] Found unlockable: Goldfish
[Message:AdvancedCompany] Type: 1
[Message:AdvancedCompany] Found unlockable: Plushie pajama man
[Message:AdvancedCompany] Type: 1
[Message:AdvancedCompany] Found unlockable: Purple Suit
[Message:AdvancedCompany] Type: 0

eternal ivy
#

Which is their issue.

solid pivot
#

Signal translator is in that list

#

Let me real quick check how the game handles that in vanilla

lost python
#

oh shit new update Pog

solid pivot
#

for (int i = 0; i < StartOfRound.Instance.unlockablesList.unlockables.Count; i++)
{
if (StartOfRound.Instance.unlockablesList.unlockables[i].shopSelectionNode != null && !StartOfRound.Instance.unlockablesList.unlockables[i].alwaysInStock)
{
list.Add(StartOfRound.Instance.unlockablesList.unlockables[i].shopSelectionNode);
}
}

#

Game is doing it like I do

#

I can add a custom fix but I would still have to add new items which shouldnt show up in upgrades with each update potatoe_pepe

#

Maybe I can give a config file to users, so they can sort this out

hearty frost
#

Ship Upgrades don't rotate, only Decor.

solid pivot
#

But Small Rug should be a decoration

#

and Dartboard

#

But my system (which does it like vanilla) doesnt detect them as such

hearty frost
#

Dartboard is Lethal Things

north crypt
#

i cant get perks to pop up

solid pivot
#

Yea, seems like they didnt add the alwaysInStock = false

#

Delete MoreEmotes/BetterEmotes @north crypt

#

And then press X to get the portable terminal

hearty frost
#

RIP Terminal Perk command ๐Ÿ’”

solid pivot
#

Portable Terminal is better anyway

hearty frost
#

Out of curiosity, would there be a way to turn your new terminal into THE portable terminal? and both use same menu?

solid pivot
#

No

hearty frost
#

Ah okay ๐Ÿ˜›

solid pivot
#

I dont want to do what the original terminal does

#

its horrible

#

My terminal btw already supports launching applications with arguments

hearty frost
#

No I mean overwrite vanilla terminal aswell or not possible?

solid pivot
#

and with quotes and escape quotes

hearty frost
#

AH! Okay

solid pivot
#

SomeApp "Some nice sentence with a \"quote\"" parameter2

#

Where Some nice sentence with a "quote" is argument 0

#

and parameter 2 is argument 1

#

So it works like an actual command line in that regard

lost python
#

Limited respec. You can only respec player on ship and ship at company building.

So do we need to always go to company for ship respec

solid pivot
#

Yesh

lost python
#

rip orbit respec lmao

solid pivot
#

Prevent cheating potatoe_pepe

#

Have to land after going to orbit potatoe_rofl

#

I might add that when you fulfilled quota you are allowed too

lost python
#

tho tbh company routing doesn't cost a day so it's fine

solid pivot
#

Yea but will prevent levelling Travel Discount to max

#

to go to Titan for 120 credits

hearty frost
solid pivot
#

then respeccing there and levelling battery

lost python
solid pivot
#

Thats all I aimed to prevent and I think the solution is OK

#

Its only respec

#

you can still level whenever you want

lost python
wild silo
#

Can the MoreEmotes author do something to make his mod compatible with AC without fundamentally changing what it does or is it simply a one or the other type of situation with 1st person animations?

tawdry lynx
#

is it out yet

lost python
#

If you mean the update, yes

solid pivot
#

Like I said, I will add a compability thing but it will still break some stuff of AdvancedCompany.

#

As stuff is time sensitive with the portable terminal it might even show the animation I override for a short period

hearty frost
solid pivot
#

Will break all motivation in me to do anything regarding animations tbh

#

So no more animations going forward

#

All stuff which requires animations => Nope

#

Why bother?

#

Why invest that much work into smth

hearty frost
#

No don't get me wrong, animations are always amazing it's just fustrating like y'all can't work from one libary or something if you know what I mean?

lost python
#

So I was testing AC with ShipMaid and it seems that the keybinds for ShipMaid cannot be done now with the new update.

hearty frost
#

with recent update, I can double check in a bit if you don't get round to seeing

lost python
#

Huh so can InputUtilities do what ShipMaid do?

hearty frost
solid pivot
#

I might make the dependency to a soft one in the future and implement my own way of adding my keybinds to the config if its not present

#

But for now I was too tired to start a project like this

lost python
solid pivot
#

Thats weird, dunno if its an incompability with InputUtils?

#

Wouldnt have thought they remove all other keybinds tho

lost python
#

Yeah I think InputUtils have something to do with this

solid pivot
#

Did I already say that I love that the terminals sync?

#

You can watch other players levelling on their portable terminals :)

hallow mortar
#

imagine making a good terminal

#

insane

solid pivot
#

:'>

hallow mortar
#

solid work man

#

also convinced me to switch from more emotes to too many emotes

solid pivot
#

Btw, smoll bug

#

When you buy inventory slots they wont show immediately

#

Pressing alt should help

#

You get the slot but you wont see it because the hotbar doesnt refresh basically

#

Very smoll oversight but did really work hard to make the terminal work as good as it can

hallow mortar
#

does it show after departing or?

solid pivot
#

And yea, the overall quality should reflect what you can expect from my own game

#

Considering you got lore of my game in my mod already

#

There might be something small hidden already

#

๐Ÿ‘€

hallow mortar
#

erm

solid pivot
#

What? :'D

hallow mortar
#

is typing help supposed to do nothing?

#

OH

#

lmao

solid pivot
#

Yea, it shows the same starting page again

hallow mortar
#

nvm

#

i can read

#

hahahaha

solid pivot
#

Books I've added to my read again list for my game: Animal Farm and 1984

#

There will be hints in the upcoming 1.1 trailer

hallow mortar
solid pivot
#

YESH

#

I KNOW

solid pivot
#

.<

#

I can say, that AdvancedTech isnt probably the good guys you might think they are

#

I mean, they provided you with a handy portable terminal potatoe_pepe

hallow mortar
#

oh curious the inventory slot eventually appeared while i was messing around on the ship

solid pivot
#

I wonder what happens when the 3 years are over tho?

#

Damn, so long

#

Wish I could move the time forward somehow

hallow mortar
#

i dont wanna waaaaaaaaaaaaaait

lost python
#

wait. the 3 years is not flavor text?! crazy_eyes

solid pivot
#

:'D

#

At least there is more planned to it

#

:'>

#

Giving you some hints and story bits

#

AdvancedTech is a shady company tho ๐Ÿ‘€

lost python
#

unless?

granite lance
#

how do i access perks

solid pivot
#

X

lost python
#

Press X then type Perks

granite lance
#

ooh

#

thank you

solid pivot
#

:D

#

All animals are equal but some animals are more equal than others.

#

๐Ÿ‘€

vagrant pebble
#

Hey, looks like you released that mini terminal you mentioned yesterday that our emote mod might conflict with, I wanna test it just to make sure after I eat, is it just something I can buy in the terminal?

solid pivot
#

Every player has it. Accessible via hotkey

vagrant pebble
#

Cool, will verify it works in a bit

solid pivot
#

I will sleep soon tho, so maybe I wont be able to give an answer right away

vagrant pebble
#

I mean I suspect it will be fine,

#

I'd be very surprised if something actually breaks

solid pivot
#

All I can say that it's working fine with TooManyEmotes

vagrant pebble
#

yeah, it's compatible no problem, we just need to add a check on our end when the console opens to stop animations is all, I'll look into that after I eat, should be pretty simple from our side

solid pivot
#

๐Ÿ‘

fiery arch
#

I don't mean to be a bother by asking this but is this metal piece necessary/required for a core piece for the mod? I would like to remove it if possible :(

solid pivot
#

Its the holy headmount

fiery arch
#

does turning it off get rid of it?

solid pivot
#

No, would only make it deactivateable by deactivating all head equipment items for a lobby. But this isnt implemented yet and has very low priority.

#

There is way more important stuff on my list. Will come around doing low priority stuff end of next week maybe

fiery arch
#

Thank you for answering! I didn't mean bother about it, just couldn't figure it out ;w; cause it gets in the way of other mods

solid pivot
#

No problem, you're welcome.

#

Did anyone try the new helmet lamp color? :D

#

I hope its better that way

#

I might add some funny helmet lamps soon :3

#

Findable as scrap

trim lily
#

i just tried AC and i get this eveytime i finish a day, even when save are saved in profil you know why ?

solid pivot
#

With red and blue colors :3

solid pivot
trim lily
solid pivot
#

Oh, Website is offline

#

Its very compatible with TooManyEmotes. Not with MoreEmotes tho

#

1.1.0 Beta 5 Hotfix 1 (1.0.111)

  • Fixed a bug which prevented AdvancedCompany from saving due to the new backup system.
#

I will switch away from ES3 (what the game uses) soon tho

#

So the savegame stuff will get sorted

sonic vale
hearty frost
sonic vale
#

hmmmmmmmm

solid pivot
#

Maybe, maybe not

#

Forwarding your system clock wont help tho potatoe_pepe

#

Better get a time machine

sonic vale
#

i was ready to do that

#

lol

solid pivot
#

Maybe you need to fly to a black hole?

#

Time dilation and stuff.

trim lily
#

Do you recommend saving in profile or not ? Like if you change profile regularly @solid pivot

solid pivot
#

Its up to your taste

trim lily
solid pivot
#

Custom Animators

#

Animators as in RuntimeAnimator Unity Asset

hearty frost
solid pivot
#

Like these

#

Lethal Emotes API and TooManyEmotes are both compatible

hearty frost
#

The 3rd person emotes if not all should be fine. It's the view camera one's that'll have an issue.

solid pivot
#

I tested the latter

hearty frost
#

^

sonic vale
#

did you knew that?

#

i was not

ancient sand
sonic vale
#

part of the vanilla arg i guess

solid pivot
#

is there a black hole near golden planet? potatoe_pepe

ancient sand
#

Can't paste code because it's bug

hearty frost
#

Is Golden Freddy there? ._.

hearty frost
solid pivot
#

I think the writer is not big enough to relay the terminal messages

#

Shoudldnt be a big deal tho

#

Should only make terminal sync not work

rich basin
#

Hey uh

#

Is there any compatibility issues with the new terminal

solid pivot
#

MoreEmotes

rich basin
#

fuck.

solid pivot
hearty frost
solid pivot
#

1.1.0 Beta 5 Hotfix 2 (1.0.112)

  • Fixed a bug with relayed message overflow
  • Fixed a bug with inventory slots not showing up immediately after purchase.
brazen dirge
#

so is moreemotes the one causing you to get pushed back from original terminal and the portable one not appearing?

#

or is there another incompat I should look at in my pack

solid pivot
#

Portable one is in your hand

#

look down

#

And yes

brazen dirge
#

oh yeah

solid pivot
#

thats how it shows, I cant play any custom animations

#

I will sleep now. I hope most stuff works out :'D

brazen dirge
#

my friends are gonna be pissed but imma just disable more emotes til incompat is resolved in either side

solid pivot
#

Gn8 :'D

brazen dirge
#

great job with the mod, it's seriously cool

#

night!

solid pivot
#

Good luck with finding conflicting mods :D

flat cosmos
#

but the point emote and other make you go into some kind of third person

#

rebooted and can't reproduce it for some reason will let you know if it happens again

trim lily
hallow mortar
analog radish
#

The numeric keybind is this mod?

hallow mortar
#

also, you plan on allowing us to tinker with custom moons via your config, but what about custom items as well?

pure jasper
#

Are there commands for adding credits for testing?

#

I recall the mod maker mentioning having stuff like that

split mist
split mist
#

iirc

pure jasper
#

is there also one for giving ship xp?

split mist
#

xp X / shipxp X

pure jasper
#

thanks!

split mist
#

Very intuitive KEK

hallow mortar
split mist
#

npnp

hallow mortar
#

i thought its supposed to show up in game?

split mist
#

Does it not? I haven't actually messed with items at all so I'm unsure

#

I know I've adjusted prices of moons before

#

modded moons I mean

eternal ivy
#

You add them manually.

hallow mortar
#

ohhhhhhh

#

and then it shows up in game?

eternal ivy
#

Shows up?

hallow mortar
#

he posted images of him adjusting custom moons ingame using his config system

eternal ivy
#

They'll show up either way.

#

Adding them in config allows you to adjust their parameters.

pure jasper
#

so apparently having credits does not fulfill profit quotas

eternal ivy
#

Yes?

#

That's how it works in Lethal Company.

trim lily
#

is it recommended to delete cfg to let them regenerate when updating ?

lost python
#

You gain credits by fulfilling quota

#

You sell scrap that has value to fulfill quota

#

So yeah adding credits just does nothing to quota

pure jasper
#

I actually did not know the difference. I thought they were synonymous

lost python
#

On any mod that I have

split mist
#

Yeah, cheating in credits won't add to the quota cuz the quota is your selling quota

lost python
#

Spawning scrap and selling to company is how you can fulfill quota

#

If you want to do it in a cheat way

median phoenix
lost python
#

Apparently after the new update, ShipMaid got lazy and did not arrange my scraps in the ship

#

So yeah idk why

median phoenix
#

Huh?

#

Is ShipMaid something that's bound to InputAction?

lost python
#

idk, the keybinds just doesn't work anymore

#

It has a config that allows player to rebind. It uses the <Keyboard>/key thing

median phoenix
#

Does the rebinding in game not work?

lost python
#

It has no rebinding in-game

#

Just config of the mod itself through config editor

median phoenix
#

Wait is ShipMaid it's own mod?

lost python
#

Yeah it is sorry if you got confused

#

I should've probably said that first, man ๐Ÿ’€

trim lily
lost python
median phoenix
#

with input utils 0.5.5 and advanced company

#

the binds work

lost python
#

Hmm I think I will take a relook at it

#

It did update 2 hours ago

#

Gonna be back for that 6 hours later cause I gotta go for now

Edit: Have a bit of time for PC use so I tested

pure jasper
#

Is there a way to force quota fulfillment? with a command maybe?

median phoenix
lost python
#

Okay so it is fixed now for me too

#

Maybe the latest update of ShipMaid fixed something because it got updated 2 hours ago

lost python
#

dunno if there's a force quota fulfill mod somewhere

pure jasper
lost python
#

are you unable to specify scrap value?

nova ingot
pure jasper
#

I think it's this one

nova ingot
#

Don't think it's this mod

lost python
# trim lily is there a way to save you setting and copy them forl like AC without altering t...

Okay so what you can do is to find the config/s that has your configurations in the profile folder's config folder then move it somewhere in your PC (e.g. Desktop) After that, it should not be present in your mod manager anymore and you can launch modded to generate new configs.

Then, you can do copy and paste without trying to touch whatever new config is implemented. Observe the old config file/s and the new config file/s and check the difference to spot the new config added.

clear thunder
#

Bro!!!! Not more emote feelsstrongman This was pure art! Pleassse please, for the love of not having to chose between the two. Make the option to have the terminal again so we can keep too many emote.

rich basin
#

With sharing Profiles, does saving presents specifically player cosmetic presets get overwritten?

lost python
#

config file can be opened using notepad or whatever text editor you prefer btw

trim lily
lost python
#

ah no there isn't afaik

#

the closest way is to just do it again using the in-game settings

potent dirge
#

Is there a way to set your experience to the default when starting on a fresh save?

nova ingot
#

Yes

#

Turn off save progress

steep sail
#

where is that located in the config file?

potent dirge
#

It's in Server/General.cfg and under Save Progress.

hearty frost
#

Sorry for tag @trim lily Discord being weird

trim lily
hearty frost
#

I haven't shared any settings ._. my configs mine >: Z

#

am confused ๐Ÿ˜›

trim lily
#

even tho i find this a bit weird to gatekeep setting pokeWeird

hearty frost
trim lily
trim lily
#

Anyway that wasnt even my question here

hearty frost
#

Bro I spend over 8 hours talking to you, how you even say I am gate keeping after trying to help you understand. Yeah you getting nothing now lol.

eternal ivy
#

It had issues even before terminal.

wide zealot
#

What issues specifically? I just remember it was stated it's no longer compatible lol

hearty frost
#

we still got toomanyemotes that can be used with AC

eternal ivy
#

For example, with ME you hold Missle Launcher like a pistol. In one hand.

trim lily
#

Just saying that's odd

trim lily
hearty frost
#

Bro stop carrying on, literally you're just being rude at this point.

hallow mortar
#

erm

#

what the scallop

trim lily
hearty frost
trim lily
spark condor
#

Is Advanced Company compatible with Better Lobbies?

modern temple
#

Is perks currently broken?

#

Every other feature works. Emotes, store, etc. But when I type perks it doesnt work.

opaque plank
#

Press X.

#

You have portable terminal things.

modern temple
#

OH.... noew control method. gottcha. thanks for info!

opaque plank
#

Yeah.

white shuttle
#

The portable terminal doesn't show up when I press X, but i can still type
Like it doesn't move up to my visor

eternal ivy
#

Do you have More Emotes?

white shuttle
#

Ooooh yeah I do
Is it uncompatible now??

eternal ivy
#

Always was.

white shuttle
#

Didnt have any issue with it before

#

Oh well

trim lily
#

anyone can explain what does the "headset" does ? didnt find explanation on modpage

wide zealot
#

Idk how you unequip head items though

ancient sand
#

Alt

#

Press Alt + G

#

Check the right side

trim lily
wide zealot
trim lily
#

anyone can confirm?

ancient sand
#

Check the readme

PD: It isn't at the readme

wide zealot
#

I fixed it

trim lily
wide zealot
trim lily
wide zealot
#

Yeah

trim lily
wide zealot
#

Lol

eternal ivy
#

Get this fellow ultrawide enjoyer.

ancient sand
#

Oh, nice

#

More screen to cry and get scare

#

xD

hard socket
#

Is there some trick to adjusting pricing for custom moons? I've tried matching both their friendly navigation names and their # - Names and neither seems to actually adjust pricing.

#

Also is there somewhere to modify or reset player XP in an ongoing save?

wild silo
ornate acorn
#

so the perks command in terminal isnt working

#

does it conflict with lethal expansion

trim lily
#

when not using save inprofile, save go in %appdata% /zeeker right?

hard socket
#

They do but I couldn't find anything discernible with surface level editing there

trim lily
#

also why when setting base delivery speed to 1000 it doesnt come faster, do i need to put one perk for it to go to 1000?

eternal ivy
trim lily
#

i tried with 250 before but it wasnt faster than vanilla

#

o

obtuse cove
#

I have the base value at 10

trim lily
#

i get it

ocean pier
hearty frost
trim lily
#

i'm using save in profile, and the folder got created in my profile folder but there is no save inside is this a bug?

ocean pier
eternal ivy
#

Yes.

hearty frost
eternal ivy
#

For what?

trim lily
#

my message #1186884307332108339 message

eternal ivy
#

There are two options for saving in profile.

trim lily
ornate zealot
#

how do you choose how many slots you start with?

eternal ivy
#

...

trim lily
#

im using save in profile but there is no save inside the save folder in my profile, thats my question

eternal ivy
#

AC has two options for saving in profile. Which one?

ornate zealot
trim lily
#

"when activated your progression file will be saved in your profile folder" its not

#

am i dumb or what

bleak frigate
trim lily
#

any idea @bleak frigate ?

hearty frost
bleak frigate
eternal ivy
#

#1186884307332108339 message

trim lily
trim lily
eternal ivy
#

#1186884307332108339 message

trim lily
#

would you mind making a phrase if i get it wrong

ornate zealot
#

ah alr

#

thank you

trim lily
#

dude was struggling like me to understand a few houres ago #1186884307332108339 message but wont do any effort to explain it clearly, really nice from you @eternal ivy

eternal ivy
#

I gave you all the info you need. You just have to read now.

trim lily
#

i read all the shityou asked to him, and you dont to seem to understand as well judjing by your message

eternal ivy
#

Cool.

trim lily
#

men, i saw some dumbass but you, you are a strong one my boy

flat cosmos
#

had an issue where the new terminal was locked and couldn't be closed on one of the four players in the lobby (client not host)
even after closing the game and reconnecting the issue was there

trim lily
#

im using save in profil, but the save folder in profile is still empty even after spending xp to get perk, could you explain again pls?

eternal ivy
#

You came to me with question expecting something, like I'm suppsoed to help you for some reason. And now you have the audacity to be rude?

flat cosmos
# trim lily stfu

??? you come in asking for help and you insult the person trying to help you?

eternal ivy
#

@hearty frost I see why you blocked them now.

trim lily
#

and still wasnt getting even after explanation lol

#

dude block who gives a fuck

flat cosmos
#

what's your exact issue

hearty frost
#

At this point they should just ditch the mod and move on. It's not for them, they jsut want a copypasta

trim lily
flat cosmos
#

or i'm unaware

eternal ivy
hearty frost
eternal ivy
#

Whatever.

#

Sorry for the ping.

hearty frost
trim lily
#

@hearty frost just go back jerk off on your holy cfg lmao

hearty frost
flat cosmos
hearty frost
trim lily
hearty frost
#

It's not working for you, find something else.

cinder walrus
#

Not sure which mod to talk to about this but Advanced compamy has rocket boots and LateGameUpgrades has rocket launcher and it makes it so you can only buy rocket launcher because the names are too similar

flat cosmos
flat cosmos
#

for some reason

trim lily
cinder walrus
#

oh interesting

flat cosmos
trim lily
trim lily
hearty frost
#

You're an entitled brat. You're rude. No one owes you anything.

flat cosmos
#

do you need multiple profiles or not? otherwise just keep it to global

trim lily
hearty frost
#

Much respect to @flat cosmos tbh right now โค๏ธ Anyway goodnight โค๏ธ

trim lily
hearty frost
trim lily
flat cosmos
#

it's named savefile

trim lily
flat cosmos
#

i'll launch the game and see if I can get it to generate or not

#

depending on config

flat cosmos
#

I was hosting

#

might be mod conflict maybe try with just advanced company

trim lily
flat cosmos
#

but the saves folder exists?

trim lily
#

maybe because i have to create a custom preset for file config and not changin the default one?

flat cosmos
#

i'll try another thing

trim lily
#

speaking about the setting you can adjust and create a preset for in the menu, before hosting

flat cosmos
#

ok let me try something

#

that's it

#

enable this @trim lily in the config preset

#

and it should work fine

hearty frost
#

If they haven't ticked that I am gonna piss my self

trim lily
#

thats the whole problem*

flat cosmos
#

well I literally just deactivated it and it stopped working

#

enabled it again and it saved my fiel

trim lily
#

i tried on and off multiple times, saved, saved in a new preset, nothing work

flat cosmos
#

try deleting all profile creating a new one

trim lily
#

will do thx, but if that doesnt work and i keep it disable, could this cause issue if i play on an other profile without Ac?

flat cosmos
#

and pressing save before pressing continue to launch the game also

flat cosmos
hearty frost
trim lily
flat cosmos
#

but definitely not the default windows antivirus

hearty frost
#

If they run LC in admin, would that give permissions for it to create new files/folders? Maybe try that

trim lily
#

if that was the case the folder wouldnt even be created i think

flat cosmos
#

named "savefile" without extension

#

and see if it gets updated

trim lily
#

could it be because i have like 8 profile different?

flat cosmos
#

I really don't know

#

but if you use AC on only one of those profile you don't even need to use save on profile

trim lily
#

anyway, thanks for your time helping, as you can see i can appreciate genuine explanations and effort, just not condescension Andy or Ego master

ornate zealot
#

is there a way to revert how the inventory slots look? i prefer the vanilla look of the inventory slots

eternal ivy
#

They barely look different. Just a bit bigger boxes and tighter spacing. You can try decreasing their scaling.

meager cradle
#

I'll have to report it after this session but for some reason, when using the headset, only the host can hear people thru the headset

#

Everybody can talk INTO the headset, but only the host can hear stuff OUT from the headset

fickle fossil
#

Did you rename the perks menu or something?

#

It's gone from my terminal

ornate zealot
#

yeah same with me

#

i can't see the command, nor can i type it

lost python
#

No, check the changelogs. It got moved to the new portable terminal. You can access it by pressing X

ornate zealot
#

ah

fickle fossil
#

and nothing happens

lost python
#

You can also rebind said key in the Settings menu if keybind X has some other stuff

#

If nothing happens then some mod might be conflicting with it or it might be something else

ornate zealot
#

oh that's cool

fickle fossil
#

Mine does not show this terminal

#

:/

lost python
#

what mods do you have Eyes

fickle fossil
#

most of the mods are cosmetics

#

Can I share the code?

lost python
#

I'll try to see if something conflicted

burnt urchin
#

get rid of more emotes

lost python
#

you can't share codes rn

#

it's broken

fickle fossil
fickle fossil
lost python
#

oh if you have more emotes then yeah that causes the issue

#

something something animator conflicts

ornate zealot
#

well that's a bug

#

or at least ssomething that they forgot to update

pure jasper
median phoenix
#

BadAssCompany should be compatible we pushed an update today

solid pivot
#

the missing XP after 130?

ornate zealot
#

wait

#

right

#

i didn't see the portable

#

that's mb

solid pivot
#

:'D

nova ingot
#

Alr where to install Crysis 1, Vampire: The Masquerade, and Fear & Hunger

solid pivot
#

jailbreak it

nova ingot
#

Do I need Cydia ๐Ÿค”

trim lily
#

when i change player number on AC setting i get this spammed insanly fast and constent, any idea why?

solid pivot
#

Dont change amount <4

#

<4 is experimental and broken rn

trim lily
#

i aslo have this but randomly

solid pivot
#

Will change the slider soon to be min 4

#

This is a cpp error in unity engine

trim lily
solid pivot
#

Its a UnityEngine problem

trim lily
solid pivot
#

Dunno

#

There is no stack trace

#

would have to add a debugger to the process

#

Doesnt seem to be a serious problem tho

trim lily
solid pivot
#

You are no programmer, I dont see any point in letting you analyze assembler code

#

Can you read this?

#

And know what it does?

#

Debugging UnityEngine without source files will be hell

#

But just look up WinDbg

trim lily
solid pivot
#

Most funny thing in MoreEmotes btw

            if (!__instance.isPlayerControlled || !((NetworkBehaviour)__instance).IsOwner)
            {
                __instance.playerBodyAnimator.runtimeAnimatorController = others;
                TurnControllerIntoAnOverrideController(__instance.playerBodyAnimator.runtimeAnimatorController);
                return;
            }
#

Because thats what the game does before that every frame too:


            if (playerBodyAnimator.runtimeAnimatorController != playersManager.otherClientsAnimatorController)
            {
                playerBodyAnimator.runtimeAnimatorController = playersManager.otherClientsAnimatorController;
            }
#

Game and MoreEmotes are constantly fighting over the controller

#

I might fix this by transpiling both

#

MoreEmotes and the game

#

Removing this weird stuff

plush fern
#

Wait maybe I missed something but how do we get the portable terminal again?

lost python
#

press X

#

you have it by default

plush fern
#

Thank you I was so lost!

lost python
granite lance
#

is there a way to make the perks save only on that save slot instead of across all the games

split mist
#

Yes, it's the Perks "save progress" setting or something like that

split mist
#

Is that the one? I don't think that's it, I believe it's a server-side setting

lost python
#

oh wait I think I misread Eyes

#

You cannot have it saved on one save slot since that's not how it works

split mist
#

Perks can be handled on a per-slot basis, I just don't remember what the setting was

#

I have it set

#

1 sec

solid pivot
#

Save progress off

split mist
#

Yeah that one

#

Ty Potatoe

lost python
#

oh you meant that one

solid pivot
#

They will reset after being fired tho

lost python
#

my total bad, yeah this one when you host a save, it will be at the very bottom of Lobby tab

split mist
#

Yeah. There's no way to have it saved after firing AND not work with other save files, at least atm

trim lily
# solid pivot Save progress off

so btw it's normal that if you set save progress off and also save in profile, a folder get created in yor profile but stay empty no matter what?

median phoenix
solid pivot
#

His error was in UnityPlayer.dll tho

#

Which is unmanaged.

median phoenix
#

ahhh

#

didn't see that

#

my b

solid pivot
#

With WinDbg he will get the stack

#

Have to figure out stuff after that

#

Wouldnt invest that much work for an error which seem to not affect anything noticeably :D

#

I think it was something in their sound system, so I suspect its not a single call from the game somewhere (as this most likely would have created a stacktrace in CLR) but some internal thread.

#

Sound is a perfect example of something games can do in an own thread

lost python
#

For people who have Lategame Upgrades that have the Helmet enabled:

If you want to buy the Helmet Lamp from AdvancedCompany, type helmetlamp. Doing helmet or helmet lamp will prompt you to buy the Helmet from Lategame Upgrades.

split mist
#

BTW, Potatoe, does your missile launcher do damage to enemies, and if so how much? Cuz I have another missile launcher mod at the moment that basically OHKOs anything it hits, I know yours is probably more balanced but I'd like it to still do some damage KEK

solid pivot
#

๐Ÿ‘€

#

Such nice people

split mist
#

Gotta love people who haven't touched the mod making commentary about it --;

solid pivot
#

about anything

#

Advanced Company confirmed broken beyond repair by Badhamknibbs

#

Listen to Badhamknibbs, he knows best

#

How I love shit talkers

#

Knowing nothing but just pretending potatoe_pepe

#

Funny especially because the last 3 times when somebody claimed AC broke something

#

It was another mod

#

AdvancedCompany being a popular Scapegoat

#

I suspect envy

#

LC_API just today made people invincible

#

Or just symptoms of not have being laid for a long time potatoe_pepe

#

Or never at all

#

AdvancedCompany mostly patches stuff regarding lobbies, everything else is mostly small transpiler fixes

#

Just adding a * multiplier to a calculation

split mist
#

I wouldn't blame Badham too much, he's a chill dude, just unfortunately got a lot of people who used AC once and it didn't work with their mod so they'd rather complain and blame you than wait for a fix

solid pivot
#

Terminal was something left over from when I created this mod for just me and my friends

split mist
#

Anyone who actually cares about Advanced Company knows the hard work you put in

solid pivot
#

And I am removing AC from the Terminal entirely

#

so all the crybabys wont cry any longer kekwait

#

They cant blame AC for any terminal related anymore

split mist
#

True, it's all gonna be moved to its own terminal anyways

solid pivot
#

Their scapegoat got an own terminal

#

Wonder what they will do now

#

Make their mods good now?

split mist
solid pivot
#

Custom store will be placed in portable terminal as well btw

#

Only accessible in ship then

#

With upgrade even outside

#

It will be removed from Terminal completely

#

I will remove ALL Terminal patches

#

If my items dont work on Terminal, ask other mod devs

#

they broke it

#

Portable Terminal will have no problems

split mist
solid pivot
#

It also wont use the vanilla buy mechanic but only the distance check

#

So helmet and helmet lamp added will simply work like this:

#

helmet = helmet
helmetl = helmet lamp

split mist
#

I mean hey, that's certainly a way to make sure your mod is compatible, just don't alter anything vanilla except the netcode

solid pivot
#

Yea and some player stuff for the perks

#

And tweaks

split mist
#

Which can be disabled anyways for the nay-sayers

solid pivot
#

yea

split mist
#

If you really wanna focus on compatibility, config settings to disable AC's inventory/player handling might be a good idea eventually, but I also know that's easier said than done to disable the entire system like that

solid pivot
#

Inventory would also disable all added equipment items

#

And inventory perk

split mist
#

True

solid pivot
#

And I see people complaining they cant upgrade their inventory because they set a flag by accident

#

I might add a small tutorial popup for the first time you launch AdvancedCompany explaining the portable terminal tho

split mist
#

Yeah, even just one of the little yellow bottom-right messages would work

solid pivot
#

but yea

#

More Emotes is sooooo incompatible with ANY mod using animators

#

even overrideanimatorcontroller wont work

#

They are basically by design f on all mods wanting to do animations

#

Just for a couple of silly emotes

#

So I have to fix their code with prepatcher

#

I call it half crippler

#

half crippler + hospital

#

Just break a leg or two

#

And fix it up

plush fern
#

Lol does that mean we could keep using it but now it won't break stuff?

solid pivot
#

There was also a discussion about the crippler being called crippler

#

Exactly. It wont break stuff with other mods any more too if they adapt to my fixes

plush fern
#

That's pretty cool

solid pivot
#

Analyzing an assembly and finding the best way of action is a bit tricky tho

#

And my fixes might break anytime with an update from them

#

Thats why I dont like to do stuff like this

plush fern
#

Ah that makes sense

solid pivot
#

Log.LogMessage("Found MoreEmotes. Breaking a leg or two and fixing it up...");

#

And this made it into the logs

plush fern
#

I love reading little stuff like that in the logs. It always gives me a good chuckle. xD

solid pivot
#

Hush, hush, MoreEmotes. You are fixed now!

trim lily
#

any idea why diversity throw me this when starting/loading game

solid pivot
#

Dunno

#

Also something I really dont get with other mods

#

Why dont they add their pdbs?

#

It will give them line numbers in their code

#

Making debugging stuff like this soooo much easier

trim lily
#

yea would be great, apparently this is not a real issue and the mod author just forgot to hide this one

solid pivot
#

Very mature btw

#

Just now I thought about just doing this with MoreEmotes

split mist
lost python
#

Oh yeah I forgot to mention this

#

The new headlamp's color looks better now

solid pivot
#

๐Ÿ‘

lost python
#

Not as blinding to me anymore

#

it feels softer now in the eyes

pulsar tangle
solid pivot
#

Let me do a proof of concept first

bleak frigate
#

all this over for some emotes PensiveBocchiHands

solid pivot
#

Thats what I am saying

trim lily
#

@solid pivot btw i think you did not answer this #1186884307332108339 message

solid pivot
#

Yes its normal

trim lily
#

Do you know if Permanent_Moons is compatible with AC? seem to not work rn @solid pivot

solid pivot
#

dunno

#

test it

hallow mortar
#

real

trim lily
#

i mean iknow its not working with it, btw when adding custom moon in custom price route, do you have to put the exact internal name of the mmoon?

solid pivot
#

So you are asking something you already know the answer to potatoe_pepe

trim lily
solid pivot
#

Name of moons is in the log

trim lily
#

you mean like when it's loaded at the beginning

snow pendant
#

Is it just me or can I not find perks on the terminal anymore

hallow mortar
#

hit X

#

while standing free

solid pivot
#

The patching thingie doesnt work for MoreEmotes, have to go the other route. This route will be.......

#

its shit

#

basically

#

But well

#

Only way

#

To circumvent shitty code you sometimes have to write shitty code yourself

snow pendant
solid pivot
#

Remove MoreEmotes

vagrant gull
solid pivot
#

Might not work rn because of some changes to moon config. Can't promise its working

vagrant gull
#

you can get a different mod to change moon prices too if you want, but moon discount perk is not compatible

snow pendant
solid pivot
#

Portable Terminal is the best invention ever

trim lily
vagrant gull
#

just tested rn

#

*as long as you disable moon prices in AC

vagrant gull
solid pivot
#

Sure that somebody pissed in their cereals this morning potatoe_pepe

vagrant gull
#

lmao

solid pivot
#

It wasnt me

vagrant gull
#

this might be a skill issue ngl

solid pivot
#

AdvancedCompany breaks EVERYTHING

#

All mods of Badhamknibbs break everything basically

#

Like legit

vagrant gull
#

more like some things break AC

solid pivot
#

I find this superiority complex very funny.

vagrant gull
#

btw i noticed the headset drains battery even when im not using the comm key is that intentional

solid pivot
#

Yes, you can hear when its put on

#

But there seems to be a bug that only host can hear?

vagrant gull
#

ยฏ_(ใƒ„)_/ยฏ

solid pivot
#

I mean, I use the vanilla walkie talkie code

vagrant gull
#

i found an interesting conflict with walkieuse

#

when you use the walkieuse bind, it makes the headset have infinite battery

solid pivot
#

I guess compability with MoreEmotes wont be happening :<

#

They break everything animation relevant by design potatoe_pepe

#

Even using their overrideController doesnt seem to work as its recreated every frame

vagrant gull
#

has the MoreEmotes dev been notified of this?

solid pivot
#

No, as I presonally dont care :D

#

I dont use MoreEmotes

#

I dont use any emotes mod potatoe_pepe

#

Only override controller fix which can work is the one TooManyEmotes is doing

#

But I would have to make sure that its not applied 2 times

#

and also it means a lot of code changes for me

vagrant gull
#

ill slide them a msg and hopefully they'll figure something out
if not, gg

solid pivot
#

This is MoreEmotes code

#

Probably leftovers of BetterEmotes ofc

#

As it had the same thing

vagrant gull
#

isnt betteremotes a fork of moreemotes

solid pivot
#

dunno which way around it is

nova ingot
#

Better emotes is a fork of more emotes

solid pivot
#

For adding 10 emotes its a lot to ask to have full control over the animator, breaking any mod which wants to do more sophisicated stuff with animations like swimming animations

vagrant gull
#

does the headset work on the terminal?

solid pivot
#

I also really dont like that I have to write stuff like this in my code

trim lily
#

this just happenend when buying a boombox, it seem to work anyway. using DiscJockey @solid pivot

solid pivot
stiff galleon
#

Yeah maybe

snow pendant
#

nvm fixed

stiff galleon
#

Wait wut

vagrant gull
#

๐Ÿ’€

solid pivot
#

๐Ÿ‘€

stiff galleon
#

๐Ÿ’€

#

Long time no see guys

trim lily
#

press x again, i find out that u have to "update" afetr buying eprk

stiff galleon
#

My pc just have some problem and I had a trip~

timid leaf
#

Hey, is it possible to keep the slots spaced out like how Vanilla does if we disable the inventory expansion and set it to 4 slots? (1st pic is Vanilla, 2nd is AC)

solid pivot
#

You cant deactivate AdvancedCompanies inventory code

#

You can decompile the mod and add that functionality yourself tho

#

Probably will take a couple of days to rip out 60% of the mod

#

If you have a problem with decompiling the mod, I can send you the source

#

its just 30k lines of code

#

Otherwise you have to wait until I find time to do this, which is probably not in the near future

#

Maybe in 2-3 months

#

Maybe in 3-4 weeks

#

Maybe never

#

Cant promise anything regarding this

#

I might however add more hotbar customization

#

Like min spacing and max spacing value

#

and border-width

timid leaf
#

oh i see.. yeah I'm not knowledgeable enough for that nor do I have the time, sorry for the trouble

solid pivot
#

So if its only about the look of it, I can add these customizations later this week

fiery arch
#

Appreicate your work potatoe YomiHeart

solid pivot
#

So, removing functionality of the inventory patches: Probably far future
Make it possible to change the design to match vanilla: Later this week

#

(I will also make the standard configuration to match vanilla as close as possible)

timid leaf
#

just the looks, it just feels squished when we keep it at 4, doesn't exactly have to match vanilla spacing but close enough. thanks!

solid pivot
#

Yea, will see what I can do later :)

#

MAybe even today

#

Seems like a small change

warped sapphire
#

Has the incompatibility for custom moons price reduction been addressed?

vagrant gull
#

what incompatibility

warped sapphire
#

The route discount perk doesn't affect custom moons

#

so if a custom moon has 400, no matter what tier of route discount you have it doesn't change

#

also, in the modpack that i'm playing, the portable terminal doesn't appear at all

solid pivot
#

Remove MoreEmotes till its compatible

#

Not my problem tho, I will still invest the time to make it work somehow

meager cradle
#

Was kinda bummed about the Headsets acting like that cause we had a sale of them like 70% off and wanted to try utilizing them

solid pivot
#

What? That its broken and only host can hear?

#

Or that they are activated as soon as you put them on?

meager cradle
#

Yeah only the host could hear

solid pivot
#

Yea, will fix this later

#

But people are crying too much about MoreEmotes

#

And just so you know: Its not only this discord. I am on multiple discords where people complain about this

#

And I also got DMs

#

and YT comments

#

you only see like 20% of the feebdack here

#

Constantly coming in

#

Typing wont work with MoreEmotes btw

#

I mean the animations

sullen ravine
#

Tablet les gou

solid pivot
#

i

#

I might even add this as a feature for the Lib

#

So other mods can override animations with a simple call

sullen ravine
#

Very nice

solid pivot
#

oh wait....

nova ingot
#

HOLY SHIT

solid pivot
#

Photoshop? potatoe_pepe I mean, in general this is possible

nova ingot
#

100% real

#

Source: trust me

sullen ravine
#

Can it play doom ?

nova ingot
#

I don't think you're asking the more important question

#

Can doom play you?

solid pivot
#

Can it run crysis?

sullen ravine
#

How about built-in tetris

#

The screen is perfect for ping pong actually

solid pivot
#

I wont take many suggestions for terminal other funcs :3

#

As it serves as a bridge between my game and LC

sullen ravine
#

Your choice is respected Mr. Potato

solid pivot
#

There is already a certain slogan in the terminal

#

YOu have a 0.01% chance of seeing a part of it

sullen ravine
#

๐Ÿฅ”

solid pivot
#

Might increase chance as release of my game is coming closer later

meager cradle
#

Me when I open the tablet in the background and suddenly see it:

solid pivot
#

And there will be a way to jailbreak it

#

But I wont tell anything more about that

#

I will add pieces with updates and dont tell anyone

#

maybe someone finds stuff

#

maybe not

#

I can say

#

The terminal is very fishy

#

And I am not just talking about the smell

#

And that you will have a similar but more modern type of the exact terminal in my game

#

And HD

#

Wanna see smth?

#

๐Ÿ‘€ ๐Ÿ‘€ ๐Ÿ‘€ ๐Ÿ‘€

#

No typing animation tho

#

Which is because the game has no animator loop which is working for it

#

to be more precise

#

This is the animator loop

#

And now I am using this as its the closest to what I need

#

TypeOnTerminal becomes DrawMobileTerminal

#

it automatically goes to TypeOnTerminal2 which is replaced by HoldMobileTerminal

#

And the route back is added with condition SA_stopAnimation

#

going back to New State

#

No Pocket animation tho

#

So yea, thats how it is

#

Not very good, but it works at least

#

And sorry to say this

#

THIS will be fixed as well