Server Help

Misc User Apps - languages

pixelsoft - Sun Oct 26, 2003 4:45 pm
Post subject: languages
how to make a subspace map-editor or a skin-editor?
with c? c++? visual-basic?

thanks,
~pixel
Dr Brain - Sun Oct 26, 2003 8:02 pm
Post subject:
Yes.

But I think you are posting in the wrong forum.
pixelsoft - Mon Oct 27, 2003 3:07 am
Post subject:
what do you mean with "yes"?

oh... sorry
Dr Brain - Mon Oct 27, 2003 8:50 am
Post subject:
Yes, as in all of those will work.
pixelsoft - Mon Oct 27, 2003 9:29 am
Post subject:
thanks, and what's the easiest? are there any other languages, with which you can make some editors?
Dustpuppy - Mon Oct 27, 2003 11:05 am
Post subject:
You can make an editor in any language you like. Code it in BrainFu*ck if you want, but you might have some difficulty. If you know a language, use that. If not, VB is probably the easiest to learn.
pixelsoft - Mon Oct 27, 2003 11:54 am
Post subject:
i know PHP :\ but i can't make a great editor with that... oh... maybe i can... an online-settings-editor or something like that. but then i need webspace with php. oh, i have one.

hmm but i don't want to make a settings-editor.
ok then i will learn visual basic.

thanks!
Cyan~Fire - Mon Oct 27, 2003 4:47 pm
Post subject:
Lol PHP SSME. What fun.
Do VB, that'll be best.
But why do you want to make another Map Editor?
pixelsoft - Tue Oct 28, 2003 4:44 am
Post subject:
damn now i need visual studios :/
erm... i don't want to make just a map editor, i want to make some other editors too icon_smile.gif
but i want to make one, because i only know SSME and CLE, and they both are so... erm... not bad, but i don't like it, and i want to make one, where you can add gifs and so on, and which makes some lvz-files... (and many other things)
i hate my english, but i hope you understood what i mean

edit: ok, i will have visual studios in 2 hours, anyone here who could give me some great tutorials please? icon_smile.gif thanks
SuSE - Tue Oct 28, 2003 12:38 pm
Post subject:
don't discourage him, sheesh

SOS seems to be on hiatus
Helicon - Tue Oct 28, 2003 4:01 pm
Post subject:
i bid you good luck, but you'll still never finish
Cyan~Fire - Tue Oct 28, 2003 6:04 pm
Post subject:
Lol and you think I'm discouraging.
Actually, an upgrade to SSME would be useful. Especially if it had some FACTS functions built in. That would be yummy.
ExplodyThingy - Tue Oct 28, 2003 7:45 pm
Post subject:
Go ahead Cyan.

And why not make it? I made a bot, even though there are numerous ones, all of wich about to be rendered obsolete.
pixelsoft - Wed Oct 29, 2003 3:46 am
Post subject:
EXPLBot? oh... i thought it's just a plugin for MERVBot biggrin.gif but the readme.txt sucks :/
k0zy - Wed Nov 05, 2003 3:29 pm
Post subject:
if you know php you should leran c++
Helicon - Wed Nov 05, 2003 10:43 pm
Post subject:
Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... wrote:
if you know php you should leran c++
if you intend to do any programming... you should learn c++
Anonymous - Thu Nov 06, 2003 1:51 am
Post subject:
CLE is open sourced now. www.subspacedownloads.com. Would be best to find someone who understands lvz to add on lvz to it.. Though I've heard it has some lvz in it already?
Btw I'll Register tomorrow icon_smile.gif
Cyan~Fire - Thu Nov 06, 2003 6:16 pm
Post subject:
Isn't it written in Delphi? Kind of a pain learning Delphi for one app...
Helicon - Thu Nov 06, 2003 8:58 pm
Post subject:
Quote:
***** ReadMeFirst.rtf *****
Misc Information about this package:

Continuum Level Editor was coded and designed by Cuervo Muerte and Heart Break Kid. We used Borland Delphi 6.0 to build CLE.

nintendo64 - Thu Nov 13, 2003 2:29 pm
Post subject:
It was compiled in Delphi 6.0, the language used is Object Pascal which is very easy to read and comprehend depending on the programmer skills, i read CLE and it's pretty much understandable except for VCL commands that you'll probably won't understand (don't worry there are little of them).

-nintendo64
stuperfied - Mon Dec 15, 2003 5:47 am
Post subject:
I have learned a passing knowledge of C++ and im about to become a lot better aquainted with it but before I get too attatched can someone reasure me that I am going to be able to learn hot to write programs that will run in windows? as in - in a window and not in dos window or on web site.
50% Packetloss - Mon Dec 15, 2003 10:08 am
Post subject:
First you would need to know C++ then you would need to learn Visual C++, which is more to learn but mircrosoft has made files to help you in the process called MFC. So if you picked up a book on writing windows programs in C++ then you would probably get something that is entirly about MFC. Then if you wanted to get into graphics, you would need to learn directx or openGL. Programming isnt for everyone and you should take a class and see if you like it.
Cyan~Fire - Mon Dec 15, 2003 6:28 pm
Post subject:
I don't recommend programming classes. Usually everybody in the class is slow and you get nowhere.
I have learned C++ totally by on-line tutorials (www.cpluscplus.com) and reading others' code. My friend, however took a semester course in C++. The day I started learning it, I made a comment to my friend about arrays and he asked "What's an array?" icon_lol.gif

But I definitely would recommend learning C++ in whatever way you can. It makes life easier when you can write programs that do menial work. icon_smile.gif
Dr Brain - Mon Dec 15, 2003 7:38 pm
Post subject:
I took a few programming classes, and I must say that they helped me immensly. Now, I DID skip the basic intro to programming class where all the morons are weeded out. It was in my classes that I learned about polymorphism and inheratance, things I can't live without now that I know them.

Another plus on classes is that (if you have a decent teacher) your instructor will catch you if you start doing bad coding habbits and you always have someone to ask if the search engine isn't helping.
Mine GO BOOM - Tue Dec 16, 2003 1:12 am
Post subject:
Sadly, I started to learn C programming back when bots were brand new. Ghost Ship had the source to their Pro League dueling bots, and I offered to help, as I had an idea for an online, instantly updated stats site. So, I learned C for about 3 months by hand, from what little I knew from Perl and what the compiler said didn't work. In about a months time, I had stats.shanky.com up and running, which had live stats, including live chat logs. Worked pretty good. But, this was before I knew of SQL, and thus I sent every update via HTTP GET method. That lagged up pretty badly once it got to game-time. I'm sure some Pro players still remember my Recordbots back in the good old days.

MSDN CDs are what have helped me the most. Browse over some open source projects, such as Mozilla/Firebird, GAIM, Miranda, etc, to get an understanding how some things work. Then, look up what you don't know, and learn how it is used.

So far, every programming course I've taken in college (second year) I've sort of taught the class. Amusing when the teacher asks me the questions. But, before I go around boasting, my code does still suck, as I've never learned it properly. It works (most of the time), but looks ugly (Ekted will back me up on the ugly part.) That, and the teacher was around when Fortran was brand new.
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group