-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lazanet
committed
Dec 26, 2017
1 parent
a948fc8
commit b96904e
Showing
145 changed files
with
18,858 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Manifest-Version: 1.0 | ||
Main-Class: editor.Editor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
rm build/*.class | ||
rm build/editor/*.class | ||
|
||
javac src/*.java -d build | ||
javac src/editor/*.java -d build |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
<html> | ||
<head> | ||
|
||
|
||
|
||
|
||
|
||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<title>PESFan Editor Help</title> | ||
<link rel="stylesheet" href="layout1.css" type="text/css"> | ||
</head> | ||
|
||
|
||
<body> | ||
|
||
|
||
|
||
<h1>Emblems / Logos</h1> | ||
|
||
|
||
|
||
<p>The editor can import images from PNG and GIF files:</p> | ||
|
||
|
||
|
||
<ul> | ||
|
||
|
||
|
||
<li>Emblem<br> | ||
|
||
|
||
|
||
64x64 pixels, Indexed palette - 128 colour maximum</li> | ||
|
||
|
||
|
||
<li>Logo<br> | ||
|
||
|
||
|
||
32x32 pixels, Indexed palette - 16 colour maximum</li> | ||
|
||
|
||
|
||
</ul> | ||
|
||
<p><a href="index.html">Home</a></p> | ||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
<html> | ||
<head> | ||
|
||
|
||
|
||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> | ||
|
||
|
||
|
||
|
||
|
||
<title>PESFan Editor Help</title> | ||
<link rel="stylesheet" href="layout1.css" type="text/css"> | ||
</head> | ||
|
||
|
||
<body> | ||
|
||
|
||
<h1>OF2</h1> | ||
|
||
|
||
<p>After a second option file (OF2) has been opened (using the | ||
<span style="font-weight: bold;">Open OF2...</span> | ||
option in the <span style="font-weight: bold;">File</span> | ||
menu), you can import the following data | ||
from it:</p> | ||
|
||
|
||
<ul> | ||
|
||
|
||
<li>Individual Players - on the transfer page, double click the | ||
player you want to replace, click <span style="font-weight: bold;">Import | ||
(OF2)</span>, and then double click | ||
the player you want to import</li> | ||
|
||
|
||
<li>Individual Emblems - a new option will be available on the | ||
emblem page, and also when you click an existing Emblem</li> | ||
|
||
|
||
<li>Individual Logos - a new option will be available when you | ||
click a slot on the Logo page</li> | ||
|
||
|
||
<li>Individual Kits - double click a team on the team page, a | ||
list of the teams in OF2 will appear, double click the team who's kit | ||
you want to import. You will be prompted to choose a slot for each logo | ||
required by the kit</li> | ||
|
||
|
||
</ul> | ||
|
||
|
||
<p>On the OF2 Import page:</p> | ||
|
||
|
||
<ul> | ||
|
||
|
||
<li>Options / PES / Shop items / victory data</li> | ||
|
||
|
||
<li>Stadium names</li> | ||
|
||
|
||
<li>League names</li> | ||
|
||
|
||
<li>Boots</li> | ||
|
||
|
||
<li>Players / Squads / Formations</li> | ||
|
||
|
||
<li>Club names</li> | ||
|
||
|
||
<li>Kits / Emblems / Logos / Club stadiums, flags, colours</li> | ||
|
||
|
||
</ul> | ||
|
||
|
||
<p><a href="index.html">Home</a></p> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
<html> | ||
<head> | ||
|
||
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> | ||
<title>PESFan Editor Help</title> | ||
|
||
|
||
<link rel="stylesheet" href="layout1.css" type="text/css"> | ||
|
||
</head> | ||
|
||
|
||
<body> | ||
|
||
<h1>Contents</h1> | ||
|
||
<a href="transfer.html">Transfer</a><br> | ||
|
||
<a href="team.html">Team</a><br> | ||
|
||
<a href="flaglogo.html">Emblems / Logos</a><br> | ||
|
||
<a href="import.html">OF2</a><br> | ||
|
||
<a href="stats.html">CSV Stats file</a><br> | ||
|
||
<a href="save.html">Saving / Converting files</a><br> | ||
|
||
<p>Most of the buttons, text boxes, etc. in the editor have | ||
tool-tips, so if you want to know what something does, just hold the | ||
mouse | ||
still over it.</p> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */ | ||
|
||
body { font-family: verdana,arial,helvetica,sans-serif; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
<html> | ||
<head> | ||
|
||
|
||
|
||
|
||
|
||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<title>PESFan Editor Help</title> | ||
<link rel="stylesheet" href="layout1.css" type="text/css"> | ||
</head> | ||
|
||
|
||
<body> | ||
|
||
|
||
|
||
<h1>Saving / Converting files</h1> | ||
|
||
|
||
<h3> | ||
Converting | ||
</h3> | ||
|
||
|
||
<ol> | ||
|
||
|
||
|
||
<li><span style="font-weight: bold;">Use Open...</span> | ||
in the <span style="font-weight: bold;">File</span> | ||
menu to open a file (OF1) in the | ||
format you want to convert to (eg. if you want to convert a file to PC | ||
format, open a PC file)</li> | ||
|
||
|
||
|
||
<li>Use <span style="font-weight: bold;">Open | ||
OF2...</span> in the <span style="font-weight: bold;">File</span> | ||
menu to open the file you want | ||
to convert</li> | ||
|
||
|
||
|
||
<li>Use the <span style="font-weight: bold;">Convert | ||
OF2 > OF1</span> option in the <span style="font-weight: bold;">Tools</span> menu | ||
to convert</li> | ||
|
||
|
||
|
||
<li>Save your converted file</li> | ||
|
||
|
||
|
||
</ol> | ||
|
||
|
||
|
||
<p>The converted file will retain the options, settings, PES | ||
points, shop items, cup gallery, and memorial match data from OF1.</p> | ||
|
||
|
||
|
||
<h3>Note</h3> | ||
|
||
|
||
<p>When a file is saved in X-Port (.xps) format, the file name | ||
will also | ||
be used as the X-Port save name so that the file can be easily | ||
recognised when using the X-Port software. | ||
</p> | ||
|
||
|
||
<p><a href="index.html">Home</a></p> | ||
|
||
|
||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
<html> | ||
<head> | ||
|
||
|
||
|
||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> | ||
|
||
|
||
|
||
|
||
|
||
<title>PESFan Editor Help</title> | ||
<link rel="stylesheet" href="layout1.css" type="text/css"> | ||
</head> | ||
|
||
|
||
<body> | ||
|
||
|
||
<h1>CSV stats file</h1> | ||
|
||
|
||
<p>The <span style="font-weight: bold;">Make csv | ||
stats file...</span> option in the <span style="font-weight: bold;">Tools</span> menu creates a | ||
.csv (Comma Separated Variables) file containing the names of all the | ||
players in the option file, along with their stats and the squads they | ||
are in.</p> | ||
|
||
|
||
<p>CSV files can be opened by most Spreadsheet software (Excel, | ||
OpenOffice, etc.).</p> | ||
|
||
|
||
<p>To use a .csv stats file with the included Excel template:</p> | ||
|
||
|
||
<ol> | ||
|
||
|
||
<li>Use <span style="font-weight: bold;">Make csv | ||
stats file...</span> to make a .csv file (don't tick | ||
the Column Headings box)</li> | ||
|
||
|
||
<li>Open a new Excel sheet</li> | ||
|
||
|
||
<li>Import the .csv file you just created</li> | ||
|
||
|
||
<li>Select all the cells containing data</li> | ||
|
||
|
||
<li>Copy the selected cells to the clipboard</li> | ||
|
||
|
||
<li>Open the provided template (template.xls)</li> | ||
|
||
|
||
<li>Use the Paste Special option to paste just the values into | ||
cell A2</li> | ||
|
||
|
||
<li>Add AutoFilter (From the Data menu, choose Filter, | ||
AutoFilter)</li> | ||
|
||
|
||
</ol> | ||
|
||
|
||
<p><a href="index.html">Home</a></p> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.