.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

BCT Commander- Save $8.00
winSPWW2- Save $5.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 3: The Awakening

Reply
 
Thread Tools Display Modes
  #21  
Old September 20th, 2009, 08:43 AM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: Map Forge Preview

I am near completion of a trial run. The final map will be called Highways & Strongholds. Through this process, I am finding some obvious bugs. Once those are squished, I will release an open beta so that you can break it.

The big thing for me is to make every effort to insure that anyone using the editor can rely on not losing hours of work due to a bug. So far the system seems very stable and recovery seems reliable.

Thanks for the supporting lore masters!
Research is progressing...
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
  #22  
Old September 20th, 2009, 05:29 PM
NTJedi's Avatar

NTJedi NTJedi is offline
General
 
Join Date: Jun 2003
Location: az
Posts: 3,069
Thanks: 41
Thanked 39 Times in 28 Posts
NTJedi is on a distinguished road
Default Re: Map Forge Preview

Awesome... thanks for the update.

If one of the concerns is an individual losing hours of work then how about some autosave settings? The best options would be where the player could specify the number of autosaves(max=10?) as well as how often it autosaves. A player could then setup autosave settings of once every 20mins which cycles between 5 autosaves. SpaceEmpires_V provided a similar autosave option. Naturally the autosave file will need to be renamed if the player wishes to restore to a previous date, but it's a nice security blanket.
__________________
There can be only one.
Reply With Quote
  #23  
Old September 20th, 2009, 07:54 PM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: Map Forge Preview

MF creates a ".ore" file with the same name as the current map. With each and every change the .ore file is updated. If at any point there is a program crash or a power outage the .ore file will remain. The next time the map is opened MF detects the .ore and asks whether or not to recover. It also uses this file to prompt the user to save or discard changes when opening another map or closing the program.
Reply With Quote
  #24  
Old September 21st, 2009, 09:52 AM

Executor Executor is offline
Major General
 
Join Date: Mar 2008
Location: Serbia
Posts: 2,245
Thanks: 48
Thanked 84 Times in 46 Posts
Executor is on a distinguished road
Default Re: Map Forge Preview

Completely unrelated but, Balbarian, would you happen to know some other artists like Manolo Camp with alike music to what you used in your program?

Oh, and never did thank you for the link to the website. Thanks.
Reply With Quote
  #25  
Old September 21st, 2009, 01:33 PM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: Map Forge Preview

Another that I really like is Edgen.
Reply With Quote
  #26  
Old September 26th, 2009, 08:05 AM
Foodstamp's Avatar
Foodstamp Foodstamp is offline
Major General
 
Join Date: Oct 2006
Location: Tennessee USA
Posts: 2,059
Thanks: 229
Thanked 106 Times in 71 Posts
Foodstamp is on a distinguished road
Default Re: Map Forge Preview

Hey Ball,

Hold off on releasing this for a another week please. I've got two important tests coming up and I don't want to fail!
__________________
BLAH BLAH BLAH BLAH NEXT TURN.
Reply With Quote
  #27  
Old September 30th, 2009, 08:11 AM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: Map Forge Preview

Hi. This really looks awesome, Ballbarian.

Quote:
Originally Posted by Ballbarian View Post
It is being developed in VB6. I strongly considered Python, but Boa (for GUI development) felt very awkward after about 12 years of experience with VB. Since VB has been around so long, I would assume that most of it's features would be supported by crossover software like Wine.
I can only speak for myself, but Wine is awkward. I'm a supporter of Python-based GUIs myself, and I'm somebody who still constructs all those dialogues with a text editor instead of ever learning to use an IDE for that, but I can of course understand that a project as ambitious as this is a bit much for a new start in Python. Here's an idea how you might make it halfway towards the new technologies and learn something new in the process: Try to develop the program in C# or VB.Net with Visual Studio. Those are the new revamped versions of those programming languages and they're really a blast to develop because they have a lot of really cool features - I never ever did Basic but I've been programming a couple of tools in C# and it's really nice. And the Mono Project has been working to get Microsoft's DotNet family cross-platform compatible, too. So in case you have a .NET program, you should be able to get a Mono-compatible version out of it, which other people can use with Mono.

The difference between Wine and Mono, as far as I am understanding it, is this: Wine has to reproduce the Win32 API so that programs can run, and a lot of the internals from Microsoft are undocumented. The .NET platform consists of new programming languages (C#/VB.NET), a .NET runtime and a set of classes, and those are standarized. Programs written in those programming languages contain bytecode which is being interpreted, like Java bytecode is being interpreted through a Java virtual machine. (But since this really is only superficial knowledge, somebody who has more of an insight in the matter may correct me on all that I'm saying here)

In any case, big props to all the work you've done. I hope that you'll find some pointers so that even old dogs can learn new tricks, too.
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote
The Following User Says Thank You to lch For This Useful Post:
  #28  
Old September 30th, 2009, 08:18 AM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: Map Forge Preview

Quote:
Originally Posted by Foodstamp View Post
Sometimes to get things to work in linux you need a PhD in computer science
This is true for any operating system, I'd say. Give a smart kid a system with any OS on it, and it will reach an amount of proficiency in using it in the same time as a similar kid with another OS on it. Once you stop "playing" you'll demand that things work like they always did, of course.
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote
  #29  
Old September 30th, 2009, 09:17 AM

Sombre Sombre is offline
BANNED USER
 
Join Date: Feb 2007
Posts: 5,463
Thanks: 165
Thanked 324 Times in 190 Posts
Sombre is on a distinguished road
Default Re: Map Forge Preview

Long time no see lchtyosaur.
Reply With Quote
  #30  
Old September 30th, 2009, 01:38 PM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: Map Forge Preview

Quote:
Originally Posted by Foodstamp View Post
Hey Ball,

Hold off on releasing this for a another week please. I've got two important tests coming up and I don't want to fail!
I'll give you a week and raise you one.

(Hope your tests go well!)
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 05:00 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.