EOSERV Forum > Lounge > Desmond Taylor
Topic is locked.
Page: << 1 >>
Desmond Taylor
Author Message
Post #39870 Desmond Taylor

I was wondering if you had a old source of you EO-Map Editor, i would like a copy of the most recent version, i added you on msn but your never on. 



(if i'm breaking any rules please Delete this topic)

14 years, 29 weeks ago
Post #39879 Re: Desmond Taylor

yeah, relase it so someone else can work where u left off D= u had a pretty good map editor when u gave us a preveiw

14 years, 29 weeks ago
Post #39882 Re: Desmond Taylor

Yeah, he didn't have loading or saving maps down though.

---
http://www.addipop.com
14 years, 29 weeks ago
Post #39883 Re: Desmond Taylor
Addison posted: (15th Jun 2010 08:06 pm)

Yeah, he didn't have loading or saving maps down though.



Thats ok, what is it coded in? C++? kinda looked like VB
14 years, 29 weeks ago
Post #39885 Re: Desmond Taylor

C++ and C# are easy to load and save maps. He did it in VB which doesn't have anything related to it.

---
http://www.addipop.com
14 years, 29 weeks ago
Post #39886 Re: Desmond Taylor
Addison posted: (15th Jun 2010 08:25 pm)

C++ and C# are easy to load and save maps. He did it in VB which doesn't have anything related to it.


Do you have him as a friend on MSN? if he's online tell him to goto this topic.
14 years, 29 weeks ago
Post #39888 Re: Desmond Taylor

Here's Exiles Map Editor he made in VB...Source Included

http://omgpwnage.com/Files/EsMap.rar

14 years, 29 weeks ago
Post #39889 Re: Desmond Taylor

Im gunna take a look at this *wink*

14 years, 29 weeks ago
Post #39890 Re: Desmond Taylor

Here's the open map handler..

   ' ::::::::::::::::
    ' ::: Open Map :::
    ' ::::::::::::::::
    Private Sub OpenToolStripMenuItem_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OpenToolStripMenuItem.Click
        If Toolbox.Visible = True Then
            Toolbox.Close()
        End If
        If Editor.Visible = True Then
            Editor.Close()
        End If

        Dim dialog As New OpenFileDialog
        dialog.Filter = "Endless Map Files | *.emf"
        dialog.Title = "Open *.EMF File"
        If (dialog.ShowDialog(Me) = System.Windows.Forms.DialogResult.OK) Then
            Filename = dialog.FileName
            ReadMap(Filename)
            SaveAsToolStripMenuItem.Enabled = True
            ToolboxToolStripMenuItem.Enabled = True
            ToolboxToolStripMenuItem.Checked = True
            EditorToolStripMenuItem.Enabled = True
            EditorToolStripMenuItem.Checked = True
            ToolboxToolStripMenuItem.Enabled = True
            ToolboxToolStripMenuItem.Checked = True
            MapFiles.LoadedMap = Filename
        End If
    End Sub

14 years, 29 weeks ago
Post #39892 Re: Desmond Taylor

That was lost in a HDD Failier unfortuantly, But Someone might still have it if I get on MSN ask ask people so I shall get on there now. And yea all it needed was Tile Specs and Saving done and it would have been complete.

I'm suprised that anyone knew that I was named Desmond Taylor in the first place LOL.

Ok, I am logged onto MSN and will ask some people for you


EDIT:

Addison wrote the loading of my editor :)

---
I am an alien and not crazy!
14 years, 29 weeks ago
Post #39894 Re: Desmond Taylor
Digitx posted: (15th Jun 2010 08:36 pm)

Here's Exiles Map Editor he made in VB...Source Included

http://omgpwnage.com/Files/EsMap.rar



Uhm, i made a file called GFX and put the needed GFX files in but it crashes everytime.
14 years, 29 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Lounge > Desmond Taylor