SMD Creator v3.5 - Page 3

SMD Creator v3.5

Discuss maps & map creation - from concept to execution to the ever elusive release.

Moderator: Moderators

User avatar
Maelstrom
Posts: 1950
Joined: 23 Jul 2005, 14:52

Post by Maelstrom »

Meh. VB isnt THAT bad for simple programs like this. And if I knew C++ I would make it in that. I just dont know it. And really cant be bothered learning it. But feel free to make a new SMD creating thing, as this one kinda sucks a bit.
User avatar
mother
Posts: 379
Joined: 04 May 2005, 05:43

Post by mother »

Maelstrom wrote:Meh. VB isnt THAT bad for simple programs like this. And if I knew C++ I would make it in that. I just dont know it. And really cant be bothered learning it. But feel free to make a new SMD creating thing, as this one kinda sucks a bit.
Hey said C# (Cee-sharp) not C++... He has every so teeny-weeny a leg to stand on dissing VB ;)

The fact is that we are going for functionality not performance, obviously.
User avatar
Maelstrom
Posts: 1950
Joined: 23 Jul 2005, 14:52

Post by Maelstrom »

C, C++, C#, C%&#. Im geting confused :(
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Post by Pxtl »

mother wrote:
Maelstrom wrote:Meh. VB isnt THAT bad for simple programs like this. And if I knew C++ I would make it in that. I just dont know it. And really cant be bothered learning it. But feel free to make a new SMD creating thing, as this one kinda sucks a bit.
Hey said C# (Cee-sharp) not C++... He has every so teeny-weeny a leg to stand on dissing VB ;)

The fact is that we are going for functionality not performance, obviously.
None at all really. I work in C#. It's the same damn language as VB.NET, just using a less-verbose syntax. C# 1.1 is full of pointless anachronisms plainly inserted just for the familiarity of old C/Java programmers the same way VB.NET has pointless anachronisms for Basic programmers.

For shit's sake, you still use the Break statement in switch boxes, only now there is no fallthrough. Just make the cases blocks and be done with it.
User avatar
Dragon45
Posts: 2883
Joined: 16 Aug 2004, 04:36

Post by Dragon45 »

Why fix what isn't broken? I'm a non-fan of VB as much as the next guy, but it works. Besides, if you develop this into SharpMap, then you have to maintain it, and Maelstorm will be useless... at least this way you cna focus on other things and Maelstorm can contribute :)
User avatar
PauloMorfeo
Posts: 2004
Joined: 15 Dec 2004, 20:53

Post by PauloMorfeo »

Pxtl wrote:... I work in C#. It's the same damn language as VB.NET, ...
Keep in mind, though, that VB.NET is diferent than VB.
mystiq
Posts: 16
Joined: 28 Dec 2005, 14:22

Post by mystiq »

Nice program but theres "bug" with the the decimals.

The program accepts and saves stuff in this format.

Code: Select all

WaterSurfaceColor=0,49 0,5 0,46;
But the Spring only accepts only when using dot with decimals...

Code: Select all

WaterSurfaceColor=0.49 0.5 0.46;
If theres someone working on this, i hope they take this small bug into consideration, thanks. :)
User avatar
jackalope
Posts: 695
Joined: 18 Jun 2006, 22:43

Post by jackalope »

where can I get v3.5 now? I found 3.0 on fileplanet but not 3.5


p.s. hi guys from 2 years ago.
User avatar
Maelstrom
Posts: 1950
Joined: 23 Jul 2005, 14:52

Post by Maelstrom »

http://www.fileuniverse.com/?p=show&a=it&id=2065
It be here. Its buggy as all hell though, its hardly worth it. Just use notepad.
User avatar
LOrDo
Posts: 1154
Joined: 27 Feb 2006, 00:21

Post by LOrDo »

OMFG TOPIC RESSURECTION.
*gets out shotgun to kill topic zombies*
User avatar
SirArtturi
Posts: 1164
Joined: 23 Jan 2008, 18:29

Re: SMD Creator v3.5

Post by SirArtturi »

Theres is a bug when creating a smd. The creator puts values with comma "," when it should put it with point "." example.:

SunColor=1 0,98 0,87;
now these values doesnt work and it leaves the result totally dark.
Instead
It should be
SunColor=1 0.98 0.87;

Edit: seems to be already noticed...
User avatar
Maelstrom
Posts: 1950
Joined: 23 Jul 2005, 14:52

Re: SMD Creator v3.5

Post by Maelstrom »

Work on this stopped YEARS ago im sorry. Just write your SMD in notepad, its not hard :P
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: SMD Creator v3.5

Post by Forboding Angel »

I still use smd creator for color info when I'm being lazy.
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Re:

Post by Pxtl »

Buggi wrote:VB?

VB?!?!

Someone needs to C# that project. :) I was actually hoping to include an SMD module into my SharpMap program so map generation can be done via one program.

-Buggi
You're not seriously going to start a VB.Net / C# flamewar here are you? Or anywhere? They're the same damned language, but with different syntax.
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6241
Joined: 29 Apr 2005, 01:14

Re: SMD Creator v3.5

Post by FLOZi »

You do realise that was posted in december 05? :P
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Re: SMD Creator v3.5

Post by Pxtl »

FLOZi wrote:You do realise that was posted in december 05? :P
Whoop. Pwned by threadzurrection.
Locked

Return to “Map Creation”