SMD Creator v3.5
Moderator: Moderators
Hey said C# (Cee-sharp) not C++... He has every so teeny-weeny a leg to stand on dissing VBMaelstrom 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.

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.mother wrote:Hey said C# (Cee-sharp) not C++... He has every so teeny-weeny a leg to stand on dissing VBMaelstrom 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.
The fact is that we are going for functionality not performance, obviously.
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.
- PauloMorfeo
- Posts: 2004
- Joined: 15 Dec 2004, 20:53
Nice program but theres "bug" with the the decimals.
The program accepts and saves stuff in this format.
But the Spring only accepts only when using dot with decimals...
If theres someone working on this, i hope they take this small bug into consideration, thanks. :)
The program accepts and saves stuff in this format.
Code: Select all
WaterSurfaceColor=0,49 0,5 0,46;
Code: Select all
WaterSurfaceColor=0.49 0.5 0.46;
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.
It be here. Its buggy as all hell though, its hardly worth it. Just use notepad.
- SirArtturi
- Posts: 1164
- Joined: 23 Jan 2008, 18:29
Re: SMD Creator v3.5
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...
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...
Re: SMD Creator v3.5
Work on this stopped YEARS ago im sorry. Just write your SMD in notepad, its not hard 

- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: SMD Creator v3.5
I still use smd creator for color info when I'm being lazy.
Re:
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.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
Re: SMD Creator v3.5
You do realise that was posted in december 05? 

Re: SMD Creator v3.5
Whoop. Pwned by threadzurrection.FLOZi wrote:You do realise that was posted in december 05?