#Some problems in co op + single player ( questions )

191 messages · Page 1 of 1 (latest)

chrome mirage
#

hello , its me again :) can i know is it normal for co op not getting elemental infusion and others

for example:

-when ice with water its going to freeze
-cant heal in single player + co op
-fire cant lit up cookers

is there any way to fix it ?

pine nymph
#

Yes, sniff packet from official and implement it

#

Field names are in the proto

chrome mirage
#

what do you mean? im kinda new to this all . would appreciate for a tuto too HEHE

pine nymph
pine nymph
#

Akebi works for sniffing packets

#

But sure if you know how to use it then yea

chrome mirage
#

can u teach me ? like a step by step ? i dont understand how to do it kms

pine nymph
#

There is no step by step guide

#

Fix = write your own packet/manager

chrome mirage
#

@neon yacht so this is the thread

#

so u have the sample of the official packet

neon yacht
#

Yeah like this, packets from satiation that I was just working on

#

using akebi packet sniffer

stiff gulch
neon yacht
#

sure did

#

it's used alongside akebi though, as the name implies

#

If the proto isn't already implemented in GC then you'd need to compile it and write the packets

#

using the sniffed packets as reference

stiff gulch
#

so i need to log on to official server, sniff packets and tranfers it on my own server?

#

quite lost here ngl

#

how to get the proto dir?

neon yacht
#

you need protos, then set the path for them there

#

you sniff the packets then write them for your own server yes

stiff gulch
#

my akebi gc is detecting 3.3 game version, do you have akebi gc for 3.4?

neon yacht
#

Akebi is a paid service in 3.4, acrepi is the free alternative

stiff gulch
#

ok ill try

stiff gulch
#

idk where to get the proto

neon yacht
stiff gulch
#

u mean this?

neon yacht
#

that's protos yes

stiff gulch
neon yacht
#

set the proto folder in packetsniffer

stiff gulch
#

i think i got it

#

thank you so much

#

now the hard part

#

writing my own packets

neon yacht
#

No problem

stiff gulch
#

bro

#

i see the packets going but why is it on debug cmd

#

not on the actual sniffer

neon yacht
#

Because you are erroring

#

Failed to parse - File not found

stiff gulch
#

so the proto dir is incorrect?

neon yacht
#

Shrug probably

stiff gulch
#

ill try again

#

bruh it keeps on saying this idk how to fix

#

i redirected the proto dir

#

redownload it

#

still error

neon yacht
#

you set it to the proto folder, not the folder that the proto folder is inside of right

stiff gulch
#

i did both

#

still the same error

#

i found a new proto

#

hold on imma try with this one

#

no luck

#

the same error

neon yacht
#

Your proto folder doesn't have PacketHead.proto in it then?

stiff gulch
#

this? or

neon yacht
#

Yes

stiff gulch
#

it does to say the least

#

do i need to change the PacketHead proto

neon yacht
#

No

stiff gulch
#

ok

neon yacht
#

It's saying the file is not found, editing the contents shouldn't change that

stiff gulch
#

true

stiff gulch
stiff gulch
stiff gulch
neon yacht
#

3.2

#

but it's on 3.2, you won't be able to get accurate sniff data if you try using 3.2 protos on 3.4 client

stiff gulch
#

yah i figured that

#

do 3.2 have Empty.proto file?

#

this is new error i found

neon yacht
#

the problem is the warning above that

#

"Failed to find proto with id --"

stiff gulch
#

oh ya true

#

fml

neon yacht
#

it's empty because it can't resolve the proto from the id

stiff gulch
#

cmdid have id assigned to the proto but yeah idk man

stiff gulch
#

just asking, is the 3.3 grasscutter private server's coop is stable?

neon yacht
#

Depends on what you mean by stable, but it works better than 3.4

#

everything works better in 3.3 than 3.4 though

stiff gulch
#

3.3 would be not having this problem anymore or?

neon yacht
#

Healing works in 3.3

#

Elemental orbs work in 3.3

#

fire no idea

stiff gulch
#

