Page 1 of 1

The AGE WIKI is up again!

Posted: Mon Apr 29, 2019 8:56 am
by Pocus
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:

Re: The AGE WIKI is up again!

Posted: Tue Apr 30, 2019 9:12 am
by Citizen X
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:

Re: The AGE WIKI is up again!

Posted: Wed Jul 03, 2019 3:44 pm
by ERISS
Great! Thanks.

Re: The AGE WIKI is up again!

Posted: Fri Dec 04, 2020 8:49 pm
by PeaceThroughWar
The locked AGEwiki topic noting that the AGEwiki is permanently gone should be edited or deleted to reflect this change.

Re: The AGE WIKI is up again!

Posted: Mon Feb 26, 2024 9:12 am
by andrzej
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

Re: The AGE WIKI is up again!

Posted: Mon Feb 26, 2024 9:29 am
by andrzej
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.


Re: The AGE WIKI is up again!

Posted: Wed Feb 28, 2024 8:33 am
by Pocus
That's an impressive dedication to this old engine andrzej!

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

Re: The AGE WIKI is up again!

Posted: Wed Feb 28, 2024 4:18 pm
by andrzej
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?

Re: The AGE WIKI is up again!

Posted: Thu Feb 29, 2024 1:56 pm
by Nikel
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:

Re: The AGE WIKI is up again!

Posted: Fri Mar 01, 2024 8:12 am
by andrzej
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.

Re: The AGE WIKI is up again!

Posted: Sun Mar 03, 2024 10:11 am
by Pocus
It's a bit of code you can look into with a text editor indeed. I'm surprised that's not the latest though!

Re: The AGE WIKI is up again!

Posted: Sun Mar 03, 2024 3:26 pm
by Nikel
The file is from 2013.

When did you stop developing AGE?

The last exe is WSS from 2018.