User avatar
Pocus
Posts: 25659
Joined: Wed Oct 19, 2005 7:37 am
Location: Lyon (France)

The AGE WIKI is up again!

Mon Apr 29, 2019 8:56 am

It has been made possible by CitizenX who worked hard to pull back the old Wiki from its grave and convert it into an HTML format, that has been then put by Lafrite on the LE QG website

Many thanks to CitizenX, and also big thanks to Lafrite for hosting it.

https://www.leqg.org/doc/age/

:fleurs: :fleurs: :hat: :hat: :party: :party:

User avatar
Citizen X
AGEod Veteran
Posts: 795
Joined: Tue Feb 02, 2010 1:34 pm

Re: The AGE WIKI is up again!

Tue Apr 30, 2019 9:12 am

Kudos for this goes to Lafrite alone.

While true that I converted the HTML code found at wayback machine back to Wiki Code, this is presumably Lafrite 's HTML backup of the old Wiki. I might get corrected there.

Good job, Lafrite.

:hat: :hat:

User avatar
ERISS
AGEod Guard of Honor
Posts: 2204
Joined: Mon Aug 23, 2010 10:25 am
Location: France

Re: The AGE WIKI is up again!

Wed Jul 03, 2019 3:44 pm

Great! Thanks.

PeaceThroughWar
Conscript
Posts: 11
Joined: Mon Sep 28, 2020 4:04 pm

Re: The AGE WIKI is up again!

Fri Dec 04, 2020 8:49 pm

The locked AGEwiki topic noting that the AGEwiki is permanently gone should be edited or deleted to reflect this change.

User avatar
andrzej
Major
Posts: 208
Joined: Thu Jan 17, 2013 11:57 am
Location: Russia.Saint Peterburg

Re: The AGE WIKI is up again!

Mon Feb 26, 2024 9:12 am

I created my own table of all Ageod script commands.
- Firstly, this is additional protection from the fact that the AGE Wiki will disappear again
- secondly, I added all the missing commands to the table
- thirdly, I made an additional Russian description, for the convenience of Russian modders.
- fourthly, in my table you can search for any command or word (which is currently impossible to do in the AGE Wiki)

All script-commands Ageod

User avatar
andrzej
Major
Posts: 208
Joined: Thu Jan 17, 2013 11:57 am
Location: Russia.Saint Peterburg

Re: The AGE WIKI is up again!

Mon Feb 26, 2024 9:29 am

Using a hex editor, I opened the exe file of the WON game engine as the latest and complete one, and found there the syntax of some commands not listed in the AGE Wiki.

Here is a list of script commands that were missing from the AGE Wiki:
AddClaimedRegions

AddDIToAllFac

AddFacModifiers

AddHarborNoBlock

AddLoyFacCoeff

AddNationalRegions

AddRulerToFac

AddToUnitSel

AddXpToGroup

AutoRaise

ChangeBuyTransaction

ChangeSellTransaction

ChangeStrucLevel

ChgDevelopment

ChgGroupFixing

ChgPopAristos

ChgPopContentmentEx

ChgPopDataByEthnic

ChgPopDataByReligion

ChgPopMiddle

ChgPopPeasants

ChgPopUpper

ChgPopWorkers

ChgResSites

CivLevel

ColonialPen

ColStatus

CreateCrisis

CreatePop

CreateSubUnit (ApplyCreateSubUnit) ????

CustomUnit

Development

DiscoverResSites

EnableDiploItem

Entranch

FixType

FlavorName

GenName

GMEParam

InCS

Insurgent

LoyaltyEth

LoyaltyFac

MapBounds

Demobilize

Mobilize

MsgNeedRegion

NumCreate

Objectives

ObjectUID

PlannedCityName

PopContentPerc

PopMilitancyPerc

PopUpAdvText

Posture

RemClaimedRegions

RemDeJureRegions

RemFacModifiers

RemFAOverride

RemNationalRegions

RemoveCuUnit

MoveStruc

ResetSelUnit

StoreFactionRef

RestoreRegionRef

RestoreFactionRef

ScenTurns

SelectUnqUnit

SetNextElection

SelRegFromArea

SetAIPoolRatios

SetAllFacTaxes

SetAllRegionsToDefaultOwner

SetAristosPercRaw

SetCommit

SetDeJure

SetDistantBlockades

SetFacStyle

SetFactionAttribute

SetFAOverride

SetFixing

SetKind

SetLevel

SetMiddlePercRaw

SetName

SetPeasantsPercRaw

SetPopTotalRaw

SetPromFlag

SetRulerItemActiveState

SetSatellite

SetServilesPercRaw

SetTaxes

SetTechDiscovery

SetTransport

SetType

SetUpperPercRaw

SetWorkersPercRaw

ShortName

StoreRegionRef

SUFlavorName

Text

TurnIndex

UpgradeUnit

VP


Some of the commands on this list duplicate existing ones or are too simple and did not require description, but many are very interesting and needed for modding.
Therefore, I ask everyone who knows something about Ageod script commands to help fill out my table.


User avatar
Pocus
Posts: 25659
Joined: Wed Oct 19, 2005 7:37 am
Location: Lyon (France)

Re: The AGE WIKI is up again!

Wed Feb 28, 2024 8:33 am

That's an impressive dedication to this old engine andrzej!

This should help you
UScriptEngine.zip
(119.06 KiB) Downloaded 17 times

User avatar
andrzej
Major
Posts: 208
Joined: Thu Jan 17, 2013 11:57 am
Location: Russia.Saint Peterburg

Re: The AGE WIKI is up again!

Wed Feb 28, 2024 4:18 pm

Pocus wrote:That's an impressive dedication to this old engine andrzej!

This should help you
UScriptEngine.zip


Thank you .
How does it work?

Is this a separate program or does this file need to be inserted into the game?

User avatar
Nikel
Posts: 2879
Joined: Sun Apr 20, 2008 8:38 pm

Re: The AGE WIKI is up again!

Thu Feb 29, 2024 1:56 pm

A .pas file. AGE engine was created in Delphi, was it not?

https://docs.fileformat.com/programming ... 20language

https://file.org/extension/pas

https://fileinfo.com/extension/pas


It is possible to open it with Wordpad, other thing is to understand it :wacko:

User avatar
andrzej
Major
Posts: 208
Joined: Thu Jan 17, 2013 11:57 am
Location: Russia.Saint Peterburg

Re: The AGE WIKI is up again!

Fri Mar 01, 2024 8:12 am

Nikel wrote:A .pas file. AGE engine was created in Delphi, was it not?


At first I thought that Pocus posted the source code of the AGE engine, but then I realized that this was not so. :pleure: It seems that the Script Engine is like a “demo version of the engine”, serving only to test script commands.
But how does it work? Does this file need to be compiled in Delphi 7?


Of course, I opened this file in a code editor and was able to find useful information there on some commands, but not all. Apparently this file is older, not for WON.

User avatar
Pocus
Posts: 25659
Joined: Wed Oct 19, 2005 7:37 am
Location: Lyon (France)

Re: The AGE WIKI is up again!

Sun Mar 03, 2024 10:11 am

It's a bit of code you can look into with a text editor indeed. I'm surprised that's not the latest though!

User avatar
Nikel
Posts: 2879
Joined: Sun Apr 20, 2008 8:38 pm

Re: The AGE WIKI is up again!

Sun Mar 03, 2024 3:26 pm

The file is from 2013.

When did you stop developing AGE?

The last exe is WSS from 2018.

Return to “Modding AGE engine games”

Who is online

Users browsing this forum: No registered users and 4 guests