Advertising (This ad goes away for registered users. You can Login or Register)

Lamecraft Small Stuff Mod - News!

michal5575
Posts: 231
Joined: Thu Aug 02, 2012 1:53 pm
Contact:

Re: Lamecraft Small Stuff Mod - News!

Post by michal5575 »

Xian Nox wrote:
michal5575 wrote:Edit:if u want to post your mod without source u can post without source on : modb.com/games/multicraft :)
Image
GPL... for the crying out loud...
if he post in another website with noob moderators he can it :D
Advertising
Xian Nox
Retired Mod
Posts: 2744
Joined: Fri Nov 05, 2010 5:27 pm
Location: Over the hills and far away

Re: Lamecraft Small Stuff Mod - News!

Post by Xian Nox »

michal5575 wrote:if he post in another website with noob moderators he can it :D
Stop it already and think about your stupidity. He can do it, sure, he can host his own website and do it, sure, but this does not mean it's right, or that it's legal. Seriously, stop this, I've had enough of your "Let's break GPL and say it's alright cuz the noob mods don't do a thing about it" for a decade.
Advertising
michal5575
Posts: 231
Joined: Thu Aug 02, 2012 1:53 pm
Contact:

Re: Lamecraft Small Stuff Mod - News!

Post by michal5575 »

Xian Nox wrote:
michal5575 wrote:if he post in another website with noob moderators he can it :D
Stop it already and think about your stupidity. He can do it, sure, he can host his own website and do it, sure, but this does not mean it's right, or that it's legal. Seriously, stop this, I've had enough of your "Let's break GPL and say it's alright cuz the noob mods don't do a thing about it" for a decade.
Sorry for that yesterday I acted like a little **** kid :oops:
woolio
Posts: 176
Joined: Tue Jun 26, 2012 3:30 pm
Location: Russia
Contact:

Re: Lamecraft Small Stuff Mod - News!

Post by woolio »

Sorry dudes, new version will be when i learn "how to make a block" :roll:
Image
michal5575
Posts: 231
Joined: Thu Aug 02, 2012 1:53 pm
Contact:

Re: Lamecraft Small Stuff Mod - News!

Post by michal5575 »

woolio wrote:Sorry dudes, new version will be when i learn "how to make a block" :roll:

1.paste this under suprise in blocks.cpp:
[spoiler]Testblock::Testblock():BaseBlock()
{
textureRow = 14;

upPlane = 10;
downPlane = 1;
sidePlane = 13;
editable = true;
transparent = true;
soundType = 2;

}
block_t Testblock::getID(){ return 130;}[/spoiler]
2.paste this under suprise block in blocks.h:
[spoiler]class Testblock : public BaseBlock
{
public:

Testblock();
static block_t getID();
};[/spoiler]
3.Paste this under suprise block in craftworld2.cpp
[spoiler]blockTypes.push_back(Testblock());[/spoiler]
woolio
Posts: 176
Joined: Tue Jun 26, 2012 3:30 pm
Location: Russia
Contact:

Re: Lamecraft Small Stuff Mod - News!

Post by woolio »

michal5575 wrote:
woolio wrote:Sorry dudes, new version will be when i learn "how to make a block" :roll:

1.paste this under suprise in blocks.cpp:
[spoiler]Testblock::Testblock():BaseBlock()
{
textureRow = 14;

upPlane = 10;
downPlane = 1;
sidePlane = 13;
editable = true;
transparent = true;
soundType = 2;

}
block_t Testblock::getID(){ return 130;}[/spoiler]
2.paste this under suprise block in blocks.h:
[spoiler]class Testblock : public BaseBlock
{
public:

Testblock();
static block_t getID();
};[/spoiler]
3.Paste this under suprise block in craftworld2.cpp
[spoiler]blockTypes.push_back(Testblock());[/spoiler]
I already have done the same, but when i go to the last block's page(with my new block) psp freeze.
Image
michal5575
Posts: 231
Joined: Thu Aug 02, 2012 1:53 pm
Contact:

Re: Lamecraft Small Stuff Mod - News!

Post by michal5575 »

woolio wrote:
michal5575 wrote:
woolio wrote:Sorry dudes, new version will be when i learn "how to make a block" :roll:

1.paste this under suprise in blocks.cpp:
[spoiler]Testblock::Testblock():BaseBlock()
{
textureRow = 14;

upPlane = 10;
downPlane = 1;
sidePlane = 13;
editable = true;
transparent = true;
soundType = 2;

}
block_t Testblock::getID(){ return 130;}[/spoiler]
2.paste this under suprise block in blocks.h:
[spoiler]class Testblock : public BaseBlock
{
public:

Testblock();
static block_t getID();
};[/spoiler]
3.Paste this under suprise block in craftworld2.cpp
[spoiler]blockTypes.push_back(Testblock());[/spoiler]
I already have done the same, but when i go to the last block's page(with my new block) psp freeze.
hmm ok if you add 9 blocks freeze has stop
Last edited by michal5575 on Tue Dec 11, 2012 2:46 pm, edited 1 time in total.
Darkrainbow
Posts: 468
Joined: Sun Feb 27, 2011 1:27 pm

Re: Lamecraft Small Stuff Mod - News!

Post by Darkrainbow »

Looks nice. Good luck with your mod. :)
Welcome
Locked

Return to “Lamecraft”