Map editor
-
DannyRyu01
- Rookie

- Posts: 23
- Joined: 29 Mar 2012, 14:50
Map editor
hello im looking for a good map editor that will run for ubuntu linux.
flame did not work.
if you have a tutorial to get flame working on linux ubuntu [11.10]
flame did not work.
if you have a tutorial to get flame working on linux ubuntu [11.10]
-
NoQ
- Special

- Posts: 6226
- Joined: 24 Dec 2009, 11:35
- Location: /var/zone
Re: Map editor
I'm running FlaME well on archlinux.
Install the mono package, install VB.NET support for it (some other package), download the mono version of FlaME and open up .exe file with mono command:
If anything goes wrong, paste console output here.
Install the mono package, install VB.NET support for it (some other package), download the mono version of FlaME and open up .exe file with mono command:
Code: Select all
mono FlaME.exeMaps | Tower Defense | NullBot AI | More NullBot AI | Scavs | More Scavs | Tilesets | Walkthrough | JSCam
-
Nameless
- Trained

- Posts: 176
- Joined: 03 May 2010, 08:25
- Location: Space, the Final Frontier
Re: Map editor
What was the "other package"??NoQ wrote:I'm running FlaME well on archlinux.
Install the mono package, install VB.NET support for it (some other package), download the mono version of FlaME and open up .exe file with mono command:
If you're reading this; you're awesome.
-
NoQ
- Special

- Posts: 6226
- Joined: 24 Dec 2009, 11:35
- Location: /var/zone
Re: Map editor
For mono. No idea how it is called in ubuntu.VB.NET support for it
Maps | Tower Defense | NullBot AI | More NullBot AI | Scavs | More Scavs | Tilesets | Walkthrough | JSCam
-
Nameless
- Trained

- Posts: 176
- Joined: 03 May 2010, 08:25
- Location: Space, the Final Frontier
Re: Map editor
I forgot to mention that I run archNoQ wrote:For mono. No idea how it is called in ubuntu.VB.NET support for it
If you're reading this; you're awesome.
-
NoQ
- Special

- Posts: 6226
- Joined: 24 Dec 2009, 11:35
- Location: /var/zone
Re: Map editor
mono-basic
Maps | Tower Defense | NullBot AI | More NullBot AI | Scavs | More Scavs | Tilesets | Walkthrough | JSCam
-
DannyRyu01
- Rookie

- Posts: 23
- Joined: 29 Mar 2012, 14:50
Re: Map editor
i cant get mono nor the other one, any information on how?
-
NoQ
- Special

- Posts: 6226
- Joined: 24 Dec 2009, 11:35
- Location: /var/zone
Re: Map editor
How much do you know? That is, how many things are there that i don't need to waste time to explain? Do you know how to use your package manager and search for packages?
Try
Try
Code: Select all
sudo apt-get install libmono-microsoft-visualbasic10.0-cilMaps | Tower Defense | NullBot AI | More NullBot AI | Scavs | More Scavs | Tilesets | Walkthrough | JSCam
-
DannyRyu01
- Rookie

- Posts: 23
- Joined: 29 Mar 2012, 14:50
Re: Map editor
depends on what package manager soft ware center or soft ware source or Synaptic package managerNoQ wrote:How much do you know? That is, how many things are there that i don't need to waste time to explain? Do you know how to use your package manager and search for packages?
TryCode: Select all
sudo apt-get install libmono-microsoft-visualbasic10.0-cil
-
DannyRyu01
- Rookie

- Posts: 23
- Joined: 29 Mar 2012, 14:50
Re: Map editor
Offensive link removed
cant get it to work GRRRR
cant get it to work GRRRR
Last edited by Staff on 04 Apr 2012, 05:30, edited 2 times in total.
Reason: That wasn't very nice...
Reason: That wasn't very nice...
-
NoQ
- Special

- Posts: 6226
- Joined: 24 Dec 2009, 11:35
- Location: /var/zone
Re: Map editor
Go think better, instead of using this sort of language.
Maps | Tower Defense | NullBot AI | More NullBot AI | Scavs | More Scavs | Tilesets | Walkthrough | JSCam
-
DannyRyu01
- Rookie

- Posts: 23
- Joined: 29 Mar 2012, 14:50
Re: Map editor
true but im really stressed at itNoQ wrote:![]()
Go think better, instead of using this sort of language.
-
DannyRyu01
- Rookie

- Posts: 23
- Joined: 29 Mar 2012, 14:50
Re: Map editor
NoQ wrote:How much do you know? That is, how many things are there that i don't need to waste time to explain? Do you know how to use your package manager and search for packages?
TryCode: Select all
sudo apt-get install libmono-microsoft-visualbasic10.0-cil
Code: Select all
danny@danny-desktop:~$ sudo apt-get install libmono-microsoft-visualbasic10.0-cil
[sudo] password for danny:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
-
NoQ
- Special

