OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Lone~Wolf on 14 Mar 2010, 23:27:30

Title: Saving to Text Files
Post by: Lone~Wolf on 14 Mar 2010, 23:27:30
OFP this time,
I was inspired by a previous topic and wondered if it was possible to save information at the end of a mission to a text file for future reference.
For example:
Would it be possible to save the contents of an array to a text file that would be automatically created?

 - Lone Wolf
Title: Re: Saving to Text Files
Post by: h- on 15 Mar 2010, 07:48:19
Nor possible in any regular means, you can do that kind of stuff only with Fwatch (http://www.ofpec.com/ed_depot/index.php?action=details&id=324&game=OFP)
Title: Re: Saving to Text Files
Post by: faguss on 19 Jul 2010, 17:27:36
Quote
Nor possible in any regular means, you can do that kind of stuff only with Fwatch

Which is not entirely true. Not to text file but for future reference, yes.

I remember playing in the past CTI which could remember nickname typed on the beggining (http://ofp-faguss.com/img-upl/cti-type.jpg). Mission used SaveStatus and LoadStatus commands.

Edit: I've forgot that every crCTI have option to save custom loadout (http://ofp-faguss.com/img-upl/cti-loadout.jpg).

Edit2: See this topic (http://forums.bistudio.com/showthread.php?125467-Persistant-MP-class-levelling-systems)