#Nope, its dead

121 messages · Page 1 of 1 (latest)

timid compass
#

@brave ember and @thorny spire

#

can you check what i broke please?

#

i litteraly dont know what i did wrong rn

delicate drift
#

Read the documentation, please do not ping crew members

timid compass
#

dammit, ok i know

#

but they helped me on #🕹️|r36s-port-help

delicate drift
#

Look at existing games, try to port an existing game from scratch and go on from there

delicate drift
#

Try porting an existing godot game we have on portmaster

#

from scratch

timid compass
#

dammit

delicate drift
#

then you'll learn

timid compass
#

now i have to check what game i have on r36s is a godot game

feral briar
timid compass
feral briar
timid compass
#

why you ask?

feral briar
#

Because therea different setups for 4.0+ to use westonpack

thorny spire
#

its not 4.0+ so thats completely irrelevant

timid compass
#

i know. i read that github info page

feral briar
#

So if you want an example of a 3.5.2 game, check out my port Canto I

#

You can use it as a template

feral briar
#

Yep

timid compass
#

never heard of it

feral briar
#

If I remember right, it too is 3.5.2

#

It's in PORTMASTER

timid compass
#

wait, only pck is needed?

feral briar
#

Yep

timid compass
#

so what to do with 2 dll's and exe?

thorny spire
#

useless here

feral briar
#

But If you haven't gotten permission from the dev, don't include the pck

thorny spire
#

and also if the game is set to use those libraries, it will cause you issues

feral briar
#

Dlls can mean Steam Libraries and can make a game not work

timid compass
thorny spire
#

btw latest open source version is built on 4.2

timid compass
#

it has a "open-source"

timid compass
feral briar
#

So you'll wanna use westonpack for the latest build if it's 4.2 then

thorny spire
#

this particular file he has is 3.5.2

feral briar
#

Check my port Blood_X_Thirsty if you wanna use yhe newer build

feral briar
timid compass
#

its from his server

thorny spire
#

I only looked to what is on github and that is 4.2

timid compass
#

ok. there are tho dlls with names:

#

discord-game-sdk-godot.dll and discord-game-sdk.dll

#

so wait...

#

@feral briar

feral briar
timid compass
#

does that mean, i can use your port data to try it myself?

feral briar
#

Just include that screenshot in a folder named 'licenses'

feral briar
timid compass
#

lol, by accident i made this file ".~lock.cantoir2r.png#"

#

because libreoffice took over .png

feral briar
#

Haha

thorny spire
#

anyway its likely crashing because of that discord plugin

timid compass
#

oooh...

feral briar
#

Yup

timid compass
#

to check that out?

feral briar
#

It's most likely for the dlls there too

thorny spire
#

nah, I grabbed wahtever pck you have in that zip up there, decompiled that and imported into the godot editor

feral briar
#

But you can check

#

You can use a placeholder for Steam dlls, but it's a bit intensive. I've never had to do it

timid compass
#

its my first ever porting

#

at least better than doing by myself pizza tower AFOM level

#

also what exactly does .md file? @feral briar

thorny spire
#

steam library doesnt seem to be problem here, just the discord, the game has some embedded calls to update discord activity and such bullshit

timid compass
#

like that info of showing what im playing?

thorny spire
#

yeah

#

and when you have project imported, you basically hit play in the editor and it will show you the problematic parts, and you start to remove them

timid compass
thorny spire
#

you need to use the godot editor. So however you obtain sources is up to you

#

eventually it will start to run, so good luck

timid compass
#

no way it worked for you

thorny spire
#

only after I removed the discord functions in the code

#

and I havnt checked past the menu as I dont really care 😄

timid compass
#

ok, btw should i select full recovery or extract only?

thorny spire
#

full

timid compass
#

also what is gdextension plugin?

thorny spire
#

their systems for external plugins, like the discord one here

timid compass
thorny spire
#

might as well, but you dont really need it as you seek to remove it anyway

timid compass
#

maybe i should, its extracting but also gives errors

thorny spire
#

yeah, I had plenty, I ignored them

timid compass
#

and now i have to Use Godot editor version 3.5.2 to edit the project?

thorny spire
#

yep

timid compass
#

for now i found the discord game sdk in addons

thorny spire
#

you can untick that one, but what you really need is to hit play button on top, it should error out

timid compass
thorny spire
#

and in the code block it points to a problem part, so start gutting

#

it will do so over and over until nothing blocks it from launching

timid compass
#

so i need to delete them?

thorny spire
#

yes. Be careful to not delete anything else

timid compass
#

so only this: func _init().(DiscordActivity.new()) -> void : and var activity = Discord.Activity.new()?

#

also @robust niche sorry for ping but i saw you wanted to say smt

thorny spire
#

anyway I have to bounce and go out soon, so good luck

timid compass
#

those two lines?

thorny spire
timid compass
#

can you give me yours working one?

#

it still said that it has errors and it even lead me to delete smt inside the ranks code