- Posts: 6226
- Joined: 24 Dec 2009, 11:35
- Location: /var/zone
Re: Map editor
According to your video, you already installed necessary packages.
You're forgetting the quotes in your cd command, which are necessary because the target directory includes a space in its name:or alternatively backslash the space:(i don't remember where are the capital letters, so you may need to correct me).
You're forgetting the quotes in your cd command, which are necessary because the target directory includes a space in its name:
Code: Select all
mono "~/Downloads/FlaME 1.27/FlaME.exe"Code: Select all
mono ~/Downloads/FlaME\ 1.27/FlaME.exeMaps | Tower Defense | NullBot AI | More NullBot AI | Scavs | More Scavs | Tilesets | Walkthrough | JSCam
-
DannyRyu01
- Rookie

- Posts: 23
- Joined: 29 Mar 2012, 14:50
Re: Map editor
Code: Select all
danny@danny-desktop:~$ mono ~/Downloads/FlaME\ 1.27/FlaME.exe
X11 Error encountered:
Error: BadMatch (invalid parameter attributes)
Request: 135 (5)
Resource ID: 0x4A00015
Serial: 233
Hwnd: Hwnd, Mapped:False ClientWindow:0x4A00015, WholeWindow:0x4A00014, Zombie=False, Parent:[<null>]
Control: OpenTK.GLControl at System.Environment.get_StackTrace()
at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event)
at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr , IntPtr , IntPtr )
at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr display, IntPtr drawable, ContextHandle context)
at OpenTK.Platform.X11.X11GLContext.MakeCurrent(IWindowInfo window)
at OpenTK.Graphics.GraphicsContext.MakeCurrent(IWindowInfo window)
at OpenTK.GLControl.MakeCurrent()
at OpenTK.GLControl.OnHandleCreated(System.EventArgs e)
at System.Windows.Forms.Control.WmCreate(Message ByRef m)
at System.Windows.Forms.Control.WndProc(Message ByRef m)
at System.Windows.Forms.ScrollableControl.WndProc(Message ByRef m)
at System.Windows.Forms.ContainerControl.WndProc(Message ByRef m)
at System.Windows.Forms.UserControl.WndProc(Message ByRef m)
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef m)
at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m)
at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.XplatUIX11.SendMessage(IntPtr hwnd, Msg message, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.XplatUIX11.CreateWindow(System.Windows.Forms.CreateParams cp)
at System.Windows.Forms.XplatUI.CreateWindow(System.Windows.Forms.CreateParams cp)
at System.Windows.Forms.NativeWindow.CreateHandle(System.Windows.Forms.CreateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Control.CreateControl()
at OpenTK.GLControl.ValidateState()
at OpenTK.GLControl.MakeCurrent()
at FlaME.ctrlMapView..ctor(FlaME.frmMain Owner)
at FlaME.frmMain..ctor()
at FlaME.modProgram..cctor()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[] commandLine)
at FlaME.My.MyApplication.Main(System.String[] Args)
OpenTK.Graphics.GraphicsContextException: Failed to make context current.
at OpenTK.Platform.X11.X11GLContext.MakeCurrent (IWindowInfo window) [0x00000] in <filename unknown>:0
at OpenTK.Graphics.GraphicsContext.MakeCurrent (IWindowInfo window) [0x00000] in <filename unknown>:0
at OpenTK.GLControl.MakeCurrent () [0x00000] in <filename unknown>:0
at OpenTK.GLControl.OnHandleCreated (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.WmCreate (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.UserControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0
X11 Error encountered:
Error: BadMatch (invalid parameter attributes)
Request: 135 (5)
Resource ID: 0x4A00015
Serial: 250
Hwnd: Hwnd, Mapped:True ClientWindow:0x4A00015, WholeWindow:0x4A00014, Zombie=False, Parent:[<null>]
Control: OpenTK.GLControl at System.Environment.get_StackTrace()
at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event)
at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr , IntPtr , IntPtr )
at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr display, IntPtr drawable, ContextHandle context)
at OpenTK.Platform.X11.X11GLContext.MakeCurrent(IWindowInfo window)
at OpenTK.Graphics.GraphicsContext.MakeCurrent(IWindowInfo window)
at OpenTK.GLControl.MakeCurrent()
at FlaME.ctrlMapView..ctor(FlaME.frmMain Owner)
at FlaME.frmMain..ctor()
at FlaME.modProgram..cctor()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[] commandLine)
at FlaME.My.MyApplication.Main(System.String[] Args)
danny@danny-desktop:~$
danny@danny-desktop:~$ mono "~/Downloads/FlaME 1.27/FlaME.exe"
Cannot open assembly '~/Downloads/FlaME 1.27/FlaME.exe': No such file or directory.http://www.youtube.com/watch?v=KSYL4H_TJ4M
Last edited by DannyRyu01 on 03 Apr 2012, 06:11, edited 1 time in total.