I must have overlooked them. You can add them to your script, if you want. Open it in a text editor, and search for the line -- these must be hard-coded into Forge; the engine can't tell them apart Add these lines to the list of control panel types: ControlPanelTypes[52]._type = "chip insertion" Co...
Dunno why, but Forge running in OS9 under sheepshaver refuses to recognize the file... EDIT: Upon further investigation, my OS9 install is having some kind of resource fork issues. So lets assume I don't have forge access. I was going to use Marathon Map Splitter, but it has the same problem as for...
I'm stuck on S'pht Happens. I took the wrong path and ended up in a failure level, but I'm not sure what I did wrong. The failure terminal seems to say that i should have stuck to my original mission with Leela, and that my blood-lust lead me to the failure. I read all the terminals on the level an...
In Rozinate IX (phfor plank), I found a secret level. It is titled "Carpe *mumble mumble latin*". I googled everywhere and searched this forum and could not find any mention of this level. It isn't even acknowledged on the spoiler guide. There's a puzzle in it that I'm having a pain trying to figur...
When I create a map, my Forge claims too-long-view error too often.
If you want to make a map beyond the original engine limit, how do you make and what do you use?
sorry if I just misunderstood, but if acient-Jjaro's destruction at Ch5 caused Earth's mass extinction, it is a *big* mistake. It was occued at 65 million years ago(6.5e7). And if Tycho ( of Pfhor?) in M2 is right, Jjaro survives in 60 million years after this event. Perhaps the history of Marathon'...
I found other possible typos. there are too many "it's" which should be "its". "Ensurance" should be "Insurance"? And possible bugs: At finished message of Terminal 0 in "Root And Radicals, there is "#TAG 120" instead of "#LOGOFF 120". At finished message of Terminal 0 in "The Incredible Hulk" , tha...
I finished E X but there are a few things I can't understand well. Is it Marine(me) that was a weapon for Jjaro's enemy? Why Level50 & Level51 is in 2881 (not 6.5e6 B.C.)? Who speaks to me at Ch-5? Is the person who speaks to me in dream Leela at Outside? I like Ch1 and Ch2 but I hates Ch5 (I hate m...
Nothing unless I missed. Classic and Carbon API assumes all Japanese texts are written in Shift-JIS. The possible ways will be 1: Read terminal texts and check if it is written in Shift-JIS Advantage :you don't have to specify it. Disadvantage: It may fail and you cannot raed terminals if it fails. ...
Sorry for inturrpution. I am the author of AlephOneJP. There are many maps written in Shift-JIS. Furthermore Japanese-version-Forge only accepts Shift-JIS. (Original Forge accepts no Japnese Encodings) So UTF-8 maps will break backword-compatibilitys. I used ExpatJP for parsing of Japanese-MML but I...