Click here to access the Tanksim website
SUBSIM Radio Room Forums

BUYING GAMES, BOOKS, ELECTRONICS, and STUFF
THROUGH THIS LINK SUPPORTS SUBSIM, THANKS!

The Web's #1 BBS for all submarine and naval simulations!

Go Back   SUBSIM Radio Room Forums > General > Tanksim.com

Reply
 
Thread Tools Display Modes
Old 01-27-09, 01:17 AM   #1
Voyd
Bosun
 
Join Date: Sep 2002
Location: Texas
Posts: 64
Downloads: 25
Uploads: 0
Steel Fury Dynamic Mission Generator...

Hey all...looks like there is more activity here than at the Lighthouse forums. Anyway, I'm developing a dynamic mission generator for Steel Fury w/ the Steel Panzer mod.

Basically, ALL units are available for placement and all of them are able to be randomly selected by faction and type. I have broken the factions into groups and divisions (multiple divisions per each group). The map and starting zones are static atm, but I am working on a simple zone generation function that will allow for multiple groups to be placed in random locations (within a reasonable distance from each other), and then will look into dynamic map generation.

I just got finished implementing a basic AI script generation function, so I was able to have some interesting skirmishes this evening. If anyone is interested, I'd love to have some input in the development, and maybe some testers in the next week or so. My current goal for the week is to have 2 mission types: Assault and Defend. Right now, I have been working on the assault portion, and it is coming along nicely. Essentially, this game has the most powerful scripting engine that I have seen in any game, so the possibilities of mission generation are almost limitless.

Best,

Voyd
Voyd is offline  

Reply With Quote
Old 01-27-09, 06:26 AM   #2
Skybird
Soaring
 
Skybird's Avatar
 
Join Date: Sep 2001
Location: the mental asylum named Germany
Posts: 40,340
Downloads: 9
Uploads: 0


Default

Okay guys, breath some life into SF - the man says he needs testers, so sign in!

Sorry Voyd, I am not playing SF myself, else I would be the first to join. Good luck with that mod. A generator like that always is welcomed for any game.
__________________
If you feel nuts, consult an expert.
Skybird is offline   Reply With Quote
Old 01-27-09, 03:30 PM   #3
Onkel Neal
Born to Run Silent
 
Onkel Neal's Avatar
 
Join Date: Jan 1997
Location: Cougar Trap, Texas
Posts: 21,276
Downloads: 534
Uploads: 224


Default

Voyd, I've posted this over on Tanksim.com. Is this mission generator a stand alone app or will it be available as an ingame menu item?
__________________
SUBSIM - 26 Years on the Web
Onkel Neal is offline   Reply With Quote
Old 01-27-09, 03:44 PM   #4
Sledgehammer427
PacWagon
 
Sledgehammer427's Avatar
 
Join Date: Jun 2007
Location: Drinking coffee and staring at trees in Massachusetts
Posts: 2,901
Downloads: 280
Uploads: 0
Default

hi unkle neal!

when i get my copy working, Ill sign up!

expect a pm in a week, or two
__________________
Cold Waters Voice Crew - Fire Control Officer
Cmdr O. Myers - C/O USS Nautilus (SS-168)
114,000 tons sunk - 4 Spec Ops completed
V-boat Nutcase - Need supplies? Japanese garrison on a small island in the way? Just give us a call! D4C!
Sledgehammer427 is offline   Reply With Quote
Old 01-27-09, 04:17 PM   #5
Voyd
Bosun
 
Join Date: Sep 2002
Location: Texas
Posts: 64
Downloads: 25
Uploads: 0
Default

Neal,

This is a standalone app (written in VB.Net (.Net 3.5)). I just tab back and fourth between the game and the generator. I've been working on the GUI here at work (one of the perks of being a programmer ), but will crawl back under the hood after I get home.

Cheers,

Voyd

P.S. Thanks for posting it!!

P.S.S. Glad to have you aboard, Sledgehammer.

Last edited by Voyd; 01-27-09 at 04:46 PM.
Voyd is offline   Reply With Quote
Old 01-27-09, 06:33 PM   #6
mrfritz44
Seaman
 
Join Date: Apr 2005
Posts: 42
Downloads: 81
Uploads: 0
Default

Count me in! I'm drunk right now, so forgive me if I'm short. I make a living implementing software and wrote business software once.

Let me know what service I can be.

Fritz

AKA: Admiral Glascock
mrfritz44 is offline   Reply With Quote
Old 01-27-09, 07:40 PM   #7
Voyd
Bosun
 
Join Date: Sep 2002
Location: Texas
Posts: 64
Downloads: 25
Uploads: 0
Default

