fodev.net

FOnline Development => Share Your Work => Tools => Topic started by: Ghosthack on June 30, 2013, 10:13:22 pm

Title: [.NET / C# library] FOCommon release
Post by: Ghosthack on June 30, 2013, 10:13:22 pm
FOCommon is a .NET library written in C# for interacting with FOnline SDK gamedata.
Originally FOCommon came about from the desire to have some shared functionality between different internal 2238 tools. Over time it grew into a full-fledged API for reading/editing various gamedata, in turn used by our other tools.

Features
Among other things:

More information and download at Github (https://github.com/rotators/FOCommon).

Will happily reply to pull requests if you fix some bug or add something nifty.
Title: Re: [.NET / C# library] FOCommon release
Post by: wladimiiir on July 01, 2013, 07:20:11 pm
Thank you for this useful stuff. :)
So basically, it would be possible to have something like dynamic dialogs or maps (changing according to some actions in game)?
Title: Re: [.NET / C# library] FOCommon release
Post by: Bartosz on July 01, 2013, 07:45:35 pm
Thank you for this useful stuff. :)
So basically, it would be possible to have something like dynamic dialogs or maps (changing according to some actions in game)?

Nope, the library's aim are tools.

To have dynamic assets, engine would have to be modified. Some such modifications should be part of our improved sdk (after all, hotloading assets is sometimes really a timesaver) - then the focommon library might find another use.