Thanks to visit codestin.com
Credit goes to github.com

Skip to content
widberg edited this page Feb 21, 2024 · 1 revision

Appearance

Everything about the AI players' appearance is randomized except their body, they will always have body 1 which is white.

Names

The AI names come from the trtext starting at ID 1500 and ending at 1573 inclusive. This range is hardcoded in several places and needs to be updated everywhere to avoid issues. This list is shuffled with an inlined Random::ran2() before picking the names. Names are limited to 31 characters and a null-terminator. The helicopter name in the Chopper Chase challenges is the string "helico" which is hardcoded in the executable and not a trtext.

trtext ID String
1500 "Alan Turtle"
1501 "Alec Skid"
1502 "Alexander the Pilot"
1503 "Balthacheaty"
1504 "Basil 'Zouz' Krasky"
1505 "Be-Bop-a-Lula"
1506 "Ben Fook"
1507 "Bollywood Boy"
1508 "Bomb Jake"
1509 "Bouncing B."
1510 "Captain Yarr"
1511 "Conex"
1512 "D12 Dave"
1513 "Dan 'Flicky' Lakavidden"
1514 "Davy Richard"
1515 "Doug 'Slowman' Shalan"
1516 "Dylan 'Chi' Tran"
1517 "El Chinchol"
1518 "El Gringo"
1519 "El Luchador"
1520 "Freaky Frank"
1521 "Friedrich 'Foog' Dentz"
1522 "Gwen Ishu"
1523 "Hammerhead Mark"
1524 "Herr Stroh"
1525 "Hideo Miyahon"
1526 "Hype Kurtzmann"
1527 "Jay Buddy"
1528 "Jim 'Jamming' Wilson"
1529 "Joo '6' Pak"
1530 "Jordan Guardiana"
1531 "Julian 'Redhead' Pyrrhus"
1532 "K. Ratos"
1533 "Ken Deckard"
1534 "Leo Leone"
1535 "Lyke Corm"
1536 "Magic Sausage"
1537 "Malek Janr"
1538 "Max Fungle"
1539 "Pack'O"
1540 "Pat Kass"
1541 "Polka Goat"
1542 "Pongwa Bongo"
1543 "Roman Tocky"
1544 "Señor Pulpo"
1545 "Sheldon Hofstadter"
1546 "Sinj Kaleb"
1547 "Sonny K."
1548 "Sosidj Vlorr"
1549 "Sylvian 'Clutch' Billow"
1550 "The Burn"
1551 "The Butcher"
1552 "The Dude"
1553 "The Stranger"
1554 "The Vagabond"
1555 "Tim 'Raz' Twofines"
1556 "Todd Stoole"
1557 "Twister Thomas"
1558 "Tim Braid"
1559 "Goo Boy"
1560 "Toisu Vinsgurald"
1561 "Janos Audren"
1562 "Anthony 'Saint' Georges"
1563 "Gino Shader"
1564 "Free Cat"
1565 "Nimame Snightmare"
1566 "Lao Navid"
1567 "Mike 'Taz' Valenz"
1568 "Schlippen Mymyp"
1569 "Jukebox Chupa"
1570 "Guts Iltrann"
1571 "Malyce Kojunk"
1572 "Yann Pikoo"
1573 "Al Backhair"
1574 ""
1575 ""

Home
FAQ

For FMTK Users and Mod Developers

Read the Docs

For FMTK Developers

Asobo BigFile Format Specification
Asobo Classes
      Animation_Z
      Binary_Z
      Bitmap_Z
      Camera_Z
      CollisionVol_Z
      Fonts_Z
      GameObj_Z
      GenWorld_Z
      GwRoad_Z
      Keyframer*_Z
      Light_Z
      LightData_Z
      Lod_Z
      LodData_Z
      Material_Z
      MaterialAnim_Z
      MaterialObj_Z
      Mesh_Z
      MeshData_Z
      Node_Z
      Omni_Z
      Particles_Z
      ParticlesData_Z
      RotShape_Z
      RotShapeData_Z
      Rtc_Z
      Skel_Z
      Skin_Z
      Sound_Z
      Spline_Z
      SplineGraph_Z
      Surface_Z
      SurfaceDatas_Z
      UserDefine_Z
      Warp_Z
      World_Z
      WorldRef_Z
Asobo File Format Idioms
Asobo CRC32
Asobo LZ Compression
Asobo Arithmetic Coding Compression
Asobo Save Game File Format Specification
Asobo Audio Formats
TotemTech/ToonTech/Zouna/ACE/BSSTech/Opal Timeline
Zouna Modding Resources
Miscellaneous

Clone this wiki locally