Main Page

From Fio

(Difference between revisions)
(Other optional things to do)
 
(48 intermediate revisions not shown)
Line 1: Line 1:
-
Wiki successfully set up.
+
[[Image:Fio-Bomb-Drops.png]]
-
==First Steps==
+
Fio is a [http://en.wikipedia.org/wiki/Fallout_series Fallout]-like role-playing game engine which is still under development.
-
The username and password for the administrative account is '''admin''', '''admin'''.
+
__TOC__
-
#<font color="red">Important:</font>  [[Special:Userlogin|Log in]] as admin and go to [[Special:Preferences|Preferences]] to change your password!
+
-
#Write down your password.
+
-
#On this page: [[image_logo_url]] put just the url for the logo.
+
 +
==ScreenShot==
 +
I'd uploaded some images to [http://www.nokisoft.com/fio/wiki/screenshots.html my site]
 +
[http://www.nma-fallout.com/forum/viewtopic.php?t=34409 The original release note on NMA-fallout]
 +
[https://www.dropbox.com/s/b369f3k62i3bvcx/fio-setup.exe Download Link (Dropbox)]
 +
==Features==
 +
now with the v0.1:
 +
* dialog sys
 +
* quest sys
 +
* combat sys
 +
* Unicode, support both English and traditional-Chinese
 +
* build-in GUI
 +
* 70+ modding API
 +
* save & load
 +
* music and background sfx
 +
* party member, (Smoke(the dog) in Arroyo garden)
 +
* team attack, (try to attack one villager in arroyo will annoy all others in the same map)
 +
* record and replay, (mainly for test)
-
==Other optional things to do==
+
Several features like world map, pipboy, S.P.E.C.I.A.L sys editor is not ready yet; World map will be added in next release for multi-towns.
-
*Control the rights of anyomus and logged in users through the control panel (which can be found in the toolbox on the left side of this page).
+
 
-
*Add the url for your wiki to the [http://www.editthis.info/wiki/index.php/Categorized_Wiki_List Categorized wiki list]. Simply edit that page and put your wiki under the appropriate category.
+
==The Design==
-
*To increase the amount of space you have for uploads, add links to http://editthis.info from external sites, and go to the [http://editthis.info/wiki/index.php/Link_Quota_Page Link Quota Page] to increase your uploads quota.
+
The design of Fio is mainly scratched out on A4 white papers(60+ pages now) with '''<font color=blue>c</font><font color=yellow>o</font><font color=blue>l</font><font color=red>o</font><font color=green>u</font><font color=red>r</font>''' pencils for ''[http://www.paulgraham.com/island.html Pen and paper wick ideas.]''
-
*Edit [[MediaWiki:Sidebar]] to change the navigation menu
+
 
-
*Add this wiki to some external wiki indexes:
+
Here's some description:
-
#[http://en.wikipedia.org/wiki/List_of_wiki Wikipedia list of wikis]
+
* [[Fio:Bird's-Eye|Bird's-Eye]]
-
#[http://www.wikiindex.com/Add_a_Wiki WikiIndex]<br>
+
* [[Fio:Isometric|Isometric]]
-
*If you are feeling adventurous and know a little about web design you can edit the  javascript and css to the [[Header]] to change the look of your wiki.
+
* [[Fio:Caching|Caching]]
-
**You must log as admin to do this
+
* [[Fio:Iterators|Iterators]]
-
**Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles.
+
* [[Fio:LuaBinder|LuaBinder]]
-
*Read the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for other usage and configuration help.
+
* [[Fio:Scripting|Scripting]]
-
*Add your wiki to the [http://editthis.info/wiki/index.php/Map_of_wikis map of wikis]
+
* [[Fio:FioWin|FioWin]]
 +
* [[Fio:Engine|Engine]]
 +
* [[Fio:DesignPrinciple|Design Principle]]
 +
* [[Fio:TheGameItself|The Game Itself]]
 +
* [[Fio:PathFinding|Path Finding]]
 +
* [[Fio:DataDescriptoinInLua|Data Description In Lua]]
 +
* [[Fio:Toolkit|Toolkit]]
 +
* [[Fio:MultiLanguage|Multi Language Support & Unicode]]
 +
* [[Fio:Render|Render]]
 +
* [[Fio:FrmAndFrame|Frm, Frame, S, T, U]]
 +
* [[Fio:GFXs|GFXs]]
 +
* [[Fio:UnitTest|UnitTest]]
 +
* [[Fio:FioEd|The Half-baked Editor - FioEd]]
 +
* [[Fio:TeamxAndNma|TeamX and NMA]]
 +
* [[Fio:ResourcePacking|Resource Packing]]
 +
* [[Fio:Debugging|Debugging]]
 +
* [[Fio:TestFarm|Test Farm]]
 +
 
 +
==Plan==
 +
[[Fio:Plan|.Plan]]
 +
 
 +
==Brief History==
 +
 
 +
==Nuggets in Fallout2==
 +
 
 +
==[[Fio:FileFormat|File Format]]==
 +
[[Fio:FileFormat|Format of Files of Fallout2/Fio]]
 +
 
 +
The legendary [http://www.teamx.ru/ TeamX] has done [http://www.teamx.ru/rus/bd/ a great work] on decrypting Fallout's file. But most file format is described in Russian. Here while writing Fio I translate some files(or file frags) into English thru an [http://translation2.paralink.com/ on-line translation service] - though the translation is not very accurate, but the meaning is there.
 +
 
 +
==Contact Us==
 +
You can reach developers of Fio thru [mailto:abrash_han@hotmail.com abrash_han@hotmail.com].

Current revision as of 13:05, 13 November 2012

Image:Fio-Bomb-Drops.png

Fio is a Fallout-like role-playing game engine which is still under development.

Contents


ScreenShot

I'd uploaded some images to my site

The original release note on NMA-fallout

Download Link (Dropbox)

Features

now with the v0.1:

  • dialog sys
  • quest sys
  • combat sys
  • Unicode, support both English and traditional-Chinese
  • build-in GUI
  • 70+ modding API
  • save & load
  • music and background sfx
  • party member, (Smoke(the dog) in Arroyo garden)
  • team attack, (try to attack one villager in arroyo will annoy all others in the same map)
  • record and replay, (mainly for test)

Several features like world map, pipboy, S.P.E.C.I.A.L sys editor is not ready yet; World map will be added in next release for multi-towns.

The Design

The design of Fio is mainly scratched out on A4 white papers(60+ pages now) with colour pencils for Pen and paper wick ideas.

Here's some description:

Plan

.Plan

Brief History

Nuggets in Fallout2

File Format

Format of Files of Fallout2/Fio

The legendary TeamX has done a great work on decrypting Fallout's file. But most file format is described in Russian. Here while writing Fio I translate some files(or file frags) into English thru an on-line translation service - though the translation is not very accurate, but the meaning is there.

Contact Us

You can reach developers of Fio thru abrash_han@hotmail.com.

Personal tools