View Single Post
  #64  
Old 03-13-2010, 04:49 PM
R@S R@S is offline
Approved Member
 
Join Date: Apr 2009
Posts: 560
Default

The scripting language is mixture of C and C++. It's easy to do once you've seen the functions and how they are used. And the buit-in compiler gives you good clues when it comes to syntax errors.

I think the lagging has to do with some bottleneck in the code, but that's only my best guess. The game uses a lot of resources and even if you have the best computer money can buy, it still starts to lagg if you play more than 2 hours without exiting to desktop and starting the game again. It might also have to do with how it stores data in the memory, and is sloppy when it comes to flush old and irrelevant data.
Reply With Quote