Author Topic: Development Questions  (Read 2567 times)

Development Questions
« on: May 12, 2021, 04:44:40 pm »
Hi there. Been a while since I've looked into FOnline, but am interested in getting setup with development again. I have a few questions that I was hoping could be answered here.

1. What is the go-to IDE for development? I was hoping I could use Visual Studio 2019. Would I be able to use this while harnessing the power of code completion etc?
2. Is AngelScript the only available scripting language still?
3. Would it be recommended to use the latest version of FOnline from cvet, FOClassic, or something else?

Many thanks

Offline kompreSor

  • FOnline 3
Re: Development Questions
« Reply #1 on: May 28, 2021, 05:26:30 pm »
Hi there. Been a while since I've looked into FOnline, but am interested in getting setup with development again. I have a few questions that I was hoping could be answered here.

1. What is the go-to IDE for development? I was hoping I could use Visual Studio 2019. Would I be able to use this while harnessing the power of code completion etc?
2. Is AngelScript the only available scripting language still?
3. Would it be recommended to use the latest version of FOnline from cvet, FOClassic, or something else?

Many thanks

1. visual studio 2010
2. you can do dll in c++ also, or edit engine in c++
3. https://fodev.net/forum/index.php/topic,30057.0.html you can start with it.