thats good to hear

neon yacht
#

elemental infusion between players, not sure

stiff gulch
#

just wondering, i could make 3.3 private server right? by download 3.3 anime game

neon yacht
#

Of course

#

Current grasscutter is for 3.3

#

Any private server 3.4 stuff you're using is a fork, not official

stiff gulch
#

bcuz i am on 3.3, i tried taking the packets from official server 3.3 but i cant go into official server 3.3 since not the latest one

neon yacht
#

I sniff packets on a local GIO server paimon_blushes

craggy widget
craggy widget
stiff gulch
#

but

#

still got an error

#

i am using your packet sniffer, the proto dir /converter_proto

#

and i sniff packets from official server

#

did you got the same error?

craggy widget
#

Oh that's interesting, never seen it

craggy widget
stiff gulch
#

okay chottomatte

craggy widget
#

Just restart sniffer

stiff gulch
#

when trying with the ./

stiff gulch
stiff gulch
#

it holds for 3 sec with no error

#

after 3 sec, the error appear again

craggy widget
# stiff gulch

I literally have set it like this, also this shouldn't be a case, check if (for example) you have Avatar.proto file in converted_proto

#

Backslash "\" works just fine

craggy widget
#

Interesting

#

I have no clue why this is happening

stiff gulch
#

yeah issokay man you helped me alot

#

ill try to fix here and there

craggy widget
#

Try using those "converted_protos" with clean sniffer

stiff gulch
#

clean sniffer?

craggy widget
#

I meant without any config

craggy widget
stiff gulch
#

so do i delete/rename the config file?

craggy widget
#

Yes

stiff gulch
#

ill give it a try yes

craggy widget
#

Actually Empty.proto is missing huh

#

But it's not problem for me

craggy widget
# stiff gulch

Ohhh... recreating what I've done earlier (that worked!) caused the same as here KleeThunk

stiff gulch
#

what did you do exactly

#

clean sniffer?

craggy widget
#

Clean sniffer + clean protos (that needs one change) and I ran my script to fix protos

stiff gulch
craggy widget
#

Yes

stiff gulch
#

you got some godly script there dayum

craggy widget
#

Nah it's just automatically changes the line:
// PEPPOHPHJOJ = XXXX;
to : // CmdId: XXXX;
In each file that contains it

stiff gulch
#

dayum

craggy widget
#

I'll be really mad if it's still not it

stiff gulch
#

AHAHHAHAHA

#

ill give it a try

#

lemme get this clear, what i did was:

  1. rename/delete the cfg files to get clean sniffer
    2.launch sniffer, change the proto dir to protos34 (you just now send it)
    3.launch animegame
#

is that how you do it?

craggy widget
#

Yes

#

Launch animegame with akebi/acrepi ofc

stiff gulch
#

yes

#

so thats how you do it right

#

SOMEHOW

#

skill issue ig

stiff gulch
craggy widget
#

.... I'm getting hopeless.
Do you have python installed?

stiff gulch
#

no currently

#

i wiped my pc just for this

#

i mean i can just install it

craggy widget
#

I have no idea wtf is wrong with akebi

stiff gulch
#

youre using akebi for packet sniffing?

craggy widget
#

Yes/No, cos Acrepi

#

And I'm using both sniffers.
Official akebi's and this python one

stiff gulch
craggy widget
#

Yes, that's all

stiff gulch
#

i just now know that only SceneEntityAppearNotify.proto is broken

#

but INSIDE the SceneEntityAppearNotify.proto have a lot of proto inside it, idk if its important or not

#

so i rename/delete the SceneEntityAppearNotify.proto and basically it works now

#

but my question is, do SceneEntityAppearNotify.proto important?

craggy widget
#

Depends on what you understand as important:
For you it's probably very important because you're looking for fix for ice, fireplaces and healing.
Healing is another thing but I think the first two (especially ice on water) could be send with that packet

stiff gulch
#

true

#

but here comes the hardest part, actually fix the problem on my private server

#

do i need to put the packets into my private server?