Jump to content

Intersect Beta 5 Released!


jcsnider

Recommended Posts

984549685492.png

Intersect Beta 5 Released!

December 1st, 2018

 

 

This update is HUGE and took FOREVER, so thank you to everyone who has stood by us, and we hope you all enjoy! (Don't forget to report all bugs!)

 

 

What to look for in Beta 5:

  • New network debugging command to help us help you get your games online!  (Link)
  • Reworked Crafting Table/Crafts editors which require far less work to setup! (Link)
  • Improved design to the item/resource/event/quest/etc requirement screens. (Link)
  • Json format for strings, config, formulas, etc which will retain your changes better as the engine continues to evolve.  (Link)
    • This will be especially good for those who translate Intersect to different languages.
  • The client now has screenshot functionalities. (Link)
  • Server status label, and other interface upgrades. (Link)
  • And about 30 other really cool changes! (Beta 5 Wrap-Up Link)

 

 

For those migrating from B4:

  • Please note that the migration process is long and only tested on a handful of games, be on the lookout for migration issues and if you notice any report them asap.

 

 

Special Thanks:

 

 

Up Next

Beta 6, which is pretty small, a password reset system, some other small things and that's about it!

 

Download

For existing projects, click here for migration steps! (SUPER IMPORTANT!)

 

For new projects, download here, extract, and then run like normal!

 

 

As always please keep in touch with us and report all bugs that you find!

Link to comment
Share on other sites

Just had a first look at this... seems like the JSON files lost all comments. I konow JSON does not really support comments, but it is usually done by inserting fields with a special marker.

Here are two examples how it could look like:

 

  "Map": {
    "_GameBorderStyle": "0 for seamless with scrolling that stops on world edges. 1 for non-seamless, and 2 for seamless where the camera knows no boundaries. (Black borders where the world ends)",
    "GameBorderStyle": 0,
    "ItemSpawnTime": 15000,
    "ItemDespawnTime": 15000,
    "ZDimensionVisible": false,
    "WidthHeight_comment": "DO NOT TOUCH! These values will resize the maps in the engine and will CORRUPT existing maps. In MOST cases this value should not be changed. It would be wise to consult us before doing so!",
    "Width": 32,
    "Height": 26,
    "TileWidth": 32,
    "TileHeight": 32
  },

 

I dont think comments in there are really required, but just a heads-up if youre looking for a way to re-add them.

 

Anyway, looking really good so far :)

Link to comment
Share on other sites

Sorry, but why don't work here?

Log:

 

2018-12-01 19:09:13.551 [Error] Received unhandled exception from .
2018-12-01 19:09:13.569 [Error] Message: Metod not found: '!!0[] System.Array.Empty()'.
2018-12-01 19:09:13.574 [Error] Stack Trace:    em Intersect.Server.ServerStart.Start(String[] args)
2018-12-01 19:09:13.574 [Error] Time: 12/1/2018 7:09:13 PM

--------------------------------------------------------------------------------
 

Link to comment
Share on other sites

39 minutes ago, Vulture said:

Sorry, but why don't work here?

Log:

 

2018-12-01 19:09:13.551 [Error] Received unhandled exception from .
2018-12-01 19:09:13.569 [Error] Message: Metod not found: '!!0[] System.Array.Empty()'.
2018-12-01 19:09:13.574 [Error] Stack Trace:    em Intersect.Server.ServerStart.Start(String[] args)
2018-12-01 19:09:13.574 [Error] Time: 12/1/2018 7:09:13 PM

--------------------------------------------------------------------------------
 

 

Install .Net Framework 4.6.1 or higher. 

Link to comment
Share on other sites

Hello

 

I have a mistake, I do not know what to do ....

 

2018-12-01 21:40:39.345 [Error] Received unhandled exception from .
2018-12-01 21:40:39.349 [Error] Message: Method 'Array.Empty' not found.
2018-12-01 21:40:39.352 [Error] Stack Trace:   at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) <0x7f383cff29e0 + 0x000a1> in <filename unknown>:0 
2018-12-01 21:40:39.352 [Error] Time: 12/1/2018 9:40:39 PM

--------------------------------------------------------------------------------
I already read the solution above I'm sorry
 

Edited by GnoW
Link to comment
Share on other sites

16 minutes ago, Garlic said:

Every time I try to open the client I get a box in the top left that just says "okay" and nothing more.

 

You either migrated and missed step 5-6.. or just tried to copy over your "resources" folder from an old version which would still require step 5-6 to be done from here:

https://www.freemmorpgmaker.com/docs/en/Upgrading/Beta4toBeta5.html

Link to comment
Share on other sites

Running awesome so far. Previous project migration seems to have worked great.

 

Edit: Love the fact that it set up all my npc conditions based on my old settings like "guards" and stuff. I was worried I was going to have to set everything back up but now I can just focus on the new stuff with the npcs I have already created.

 

 

Link to comment
Share on other sites

Hi, I have this problem when executing
"2018-12-02 20:36:02.327 [Error] Received unhandled exception from .
2018-12-02 20:36:02.333 [Error] Message: Método no encontrado: '!!0[] System.Array.Empty()'.
2018-12-02 20:36:02.333 [Error] Stack Trace:    en Intersect.Server.ServerStart.Start(String[] args)
2018-12-02 20:36:02.333 [Error] Time: 12/2/2018 8:36:02 PM
"
Edit:
I already read the solution above I'm sorry

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...