Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

RE: Any plans to improve the Editor?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [Current Games From Matrix.] >> [World War II] >> Norm Koger's The Operational Art Of War III >> RE: Any plans to improve the Editor? Page: <<   < prev  1 2 [3]
Login
Message << Older Topic   Newer Topic >>
RE: Any plans to improve the Editor? - 5/15/2006 2:05:06 AM   
golden delicious


Posts: 5575
Joined: 9/5/2000
From: London, Surrey, United Kingdom
Status: offline

quote:

ORIGINAL: ralphtrick
CSV is short for comma separated value (value, value, value.)


Well, to be ultra-anal, "value,value,value"....

_____________________________

"What did you read at university?"
"War Studies"
"War? Huh. What is it good for?"
"Absolutely nothing."

(in reply to ralphtricky)
Post #: 61
RE: Any plans to improve the Editor? - 5/17/2006 6:32:15 AM   
XPav

 

Posts: 550
Joined: 7/10/2002
From: Northern California
Status: offline
quote:

ORIGINAL: ralphtrick
Eventually, I plan to expost all the events in a scripting language called Python. You'll be able to use it in addition to the current event engine.

For now, I did add in F6/F7 (Event Load/Save) The current format is CSV, and very unfriendly, but it should be useful for some things, especially translation.

Excellent! Python's a great choice. I'd be interested to know how much of the inside guts will be available to the script -- and if these scripts can run at other times besides at the beginning of each turn.



_____________________________

I love it when a plan comes together.

(in reply to ralphtricky)
Post #: 62
RE: Any plans to improve the Editor? - 5/17/2006 6:32:43 AM   
XPav

 

Posts: 550
Joined: 7/10/2002
From: Northern California
Status: offline
quote:

ORIGINAL: golden delicious


quote:

ORIGINAL: ralphtrick
CSV is short for comma separated value (value, value, value.)


Well, to be ultra-anal, "value,value,value"....


No, it's "value", "value", "value"

:)

_____________________________

I love it when a plan comes together.

(in reply to golden delicious)
Post #: 63
RE: Any plans to improve the Editor? - 5/17/2006 2:23:25 PM   
golden delicious


Posts: 5575
Joined: 9/5/2000
From: London, Surrey, United Kingdom
Status: offline

quote:

ORIGINAL: XPav

No, it's "value", "value", "value"


Aren't quotemarks only required for alphanumeric fields?

_____________________________

"What did you read at university?"
"War Studies"
"War? Huh. What is it good for?"
"Absolutely nothing."

(in reply to XPav)
Post #: 64
RE: Any plans to improve the Editor? - 5/17/2006 2:56:11 PM   
Jeff Norton


Posts: 2054
Joined: 8/8/2000
From: MD, USA (You're not cleared for specifics...)
Status: offline
quote:

ORIGINAL: golden delicious


quote:

ORIGINAL: XPav

No, it's "value", "value", "value"


Aren't quotemarks only required for alphanumeric fields?

Just covered this in SQL class. http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm gives a pretty good overview of how it works...

_____________________________

-Jeff
Veritas Vos Liberabit
"Hate America - love their movies" -Foos Babaganoosh - Anchor - Jihad Tonite

(in reply to golden delicious)
Post #: 65
RE: Any plans to improve the Editor? - 5/17/2006 4:15:45 PM   
ralphtricky


Posts: 6685
Joined: 7/27/2003
From: Colorado Springs
Status: offline
quote:

ORIGINAL: XPav

quote:

ORIGINAL: ralphtrick
Eventually, I plan to expost all the events in a scripting language called Python. You'll be able to use it in addition to the current event engine.

For now, I did add in F6/F7 (Event Load/Save) The current format is CSV, and very unfriendly, but it should be useful for some things, especially translation.

Excellent! Python's a great choice. I'd be interested to know how much of the inside guts will be available to the script -- and if these scripts can run at other times besides at the beginning of each turn.



I'll know more as I get into it, but I don't expect them to be only at the beginning of the turn. I can see events before entering a hex, and on a unit's destruction, at least.


(in reply to XPav)
Post #: 66
RE: Any plans to improve the Editor? - 5/17/2006 4:22:06 PM   
ralphtricky


Posts: 6685
Joined: 7/27/2003
From: Colorado Springs
Status: offline
quote:

ORIGINAL: golden delicious


quote:

ORIGINAL: ralphtrick
CSV is short for comma separated value (value, value, value.)


Well, to be ultra-anal, "value,value,value"....

OK, I'm going to have to be precise then...

The events are outputted as a series of values, with no spaces between, that are separated by commas. Unlike a normal CSV file, there are no quotation marks around the alpha fields. The final section, the 'news' section can contain commas, although this may make it difficult for other programs like Excel to read them.

I've attached a sample.

This should be readable by anyone who has access to a spreadsheet program. In addition support by a program like ODD is possible.

When the events are read back in, they replace the existing event, that means that if you remove events, you will have to manually remove them from the scenario as well.


Attachment (1)

(in reply to golden delicious)
Post #: 67
RE: Any plans to improve the Editor? - 5/17/2006 4:25:38 PM   
ralphtricky


Posts: 6685
Joined: 7/27/2003
From: Colorado Springs
Status: offline
quote:

ORIGINAL: ralphtrick

quote:

ORIGINAL: golden delicious


quote:

ORIGINAL: ralphtrick
CSV is short for comma separated value (value, value, value.)


Well, to be ultra-anal, "value,value,value"....

OK, I'm going to have to be precise then...

The events are outputted as a series of values, with no spaces between, that are separated by commas. Unlike a normal CSV file, there are no quotation marks around the alpha fields. The final section, the 'news' section can contain commas, although this may make it difficult for other programs like Excel to read them.

I've attached a sample.

This should be readable by anyone who has access to a spreadsheet program. In addition support by a program like ODD is possible.

When the events are read back in, they replace the existing event, that means that if you remove events, you will have to manually remove them from the scenario as well.


Someone will have to check, but I believe that I pay attention to the event number, as well, so if you update one event, and only include it in the file that you're uplocading, that is the event number that will be updated. It may be possible that people will develop small libraries of code templates and samples based on event 600, 700, etc.

Ralph



(in reply to ralphtricky)
Post #: 68
RE: Any plans to improve the Editor? - 5/17/2006 6:07:39 PM   
Curtis Lemay


Posts: 12969
Joined: 9/17/2004
From: Houston, TX
Status: offline

quote:

ORIGINAL: ralphtrick

quote:

ORIGINAL: XPav

quote:

ORIGINAL: ralphtrick
Eventually, I plan to expost all the events in a scripting language called Python. You'll be able to use it in addition to the current event engine.

For now, I did add in F6/F7 (Event Load/Save) The current format is CSV, and very unfriendly, but it should be useful for some things, especially translation.

Excellent! Python's a great choice. I'd be interested to know how much of the inside guts will be available to the script -- and if these scripts can run at other times besides at the beginning of each turn.



I'll know more as I get into it, but I don't expect them to be only at the beginning of the turn. I can see events before entering a hex, and on a unit's destruction, at least.




I'm still hoping to have Theater Options that can be optioned and executed at the start of turn 1 (or at the start of any other turn, for that matter).

(in reply to ralphtricky)
Post #: 69
Page:   <<   < prev  1 2 [3]
All Forums >> [Current Games From Matrix.] >> [World War II] >> Norm Koger's The Operational Art Of War III >> RE: Any plans to improve the Editor? Page: <<   < prev  1 2 [3]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.703