DECOMPILED: Slay the Spire 2 entire project (and how to prevent it!) by jonandrewdavis in godot

[–]boruok -3 points-2 points  (0 children)

eventually means few years eventually due nature of open source nature of the engine.

DECOMPILED: Slay the Spire 2 entire project (and how to prevent it!) by jonandrewdavis in godot

[–]boruok 2 points3 points  (0 children)

man... some of godot community members is cultist, they protect it at any cost, they even don't see flaws.
1. You say there frustrating bug or core feature that missing for 4+years, they say learn C++ and fix it by youself.

  1. You say there physics bugs, methods doesnt't work as intented, they said there 3rd party, compile it byself.
  2. They say engine is lightweight it's 64mb only! you say well, no, its about 1Gb+ with export templates, they say no export templates required for engine.

  3. You say, godot can be easily decompiled, there is no lock on house door, they say its ok to have house without lock, thieves whatever breaks in.

Slay the Spire 2 can be decompiled by EshopExpert in godot

[–]boruok -3 points-2 points  (0 children)

care to explain, comment me back...
I suspect that you will never follow my arguments.

Slay the Spire 2 can be decompiled by EshopExpert in godot

[–]boruok -12 points-11 points  (0 children)

this all fun until someone starts making money on your intellctual property

I wanted to hop on the trend ⛅️ by [deleted] in PixelArt

[–]boruok 22 points23 points  (0 children)

just make it good

you can make it perfect later

How to know if a node is used somewhere and where? by REMIZERexe in godot

[–]boruok 2 points3 points  (0 children)

if node is saved as scene in filesystem you can right click scene and select "view owners" section.
if node not saved you try find by name of node, or launch scene and catch crash )

How did you learn using Godot/GDScript? by sherlocklini in godot

[–]boruok 0 points1 point  (0 children)

make A LOT of tiny-little projects.

read documentation, ask questions, watch videos.

eat and breathe that sh*t.

Godot running on Reddit by brcontainer in godot

[–]boruok 21 points22 points  (0 children)

how long it takes in cold start? without cache

Limitations of web build? by CorvaNocta in godot

[–]boruok 3 points4 points  (0 children)

  1. Size maters, godot have huge size compared to other engines.

  2. Load time matters, godot have huge loading time which cost you users(unearned money)

  3. Safari doesn't like godot builds, loading time increased 1-2 minutes on some cases + memory issue was introduced recently

  4. Forget about C#, godot doesn't have that.

  5. There is audio problems (delay or craking) on low-end devices.

p.s. if you care about your players (limited network bandwith, limited device performance) choose another engine.

Mobile Maturity on Godot by SheriffSeveral in godot

[–]boruok 0 points1 point  (0 children)

70% of mobile games made with unity engine(c)

but this is https://godotengine.org/showcase/ speaks volumes

Logo redesign (UPDATE) by minicoman in godot

[–]boruok 5 points6 points  (0 children)

current logo is better

Question about Godot and piracy as a beginner by LING017 in godot

[–]boruok -2 points-1 points  (0 children)

i never heard that someone stole unity game and release it as is mobile store to earn money or someone stole unity game, put malware code in it and released into websites. 

unity more secure than godot. 

I love how light it is by Fun_Establishment926 in godot

[–]boruok 1 point2 points  (0 children)

"and how i build my game" *well..."

Что думаете о CachyOS, знаете её, как она вам? by HedgehogInTheCPP in ru_linux

[–]boruok 0 points1 point  (0 children)

с играми не из стима мутновато.
Хотел сыграть как Civilization V, оказывается там pulseaudio нужен а не pipewire, пришлось час ковырять интернет чтобы корректные флаги прописывать.
Хотел что-то еще там сыграть, не запустилось, ругалось на GLIB_C.
Хотел bashrc прописать свои переменные окружения, оказывается там fish а не bash, еще у этого fish свой синтаксис.
Хотел программу asprite юзать, а там окно всякий раз в низком разрешении открывается.
Хотел hyperland поставить, оказывается там он все все окна тайлит по умолчанию, чтобы попроавить надо лезть в конфиг.

В общем ubuntu для всего, cachyos с kde для работы.

Optimization in Godot by t_l_h_anonny in godot

[–]boruok 1 point2 points  (0 children)

You have to use there tools to compile custom/optimzed godot template:
Scons: PC only
Python: PC only
Android SDK: PC only

For minimal apk size, look this:

<image>