Git Product home page Git Product logo

fworldgenerator's People

Contributors

flone-dnb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

fworldgenerator's Issues

Crash when enabling complex preview

Hi! Thank you so much for your work.

I do have an issue, though. I've replicated this on both 4.25 and 4.26, and I've found no workaround.
It crashes when ticking complex preview, without changing any value in the details tab, and then changing any value in the details tab - or changing a value in the details tab and then ticking complex preview.
I've build the plugins from source, version 1.0.2
Unreal error log says:
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000340

Plugin Versioning

Please respond! This issue has been driving me crazy. It says that the plugin was built with a different version of unreal and I cant import it with any version. I tried doing a manual build but that doesn't work as well!

Generate World + Chunks?

Apologize as there probably isn't an issue here, but rather confusion on setting this up.

I've created a new project and imported and installed the plugin; and it appears to be functioning properly as I can generate a single chunk.

Screenshot at 22-11-03

I'm able move around on the chunk but; it does not generate new ones. I have the world size set to -1 and viewdistance set to 3. As I approach the end of the chunk nothing new is generated, and I am able to simply walk off. Any suggestions, or have I made a mistake?

Edit: By chance do you have a example project file with defaults?

Errors when compiling in Visual Stuio 2019

When I try to compile this project in Visual Studio 2019, it will not complete. I noticed this first when I was trying to compile the game for a dedicated server, but after switching Unreal Versions I need to recompile the project. Even when it is just a developer client/debug build, the project will not compile.

~3>  [357/757] Module.FWorldGenerator.cpp
3>~\Unreal Projects\Untitled\Plugins\FWorldGenerator-1.0.2\Source\FWorldGenerator\Public\FWGen.h(220): error C3668: 'AFWGen::PostEditChangeProperty': method with override specifier 'override' did not override any base class methods
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(105): error C2065: 'PreviewPlane': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(106): error C2065: 'PreviewPlane': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(107): error C2065: 'PreviewPlane': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(109): error C3861: 'refreshPreview': identifier not found
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(111): error C2065: 'ComplexPreview': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(446): error C2065: 'LastSaveLoadOperationStatus': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(457): error C2065: 'LastSaveLoadOperationStatus': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(474): error C2065: 'LastSaveLoadOperationStatus': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(537): error C2065: 'LastSaveLoadOperationStatus': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(712): error C2065: 'DrawChunkBounds': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1360): error C2039: 'PostEditChangeProperty': is not a member of 'AActor'
3>  ~\Unreal Projects\Untitled\Intermediate\Build\Win64\Untitled\Inc\FWorldGenerator\FWGen.generated.h(13): note: see declaration of 'AActor'
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1374): error C2039: 'ComplexPreview': is not a member of 'AFWGen'
3>  ~\Unreal Projects\Untitled\Plugins\FWorldGenerator-1.0.2\Source\FWorldGenerator\Public\FWGen.h(39): note: see declaration of 'AFWGen'
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1374): error C2672: 'UE4Asserts_Private::GetMemberNameCheckedJunk': no matching overloaded function found
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1383): error C2039: 'DrawChunkBounds': is not a member of 'AFWGen'
3>  ~\Unreal Projects\Untitled\Plugins\FWorldGenerator-1.0.2\Source\FWorldGenerator\Public\FWGen.h(39): note: see declaration of 'AFWGen'
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1383): error C2672: 'UE4Asserts_Private::GetMemberNameCheckedJunk': no matching overloaded function found
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1386): error C2065: 'DrawChunkBounds': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1471): error C3861: 'refreshPreview': identifier not found
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1473): error C2065: 'ComplexPreview': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1540): error C3861: 'refreshPreview': identifier not found
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1542): error C2065: 'ComplexPreview': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1544): error C2039: 'ReadParamsFromFileRightNow': is not a member of 'AFWGen'
3>  ~\Unreal Projects\Untitled\Plugins\FWorldGenerator-1.0.2\Source\FWorldGenerator\Public\FWGen.h(39): note: see declaration of 'AFWGen'
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1544): error C2672: 'UE4Asserts_Private::GetMemberNameCheckedJunk': no matching overloaded function found
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1546): error C2065: 'ReadParamsFromFileRightNow': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1548): error C2065: 'PathToSaveFile': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1551): error C2039: 'SaveParamsToFileRightNow': is not a member of 'AFWGen'
3>  ~\Unreal Projects\Untitled\Plugins\FWorldGenerator-1.0.2\Source\FWorldGenerator\Public\FWGen.h(39): note: see declaration of 'AFWGen'
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1551): error C2672: 'UE4Asserts_Private::GetMemberNameCheckedJunk': no matching overloaded function found
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1553): error C2065: 'SaveParamsToFileRightNow': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1555): error C2065: 'PathToSaveFile': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1560): error C3861: 'refreshPreview': identifier not found
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1562): error C2065: 'ComplexPreview': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1860): error C2039: 'PostEditMove': is not a member of 'AActor'
3>  ~\Unreal Projects\Untitled\Intermediate\Build\Win64\Untitled\Inc\FWorldGenerator\FWGen.generated.h(13): note: see declaration of 'AActor'
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1862): error C3861: 'refreshPreview': identifier not found
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(1864): error C2065: 'ComplexPreview': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2319): error C2039: 'refreshPreview': is not a member of 'AFWGen'
3>  C:\Users\musclez\Documents\Unreal Projects\Untitled\Plugins\FWorldGenerator-1.0.2\Source\FWorldGenerator\Public\FWGen.h(39): note: see declaration of 'AFWGen'
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2321): error C2065: 'WorldSize': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2323): error C2065: 'PreviewPlane': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2324): error C2065: 'ChunkPieceColumnCount': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2324): error C2065: 'ChunkPieceSizeX': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2325): error C2065: 'ChunkPieceRowCount': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2325): error C2065: 'ChunkPieceSizeY': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2326): error C2065: 'GenerationMaxZFromActorZ': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2330): error C2065: 'WorldSize': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2332): error C2065: 'PreviewPlane': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2333): error C2065: 'ViewDistance': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2333): error C2065: 'ChunkPieceColumnCount': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2333): error C2065: 'ChunkPieceSizeX': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2334): error C2065: 'ViewDistance': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2334): error C2065: 'ChunkPieceRowCount': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2334): error C2065: 'ChunkPieceSizeY': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2335): error C2065: 'GenerationMaxZFromActorZ': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2341): error C2065: 'PreviewPlane': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2342): error C2065: 'WorldSize': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2342): error C2065: 'ViewDistance': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2342): error C2065: 'ChunkPieceColumnCount': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2342): error C2065: 'ChunkPieceSizeX': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2343): error C2065: 'WorldSize': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2343): error C2065: 'ViewDistance': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2343): error C2065: 'ChunkPieceRowCount': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2343): error C2065: 'ChunkPieceSizeY': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2344): error C2065: 'GenerationMaxZFromActorZ': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2349): error C2065: 'PreviewPlane': undeclared identifier
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2350): error C3861: 'GetActorLocation': identifier not found
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2351): error C3861: 'GetActorLocation': identifier not found
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2352): error C3861: 'GetActorLocation': identifier not found
3>~/Unreal Projects/Untitled/Plugins/FWorldGenerator-1.0.2/Source/FWorldGenerator/Private/FWGen.cpp(2352): error C2065: 'GenerationMaxZFromActorZ': undeclared identifier

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.