Author Topic: What coding/programming software is FH/Aro'kai/etc made with?  (Read 1799 times)

Offline Corrosivee

  • Familiar Grounds Dweller
  • **
  • Posts: 69
  • Floof-O-Meter: 11
    • View Profile
I really didn't know where to put this, so hopefully this is ok? I'm not sure how many people here would know about this kind of thing aha, but anyway.

What coding or programming software was FH or Aro'kai, games like that really, made with? I'm really interested in learning and I've done some looking around but I'm not sure which is best for a beginner, but good enough to eventually be able to make games like those.

Otherwise, any tips/advice for beginning this kind of thing? I'm a student so courses wouldn't be ideal, I'd prefer to teach myself.

Also, which would be best- Python, c++, or others?

Thanks! c:

Offline mcgee2001

  • Dedicated Supporter
  • ***
  • Posts: 474
  • Country: 00
  • Floof-O-Meter: 22
  • Khalessi Of The Dothraki~
    • View Profile
    • Mcgee's Place
Re: What coding/programming software is FH/Aro'kai/etc made with?
« Reply #1 on: March 30, 2014, 03:23:05 pm »
When people make games like IT servers they use things like:
Microsoft Visual C++ (For the Coding)
Blender 2.69 (For Making the meshes)
And Gimp/Photoshop (For the textures and things)


Signature by: Marija, thank you!! <3
Avatar by: Sameth, thank you!! <3
Find me in-game as: Mcgee
Skype: Mcgee27

Offline Corrosivee

  • Familiar Grounds Dweller
  • **
  • Posts: 69
  • Floof-O-Meter: 11
    • View Profile
Re: What coding/programming software is FH/Aro'kai/etc made with?
« Reply #2 on: March 30, 2014, 03:27:50 pm »
Ah, thank you c:

Offline mcgee2001

  • Dedicated Supporter
  • ***
  • Posts: 474
  • Country: 00
  • Floof-O-Meter: 22
  • Khalessi Of The Dothraki~
    • View Profile
    • Mcgee's Place
Re: What coding/programming software is FH/Aro'kai/etc made with?
« Reply #3 on: March 30, 2014, 04:45:20 pm »


Signature by: Marija, thank you!! <3
Avatar by: Sameth, thank you!! <3
Find me in-game as: Mcgee
Skype: Mcgee27

Offline shusuke

  • Experienced Traveler
  • **
  • Posts: 223
  • Floof-O-Meter: 37
    • View Profile
Re: What coding/programming software is FH/Aro'kai/etc made with?
« Reply #4 on: March 30, 2014, 07:14:51 pm »
For Aro'kai we use Ogre3D for rendering and mainly code in C++; Codeblocks and Visual Studio (2008/10) Express are the IDE's used.

Textures and art are made in Gimp, Photoshop, and/or Paint Tool SAI (depending on the staff member).

The primary version of Blender3D that we use for models is 2.49b.

We used Flash for the UI.

And when it comes to coding it really depends on what you want to learn, though I do remember that starting smaller than a major coding language is better. Memory's kinda fuzzy but stuff in HTML and I think..CSS? had some things that would make tackling stuff like C++ more bearable than nosediving into it from the getgo.

Though when starting C++ this site seems rather helpful.

Offline Corrosivee

  • Familiar Grounds Dweller
  • **
  • Posts: 69
  • Floof-O-Meter: 11
    • View Profile
Re: What coding/programming software is FH/Aro'kai/etc made with?
« Reply #5 on: March 30, 2014, 07:18:21 pm »
I know HTML and CSS a bit already, I've designed websites a few times, but I wouldn't say I'm an expert. I'll definitely take a look at that website.

Thanks for the information and advice, I really appreciate it c: