Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Alternative Civs > Alternative Civilizations > History of Empires! - Demo 1
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
04.Sep: `FC` 2.0.5 COMPLETED AND RELEASED
27.Jul: `FC` 2.0.4 COMPLETED AND RELEASED
16.Jul: `FC` 2.0.3 COMPLETED AND RELEASED

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
Dale is offline Dale
King
Sir! Why do you keep clicking on me?
Dec 2000
time: 15:16
  Old Post 14-12-2001 08:53
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
History of Empires! - Demo 1 Get a bigger avatar today!

Hey all. Demo 1's now here! YAY! I finally got it out.

Anyways, let me know what you think of it. Just a few things:

- There's 3 players in the game so far (don't MOD it for more, you won't get any units).
- Units are hardcoded for this demo as I ran out of time to setup a MOD file for it. There's a range of units to show what's in the game so far.
- Any question please post here.
- Here's the readme.txt file:

***************************************

HISTORY OF EMPIRES!

Version: 0.1.0 (Alpha)

***************************************

I'd like to thankyou for trying out the demo of my game. This game is a Civilisation style game. It will be completely freeware and be the basis of my programming folio. So if you're in Melbourne, and need a programmer, let me know.


To INSTALL:
-----------
Unzip the downloaded .ZIP file to a seperate directory.
That's it.

To RUN:
-------
Run the executable: HoE.EXE

To PLAY:
--------

Well, there isn't much yet to play with, but here goes:

- Click "New Game" to start.
- Map scrolls with mouse to the edges of the screen.
- "End Turn" ends your turn and starts the next nation (seen by the flags near the info box).
- Left click on a unit and then use the arrow keys to move a unit.
- "Menu" takes you back to the menu.
- "File" -> "Quit" to exit the game.

Feedback:
---------
Please let me know what you think, any bigs you find, suggestions, critisms, etc. You may do so at the Apolyton Alt-Civs forums. http://apolyton.net
OR: email dale.kent@alphawest6.com.au

Thanks for trying.
Dale


EDIT:
Deleted attachment. New version below.

Last edited by Dale on 18-12-2001 at 07:37

dexter4dxm is offline dexter4dxm
Warlord
CA, USA
Jul 2001
time: 21:16
  Old Post 14-12-2001 11:28 Visit dexter4dxm's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Put an end to popups!

hey dale, i downloaded it and gave it a try. unfortunately i didn't get a good chance to try everything out because the scroll speeds are WAY too high on my computer. is there any way to adjust this?

Dale is offline Dale
King
Sir! Why do you keep clicking on me?
Dec 2000
time: 15:16
  Old Post 18-12-2001 07:23
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
HoE Demo 0.1.1 Put an end to popups!

Demo 0.1.1 (Unit movement complete)

- Two units per square max (select from selection box)
- Civ flags for units, and MV icon to indicate movement left
- Movement rates complete
- MODable scenario.his file to initialise where units begin in new game
- MODable map.his file to initialise terrain layout in map

Enjoy. Any probs let me know.

Readme:
-----------
quote:

***************************************

HISTORY OF EMPIRES!

Version: 0.1.1 (Alpha)

***************************************

I'd like to thankyou for trying out the demo of my game. This game is a Civilisation style game. It will be completely freeware and be the basis of my programming folio. So if you're in Melbourne, and need a programmer, let me know.


To INSTALL:
-----------
Unzip the downloaded .ZIP file to a seperate directory.
That's it.

To RUN:
-------
Run the executable: HoE.EXE

To PLAY:
--------

Well, there isn't much yet to play with, but here goes:

- Click "New Game" to start.
- Map scrolls with mouse to the edges of the screen.
- "End Turn" ends your turn and starts the next nation (seen by the flags near the info box).
- Left click on a unit and then use the arrow keys to move a unit.
- "Menu" takes you back to the menu.
- "File" -> "Quit" to exit the game.

NOTES:
------
- Your units will move such that up on the keyboard (north) is up-right on the map (map north).
- Two icons are displayed for each unit: a flag to indicate owner, an MV icon which shows if movement is available for the selected unit.
- To switch between units on a square (two units possible per square) click on the unit picture in the selection box bottom-left. The select box will reflect whose move it is (left unit).
- You are able to MOD the "*.his" files if you wish. At this point, it's best to only MOD "scenario.his" which holds the unit start locations, and "map.his" which reflects the map terrain (see below for explanation).

Modding:
--------

Scenario.his:
- Allows you to define start locations of civ's units.
- File order (DO NOT DELETE "Units:" FROM TOP LINE!)

At this point, and do nothing. Ensure these are set to "999" or your unit will not load into the map.

Map.his:
- Allows you to draw your own map.
- Please make sure you width, height dimensions are more than 15, 40. I haven't put catches in for this yet, so it'll load but act wierd.
- Terrain type is specified in "terrain.his".
0 - Mountain1
1 - Mountain2
2 - Hill1
3 - Hill2
4 - Forest1
5 - Forest2
6 - Grassland
7 - Plains
8 - Tundra
9 - Dessert
10 - Snow
11 - Swamp
12 - Ocean

- File order (DO NOT CHANGE THIS ORDER!)
MapWidth:
MapHeight:

<0,0> <1,0> <2,0> ........
...................
...................
<0,n> <1,n> <2,0> ........

Feedback:
---------
Please let me know what you think, any bugs you find, suggestions, critisms, etc. You may do so at the Apolyton Alt-Civs forums. http://apolyton.net
OR: email dale.kent@alphawest6.com.au

Thanks for trying.
Dale

Attachment: hoe011.zip
This has been downloaded 32 time(s).

Last edited by Dale on 18-12-2001 at 07:30

Dale is offline Dale
King
Sir! Why do you keep clicking on me?
Dec 2000
time: 15:16
  Old Post 18-12-2001 07:47
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

quote:
Originally posted by dexter4dxm
hey dale, i downloaded it and gave it a try. unfortunately i didn't get a good chance to try everything out because the scroll speeds are WAY too high on my computer. is there any way to adjust this?


Dex:
It works fine on my system. Plus, I've had a report of "sluggish" scroll speed. What chip have you got in the system? RAM? I'm on a P3-800 with 128MB RAM, Win2K Pro. The PC at home is P3-666, 386 RAM, WinXP Pro.

dexter4dxm is offline dexter4dxm
Warlord
CA, USA
Jul 2001
time: 21:16
  Old Post 18-12-2001 10:57 Visit dexter4dxm's homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Support Apolyton buy from Amazon

Althlon XP 1800+ with 512MB PC2100 DDR RAM, Geforce 3 Ti 200, and running on WinXP Pro.

Dale is offline Dale
King
Sir! Why do you keep clicking on me?
Dec 2000
time: 15:16
  Old Post 20-12-2001 10:51
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Update report! Increase the size of your Attachments

Cities, F-O-W, and settling.

Screenshots:

Attachment: screen1.jpg
This has been downloaded 256 time(s).

Dale is offline Dale
King
Sir! Why do you keep clicking on me?
Dec 2000
time: 15:16
  Old Post 20-12-2001 10:54
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Update report! Support Apolyton, buy Galactic Civilizations

Closeup screenshot:

Note:
- Bottom-right: An Australian size 1 city (this is not the final city style for us )
- Middle-left: This is the "Settle" icon. Only available when a settler is selected.
- On the unit: You'll notice the MV icon (No red cross through it means still got movement left).

Attachment: screen2.jpg
This has been downloaded 250 time(s).

dexter4dxm is offline dexter4dxm
Warlord
CA, USA
Jul 2001
time: 21:16
  Old Post 21-12-2001 06:59 Visit dexter4dxm's homepage!
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Help yourself to an AD-FREE life

just a little suggestion for the scroll-rate thingy (i really want to get a chance to fully check out your game, so i really want it fixed).

if you don't want to make a scroll-rate adjuster, do what i did and make the scrolling based on time - that way you can be sure it will run the same on all machines

Dale is offline Dale
King
Sir! Why do you keep clicking on me?
Dec 2000
time: 15:16
  Old Post 21-12-2001 08:51
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton, buy Civilization 2

I'm actually on holidays for 2 weeks from today, and will be at the beach. So I won't have PC access to do anything. I had thought about putting in the time-referenced scrolling, but still working on the right way to do it.

This project has been the best learning experience for me.

Happy christmas all!

Miznia is offline Miznia
Warlord
Madison WI
Jul 2001
time: 23:16
  Old Post 24-12-2001 00:22
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Well, I'll post despite your being away...

I didn't see any ability to settle, so maybe I got the wrong version, or it's not out yet.

Curiously, if I run HoE from windowed DOS, it will change screen modes and fill up the whole screen, but from full-screen DOS, it would just change back to my default 1024x768 and occupy the upper-left corner of the screen.

The speed of execution is a lot better at full-screen (scrolling is fine), but I couldn't scroll down. Scrolling was very slow when it was just in the corner, but I could scroll up and down. I do think that switching to a time-based scroll is a good idea. It might fix the minor annoyance I have, that in order to scroll left, for instance, I have to jiggle the mouse up and down, as well, to maintain scrolling. My computer is incidentally 533MHz.

It took me awhile to figure out how movement worked. I was clicking too high on units to select them, I think. It also seems that there's no diagonal movement, with keypad 7913.

Nice first demo. You're eventually going to have to have some automatic unit-selection, though, or it will make my wrist hurt to play!

The Emperor Fabulous is offline The Emperor Fabulous
Warlord
Apolyton's Resident Actor-in-Training
Aug 1999
time: 00:16
  Old Post 22-02-2002 21:07
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Enter the AD-FREE zone

For some reason, every time I try to play, I get to the opening screen and the computer freezes.

Straybow is offline Straybow
Emperor
SG(2)… gone but not forgotten
Jan 1970
time: 23:16
  Old Post 07-05-2002 06:15 Visit Straybow's homepage!
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Nice start Support Apolyton, buy Galactic Civilizations: Deluxe Edition

I got the map to scroll, but nothing else happened. Well, End of Turn made it switch to another empire that did nothing no matter what I clicked or keyed.

Athlon 850, 128M, OEM AGP graphics card with 8M

AeroPrinz is offline AeroPrinz
Warlord
Valhalla
Apr 2001
time: 07:16
  Old Post 29-06-2002 11:58 Visit AeroPrinz's homepage!
Edit/Delete Message Reply w/Quote
#13 Report this post to a moderator
Support Apolyton

Nice try. I have downloaded ant tested you game. I think it is a very good start. I also sometimes working on development of such a game, but my main problem is computer strategy, and I have not worked with graphic yet. Are you working on computer strategy in your game?

The Emperor Fabulous is offline The Emperor Fabulous
Warlord
Apolyton's Resident Actor-in-Training
Aug 1999
time: 00:16
  Old Post 03-10-2002 01:10
Edit/Delete Message Reply w/Quote
#14 Report this post to a moderator
Support Apolyton buy from Amazon

Wow...I was third to last post in this topic, and that was way back in Feb...I need to get on the ball

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:16.
Apolyton Time is 00:16.
    top of page
Rate This Thread:
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0517 seconds (90.42% PHP - 9.58% MySQL) with 30 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net