Originally posted by DamiHack
Originally posted by messiaen
Originally posted by DamiHack
Frauber can I use you OBJImporterGUI's code for an all-in-one editor?
I'll give you credits 
P.S. If anyone wants to help me in the project, PM me
No.
Ok
I've said it you a million times already, Dami. If you can't code in a programming language(and you obviously can't), why do you want to use messiaen's source code anyway? And please tell me, why do you want to make a all-in-one tool? It's completly useless. I simply could make a website, listing all SM64 Hacking tools. Done.
I've seen your(actually not "yours") codes already, and mostly everything is copied already from messiaen's source code, even after he said clearly "No." you still contain his source code on your GitHub site.
http://github.com/DamiHack/Super-Mario-64-Editor
The only thing, which is written by yourself is the "Credits.cs", ironic isn't it? Also, I see in your credits code only your name, but not messiaen's aka frauber's. What really happens is, you simply click on credits and you get lead to your Youtube Channel. No credits were given to the others.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Super_Mario_64_Editor
{
public partial class Credits : Form
{
public Credits()
{
InitializeComponent()
}
private void Author_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("http://www.youtube.com/DamiHack")
}
}
}
(I'm proud of your mega awesome C# skills. Look how complex those codes are.)
This clearly means, that you deleted the credits out of the GUI, because messiaen's source code clearly contained(and still contains) an About code, where he writes, that the importer is made by him and giving thanks to yoshielectron, nagra, cellar_dweller and vl-tone. You simply could just add your name behind all the other names saying, that you put all tools into one. The end. There's nothing more you should get credit for, as nothing there is really wrote by yourself, you simply just put everything into one.
The last thing:
You beg for help on Skype and everywhere and try so hard to make a big drama out of your project, but it's nothing. It's simply copied code of messiaen's hard work.
You know the difference? I can't remember, that messiaen begged for help or wrote his program with other persons. No, he simply read through the documentation, which cellar_dweller and vl-tone etc. provided and wrote this thing completly himself. And if he had questions, he simply asked VL-Tone or others who were familiar with importing levels, but because VL-Tone was mainly working on it in his importer, VL-Tone was the best partner. That's how things work, that's how everything should work. And yes, he even documented own stuff, which VL-Tone never finished, because he stopped working on his TT64. The thing is, even if you understand how SM64, the N64 works, or how the processor works then it's good at all, but you can't do anything with it, because you're not able to code in any programming language. Of course, there are simply programming languages, which could be enough for SM64 Hacking, but if you want to deal with the big bosses like C, C++ or C#, then you have to learn, learn, learn. It's not something you can learn in two days. If you're talented, then it's faster, of course. But usually you will have to take up 6-7 months or more for learning and practising.
And I ask you again, what do you think is so special about an all-in-one tool? I said already, you could simply list all SM64 Hacking tools in a topic or on a website.
I'm sorry for being off-topic, but that's the last time this will happen. I just wanted to post this, so messiaen can know about the current situation well. It's just unfair, that Dami copies code and doesn't give credit. That's why I posted here. Also, it's not really unrelated, as we're talking here about messiaen's importer, which GUI was simply edited by DamiHack.
Greetings,
Cajetan(aka Tarek701)
____________________
http://sites.google.com/site/cajetan64/home/coding-in-n64-with-c
- Click there to learn more about C coding and writing your own codes for Super Mario 64.
|