#Nope, its dead
121 messages · Page 1 of 1 (latest)
That's not how this works
Read the documentation, please do not ping crew members
Look at existing games, try to port an existing game from scratch and go on from there
now get this
i used this
its a godot game
dammit
then you'll learn
now i have to check what game i have on r36s is a godot game
A ton of them are
dunno which one is tho
what version of godot is this
Because therea different setups for 4.0+ to use westonpack
its not 4.0+ so thats completely irrelevant
i know. i read that github info page
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
canto I?
Yep
never heard of it
Yep
so what to do with 2 dll's and exe?
useless here
But If you haven't gotten permission from the dev, don't include the pck
and also if the game is set to use those libraries, it will cause you issues
Do not need them
Dlls can mean Steam Libraries and can make a game not work
its open source, chech the zip file
btw latest open source version is built on 4.2
it has a "open-source"
the game is open source
So you'll wanna use westonpack for the latest build if it's 4.2 then
this particular file he has is 3.5.2
Check my port Blood_X_Thirsty if you wanna use yhe newer build
Right on
I only looked to what is on github and that is 4.2
ok. there are tho dlls with names:
discord-game-sdk-godot.dll and discord-game-sdk.dll
so wait...
@feral briar
You can make this Ready to run then if you get it working
does that mean, i can use your port data to try it myself?
Just include that screenshot in a folder named 'licenses'
Yea. Just change the stuff that pertains to my port, to yours
lol, by accident i made this file ".~lock.cantoir2r.png#"
because libreoffice took over .png
Haha
oooh...
Yup
It's most likely for the dlls there too
nah, I grabbed wahtever pck you have in that zip up there, decompiled that and imported into the godot editor
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
me too
its my first ever porting
at least better than doing by myself pizza tower AFOM level
also what exactly does .md file? @feral briar
steam library doesnt seem to be problem here, just the discord, the game has some embedded calls to update discord activity and such bullshit
so if you have sources, import them into 3.5.2 godot editor, or use github.com/GDRETools/gdsdecomp to decompile the pck and get sources
like that info of showing what im playing?
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
so i have to decomp pck to even have smt to work with?
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
lol
no way it worked for you
only after I removed the discord functions in the code
and I havnt checked past the menu as I dont really care 😄
ok, btw should i select full recovery or extract only?
full
their systems for external plugins, like the discord one here
so should i download it?
might as well, but you dont really need it as you seek to remove it anyway
maybe i should, its extracting but also gives errors
yeah, I had plenty, I ignored them
just in case
and now i have to Use Godot editor version 3.5.2 to edit the project?
yep
so where to do that shit?
for now i found the discord game sdk in addons
you can untick that one, but what you really need is to hit play button on top, it should error out
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
so i need to delete them?
yes. Be careful to not delete anything else
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
anyway I have to bounce and go out soon, so good luck
only those 2 to delete?
those two lines?
delete those 2 and then it will likely point to another problem parts
it still does
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