Great to hear, Admiral! I hope have the first test release done by Saturday. At that time I should have some basic documentation and a list of all of the functions that are implemented up to that point. I am greatly looking forward to the input from those who want to give it a go, because I'm sure you all will have some great ideas that I haven't even thought about.

Voyd
Voyd is offline   Reply With Quote
Old 01-28-09, 07:41 PM   #8
mrfritz44
Seaman
 
Join Date: Apr 2005
Posts: 42
Downloads: 81
Uploads: 0
Default

Sounds like a plan. My e-mail is bebe@ptd.net and may be faster. I did some M1TP2 mission generating back in the day so it'll be interesting to compare the two engines.
mrfritz44 is offline   Reply With Quote
Old 01-28-09, 10:32 PM   #9
Voyd
Bosun
 
Join Date: Sep 2002
Location: Texas
Posts: 64
Downloads: 25
Uploads: 0
Default

Just a quick update...dynamic division sizes have been implemented this evening as well as dynamic zone assignment (dynamic group generation is going to be finished within the hour). I'm also working on adding tactical symbols in order to give the player an idea of where the enemy is located. At the moment, there is a global attack script assigned to the player's group that will "auto-pilot" them to the enemy's position, but I want to change this up. I was thinking that it would be neat to add a randomness to the reliability of the tactical information in order to mimic false or dated information (allow the user to assign the amount of error), but this will be something to add in the future.

Back to the code ,

Voyd

P.S: mrfritz, what type of scripting did M1TP2 use? I've never played it, so I'm just a little curious...thx.
Voyd is offline   Reply With Quote
Old 01-29-09, 05:38 PM   #10
mrfritz44
Seaman
 
Join Date: Apr 2005
Posts: 42
Downloads: 81
Uploads: 0
Default

It was just a text based mission editor. All references to positions, speed, armor, and maps were text.

Not really computer coding, just a computer code.
mrfritz44 is offline   Reply With Quote
Old 02-01-09, 12:50 PM   #11
Voyd
Bosun
 
Join Date: Sep 2002
Location: Texas
Posts: 64
Downloads: 25
Uploads: 0
Default

Hey All,

Just a quick update on progress. I've been busy getting all of the features implemented that I had originally set out to do w/ this first release. I have just a couple of more things to do and everything should be in place. I'll probably take a week or so off after that because I have another project in the works as well.

I can report that I've had some very intense battles so far, and that I never have had the same experience twice (which is what I wanted the first time I played SF). Version 0.1 should be ready either tonight or tomorrow.

Best,

Voyd
Voyd is offline   Reply With Quote
Old 02-02-09, 01:25 PM   #12
Hitman
Pacific Aces Dev Team
 
Hitman's Avatar
 
Join Date: Sep 2002
Location: Spain
Posts: 6,099
Downloads: 109
Uploads: 2


Default

That sounds encouraging

How many units can you currently script in a mission? I have seen in the reviews that the game doesn't seem to be able to handle many units
__________________
One day I will return to sea ...
Hitman is offline   Reply With Quote
Old 02-02-09, 03:59 PM   #13
Voyd
Bosun
 
Join Date: Sep 2002
Location: Texas
Posts: 64
Downloads: 25
Uploads: 0
Default

I'm not certain what the maximum unit # is, but I did generate one mission with 8 groups (4 per each factions), large div size (6-10 divs), and large platoon occurance (50-75% occurance) and it did load, but was verrrry laggy on my outdated system (2.3Ghz single core, 3Gb RAM, ATI X1650 512Mb).

I suppose others can max out the generator settings and post their results. Right now, I have the group size limited to a max of 4, but I can increase by changing one line of code...

I'll be sending out version 0.07 starting tonight to anyone who PMs me...0.1 will be out as soon as I can squash a couple of pesky bugs that have popped up in the last couple of days.

Voyd
Voyd is offline   Reply With Quote
Old 02-11-09, 01:12 PM   #14
Voyd
Bosun
 
Join Date: Sep 2002
Location: Texas
Posts: 64
Downloads: 25
Uploads: 0
Default

Well...2 weeks and only one tester. I will be waiting for his input on things before I continue development. At the moment it's generating some intense gameplay, so I'll be keeping the basic engine as it is for the most part. Here are a couple of features that I want to finish adding, but I've been distracted with Steel Beasts Pro PE for the past week or so.

If anyone else is interested, just PM me...

Best,

Voyd
Voyd is offline   Reply With Quote
Old 02-19-09, 10:33 AM   #15
romeoecho
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Hi!

I am interested in helping you test the mission generator. I will send you a PM as well.

I have the base Steel Fury game. Are there any patches (official or unofficial) that I should have in place?

Thanks,
Ray
  Reply With Quote
Reply

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 Off

Forum Jump


All times are GMT -5. The time now is 06:51 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 1995- 2024 Subsim®
"Subsim" is a registered trademark, all rights reserved.