Giter Club home page Giter Club logo

Comments (10)

kbengine avatar kbengine commented on May 18, 2024

UE4 and KBE, all use RecastNavigation to navigate:

1:reference
https://answers.unrealengine.com/questions/226395/how-can-i-use-navmesh-data-in-server-side-2.html

https://answers.unrealengine.com/questions/446294/%E5%A6%82%E4%BD%95%E5%AF%BC%E5%87%BAue4%E7%9A%84%E5%AF%BC%E8%88%AA%E6%95%B0%E6%8D%AE.html

2: This is a mmorpg commercial project using UE4 and KBE.
In KBE do some compatibility, based on the first one.
https://github.com/acatadog/kbengine

3: Use the command(ExportNavigation) of UE4, Export the obj file, and then use the RecastNavigation tool to generate navmesh.

from kbengine_ue4_demo.

mengdada avatar mengdada commented on May 18, 2024

2: This is a mmorpg commercial project using UE4 and KBE.
In KBE do some compatibility, based on the first one.
https://github.com/acatadog/kbengine

这个项目是啥意思?这个需要修改ue4的源码的

from kbengine_ue4_demo.

kbengine avatar kbengine commented on May 18, 2024

static class FNavigationGeomExec : private FSelfRegisteringExec
{
public:
/** Console commands, see embeded usage statement /
virtual bool Exec( UWorld
InWorld, const TCHAR
Cmd, FOutputDevice& Ar ) override
{
#if ALLOW_DEBUG_FILES && !(UE_BUILD_SHIPPING || UE_BUILD_TEST)
bool bCorrectCmd = FParse::Command(&Cmd, TEXT("ExportNavigation"));

from kbengine_ue4_demo.

kbengine avatar kbengine commented on May 18, 2024

一个可用的导出UE4 navmesh工具
https://github.com/aurelien-rainone/go-detour

from kbengine_ue4_demo.

kbengine avatar kbengine commented on May 18, 2024

一个关于导出navmesh的讨论:
http://bbs.kbengine.org/forum.php?mod=viewthread&tid=3716&extra=page%3D1

from kbengine_ue4_demo.

kebiao avatar kebiao commented on May 18, 2024

https://github.com/darkwere/ServerRecast
http://bbs.kbengine.org/forum.php?mod=viewthread&tid=5574&extra=page%3D1

from kbengine_ue4_demo.

H1X4Dev avatar H1X4Dev commented on May 18, 2024

Morning folks,

There is a command named "ExportNavigation" which generates a navigation mesh for recast which you can later use to export a bin file from -> https://imgur.com/4IfO5Pv

Cheers.

4ifo5pv

from kbengine_ue4_demo.

husha1993 avatar husha1993 commented on May 18, 2024

@H1X4Dev ,
Hi, may I know where does this screen shot from? Is it from UE4 or KBE?

from kbengine_ue4_demo.

H1X4Dev avatar H1X4Dev commented on May 18, 2024

@husha1993 That's UE4.

from kbengine_ue4_demo.

husha1993 avatar husha1993 commented on May 18, 2024

@H1X4Dev Thanks.
I typed the "ExportNavigation" in the ue4 command console and it generated a .obj file.
While I tried to open the .obj in blender, I found nothing(mesh) displayed.
Have you tried to open the .obj file showed in the screen shot?
May I know how do you export a bin file from the .obj file?

from kbengine_ue4_demo.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.