Tendency
Joined: 7th Apr 2009
Posts: 332
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
|
perfect
Joined: 8th Jul 2009
Posts: 1424
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
|
Addison
Joined: 24th Mar 2009
Posts: 1380
Re: Desmond Taylor
Yeah, he didn't have loading or saving maps down though.
---
http://www.addipop.com
14 years, 29 weeks ago
|
Tendency
Joined: 7th Apr 2009
Posts: 332
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
|
Addison
Joined: 24th Mar 2009
Posts: 1380
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
|
Tendency
Joined: 7th Apr 2009
Posts: 332
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
|
Digitx
Joined: 10th Jul 2009
Posts: 250
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
|
perfect
Joined: 8th Jul 2009
Posts: 1424
Re: Desmond Taylor
Im gunna take a look at this *wink*
14 years, 29 weeks ago
|
Digitx
Joined: 10th Jul 2009
Posts: 250
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
|
Desmond
Joined: 7th Jun 2010
Posts: 2424
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
|
Tendency
Joined: 7th Apr 2009
Posts: 332
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
| | | | | | | | | | | |