Search the Community

Showing results for tags 'editor'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Latest News
    • Announcements
  • Community
    • Immigration
    • The Town Square
    • The Pub
    • Ideas & Suggestions
    • Support Center
    • Bug Reporting
  • Careers
    • The Precinct
    • The Hideout
    • The Podium
    • Board Room
    • Other Careers
  • Off Topic
    • Hangout
    • Arcade

Found 2 results

  1. Hi. Many people asked here how modding will work in this game, and it is really obvious. This game is made in Unreal Engine 4. It is a shared source game engine that anyone can download for free. The devs will provide a modified version of Unreal Engine 4 editor, that forbids access to game's C++ code, but allows you access to Blueprints, a visual scripting system. You will be able to download the custom editor from Epic Games page. In editor, you could do almost anything you want on your server. Altough you couldn't access the C++ code dirrectly, the devs will insert hooks in Blueprints, so you could still change or develop stuff. All the games using Unreal Engine 4 have taken this route when speaking of modding. I don't see this game different. I've attached to this post an image of Blueprint graph, to see how the scripting looks for turning a light on and off when entering a certain volume. You'll script existing and new things in similar way on your private server. If the devs succeed to modify the editor so multiple players could use multiple editors in the same time, on the same scene, that would be awesome.
  2. So I was wondering: Will private servers be able to be edited with some sort of map editor which maybe in or outside of game? When I mean edited, i don't really mean making new islands, I mean putting objects and buildings down. For example: If your server is having an event like a festival and that requires a stage with lighting, will they be able to put that into the map somewhere and then remove it when the festival is over?