| Line 131... |
Line 131... |
| 131 |
C_File *GetNextFile(C_File *prev) const;
|
131 |
C_File *GetNextFile(C_File *prev) const;
|
| 132 |
C_File *GetPrevFile(C_File *next) const;
|
132 |
C_File *GetPrevFile(C_File *next) const;
|
| 133 |
|
133 |
|
| 134 |
virtual Utils::String CreateValuesLine () const;
|
134 |
virtual Utils::String CreateValuesLine () const;
|
| 135 |
|
135 |
|
| 136 |
virtual bool LoadPackageData(const Utils::String &sFfirst, const Utils::String &sRest);
|
136 |
virtual bool LoadPackageData(const Utils::String &sFfirst, const Utils::String &sRest, const Utils::String &sMainGame, Utils::CStringList &otherGames);
|
| 137 |
virtual bool GeneratePackagerScript(bool wildcard, CyStringList *list, bool datafile = false);
|
137 |
virtual bool GeneratePackagerScript(bool wildcard, CyStringList *list, bool datafile = false);
|
| 138 |
virtual bool GeneratePackagerScriptFile(bool wildcard, CyStringList *list);
|
138 |
virtual bool GeneratePackagerScriptFile(bool wildcard, CyStringList *list);
|
| 139 |
|
139 |
|
| 140 |
void ConvertNormalMod(C_File *f, CyString to);
|
140 |
void ConvertNormalMod(C_File *f, CyString to);
|
| 141 |
void ConvertFakePatch(C_File *f);
|
141 |
void ConvertFakePatch(C_File *f);
|
| Line 150... |
Line 150... |
| 150 |
void SetFileCompression ( int c ) { m_SHeader2.iFileCompression = c; }
|
150 |
void SetFileCompression ( int c ) { m_SHeader2.iFileCompression = c; }
|
| 151 |
void SetValueCompression( int c ) { m_SHeader.iValueCompression = c; }
|
151 |
void SetValueCompression( int c ) { m_SHeader.iValueCompression = c; }
|
| 152 |
void SetIcon ( C_File *file, CyString ext ) { if ( m_pIconFile ) delete m_pIconFile; m_sIconExt = ext; m_pIconFile = file; _changed(); }
|
152 |
void SetIcon ( C_File *file, CyString ext ) { if ( m_pIconFile ) delete m_pIconFile; m_sIconExt = ext; m_pIconFile = file; _changed(); }
|
| 153 |
void SetFtpAddr ( CyString str ) { m_sFtpAddr = str; }
|
153 |
void SetFtpAddr ( CyString str ) { m_sFtpAddr = str; }
|
| 154 |
|
154 |
|
| 155 |
void AddFileScript(int filetype, bool shared, CyString rest);
|
155 |
void AddFileScript(int filetype, bool shared, CyString rest, const Utils::String &sMainGame, Utils::CStringList &otherGames);
|
| 156 |
|
156 |
|
| 157 |
bool IsMod();
|
157 |
bool IsMod();
|
| 158 |
bool IsFakePatch() const;
|
158 |
bool IsFakePatch() const;
|
| 159 |
|
159 |
|
| 160 |
// error handling
|
160 |
// error handling
|