Help with map editor - on mac

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
User avatar
Verin
Trained
Trained
Posts: 313
Joined: 11 Jun 2010, 00:08
Location: Chicago suburbs USA
Contact:

Re: Help with map editor - on mac

Post by Verin »

Debug.7z.001 RAR archive is what i got, it will not open with the unarchiver so i tried o go to the terminal step.

Code: Select all

Macintosh:~ austin$ mono 
Usage is: mono [options] program [program-options]

Development:
    --aot                  Compiles the assembly to native code
    --debug[=<options>]    Enable debugging support, use --help-debug for details
    --debugger-agent=options Enable the debugger agent
    --profile[=profiler]   Runs in profiling mode with the specified profiler module
    --trace[=EXPR]         Enable tracing, use --help-trace for details
    --help-devel           Shows more options available to developers

Runtime:
    --config FILE          Loads FILE as the Mono config
    --verbose, -v          Increases the verbosity level
    --help, -h             Show usage information
    --version, -V          Show version information
    --runtime=VERSION      Use the VERSION runtime, instead of autodetecting
    --optimize=OPT         Turns on or off a specific optimization
                           Use --list-opt to get a list of optimizations
    --security[=mode]      Turns on the unsupported security manager (off by default)
                           mode is one of cas, core-clr, verifiable or validil
    --attach=OPTIONS       Pass OPTIONS to the attach agent in the runtime.
                           Currently the only supported option is 'disable'.
Macintosh:~ austin$ /Users/austin/Desktop/Debug.7z.001 
-bash: /Users/austin/Desktop/Debug.7z.001: Permission denied
So my problem is extracting it to make it flame.exe im stuck with it being debug.7z.001 But i AM making progress.
My multiplayer name is Verin
Usually in ideas and suggestions.
I Am also an ASE certified technician.
User avatar
macuser
Regular
Regular
Posts: 1052
Joined: 19 Mar 2010, 23:35
Location: USA
Contact:

Re: Help with map editor - on mac

Post by macuser »

you need both files in the same folder (desktop). i don't know if the upload limit has changed or not - if so I will try to post it as a zip :)
ArtRev Website

ImageImage

System: AMD Phenom II x4, 4GB RAM, 640GB HD, Nvidia GeForce GT 240 1GB, Mac OS X 10.6
User avatar
macuser
Regular
Regular
Posts: 1052
Joined: 19 Mar 2010, 23:35
Location: USA
Contact:

Re: Help with map editor - on mac

Post by macuser »

ArtRev Website

ImageImage

System: AMD Phenom II x4, 4GB RAM, 640GB HD, Nvidia GeForce GT 240 1GB, Mac OS X 10.6
User avatar
Mr_E
Trained
Trained
Posts: 128
Joined: 09 Aug 2010, 17:59
Location: yes

Re: Help with map editor - on mac

Post by Mr_E »

ha ha, i know an easier way for debug mode on mac: go to library, applications, scroll all the way to the bottom to Warzone 2100, find config, then find debug=0 now change zero to one, then boom you have debug on.
I'm not always on but when I am you know it.
User avatar
macuser
Regular
Regular
Posts: 1052
Joined: 19 Mar 2010, 23:35
Location: USA
Contact:

Re: Help with map editor - on mac

Post by macuser »

no it is not debug mode. it is the flaME.exe for editing maps that I uploaded. download it and see :)
ArtRev Website

ImageImage

System: AMD Phenom II x4, 4GB RAM, 640GB HD, Nvidia GeForce GT 240 1GB, Mac OS X 10.6
User avatar
Mr_E
Trained
Trained
Posts: 128
Joined: 09 Aug 2010, 17:59
Location: yes

Re: Help with map editor - on mac

Post by Mr_E »

oh... good luck with that then.
I'm not always on but when I am you know it.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Help with map editor - on mac

Post by NoQ »

By the way, how did you repack flaME that way? Can you provide a newer version of flaME suitable for running in mono, or at least teach us how to do it? I would really prefer this to a windows in VirtualBox :)

The version you mention is very old, and has some very bad problems :hmm: (like missing Rocky tile types, so all rocky maps it makes are totally-passable; or is it just me?).
User avatar
Verin
Trained
Trained
Posts: 313
Joined: 11 Jun 2010, 00:08
Location: Chicago suburbs USA
Contact:

Re: Help with map editor - on mac

Post by Verin »

hao wrote:By the way, how did you repack flaME that way? Can you provide a newer version of flaME suitable for running in mono, or at least teach us how to do it? I would really prefer this to a windows in VirtualBox :)

The version you mention is very old, and has some very bad problems :hmm: (like missing Rocky tile types, so all rocky maps it makes are totally-passable; or is it just me?).
Oh, if that is the case screw it.
My multiplayer name is Verin
Usually in ideas and suggestions.
I Am also an ASE certified technician.
User avatar
Verin
Trained
Trained
Posts: 313
Joined: 11 Jun 2010, 00:08
Location: Chicago suburbs USA
Contact:

Re: Help with map editor - on mac

Post by Verin »

Did everything, dragged flame.exe into terminal. Got this.

Code: Select all

Macintosh:~ austin$ /Users/austin/Desktop/Debug/flaME.exe 
-bash: /Users/austin/Desktop/Debug/flaME.exe: cannot execute binary file
My multiplayer name is Verin
Usually in ideas and suggestions.
I Am also an ASE certified technician.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Help with map editor - on mac

Post by NoQ »

You forgot step 4, or made step 7 before step 5.
User avatar
Verin
Trained
Trained
Posts: 313
Joined: 11 Jun 2010, 00:08
Location: Chicago suburbs USA
Contact:

Re: Help with map editor - on mac

Post by Verin »

hao wrote:You forgot step 4, or made step 7 before step 5.
Nope i did 4, and did the steps required for 7. After typing mono I got the wall of text as usual. Then i dragged flame into there, and hit enter.
My multiplayer name is Verin
Usually in ideas and suggestions.
I Am also an ASE certified technician.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Help with map editor - on mac

Post by NoQ »

After typing mono I got the wall of text as usual.
You shouldn't press enter after you type mono!!!!!111oneone
both "mono" and file name are parts of one command. This command uses mono to open file.
User avatar
macuser
Regular
Regular
Posts: 1052
Joined: 19 Mar 2010, 23:35
Location: USA
Contact:

Re: Help with map editor - on mac

Post by macuser »

your command should look like this:

Code: Select all

mono /Users/austin/Desktop/Debug/flaME.exe 
ArtRev Website

ImageImage

System: AMD Phenom II x4, 4GB RAM, 640GB HD, Nvidia GeForce GT 240 1GB, Mac OS X 10.6
User avatar
skellr
Trained
Trained
Posts: 72
Joined: 17 Aug 2007, 15:58

Re: Help with map editor - on mac

Post by skellr »

Ok, here we go.
  • Move keyboard aside.
  • bang head on desk for 1 minute 35 seconds.
  • Replace keyboard and try again.
  • repeat steps a-c until it works.
User avatar
macuser
Regular
Regular
Posts: 1052
Joined: 19 Mar 2010, 23:35
Location: USA
Contact:

Re: Help with map editor - on mac

Post by macuser »

LOL LOL ROFL :lol2: :augh: :augh: :augh: :roll:
ArtRev Website

ImageImage

System: AMD Phenom II x4, 4GB RAM, 640GB HD, Nvidia GeForce GT 240 1GB, Mac OS X 10.6
Post Reply