andreadixon825
Member
|
ineisis
Hello everyone, I was wandering if anyone can help me find where all the Blocks are in ineisis, I'm asking this because I want to add some more different Blocks with different textures. I just dont know where to look to add more at, sorry about this, just need a kick start lol
Thanks
|
|
04-11-2017 12:22 AM |
|
RedcrowProd
Member
|
RE: ineisis
so the block texture is under Inesis Client - Game - 232 line : if(BlockHighlight)
{
if(Slots()==SLOT_BLOCK)
{
if(Ms.bp(0))if(TrySetBlock(BlockPos, null ))ActionDelayTime=ActionDelayTimeVal;
if(Ms.bp(1))if(TrySetBlock(BlockPos, UID(3051439999, 1206446924, 2624658864, 2640601485)))ActionDelayTime=ActionDelayTimeVal;
}
enjoy
|
|
04-11-2017 12:55 AM |
|
andreadixon825
Member
|
RE: ineisis
Can you tell me how this makes a new block. Iv tryed this and added a new texture but I still can not click on the new block in the world, just the fist one works only. Do I do some thing like this? Or I'm I lost :
Code:
if(Ms.bp(0))if(TrySetBlock(BlockPos, null ))ActionDelayTime=ActionDelayTimeVal;
if(Ms.bp(1))if(TrySetBlock(BlockPos, UID(3051439999, 1206446924, 2624658864, 2640601485)))ActionDelayTime=ActionDelayTimeVal;
if(Ms.bp(2))if(TrySetBlock(BlockPos, UID(3051439999, 1206446924, 2624658864, 2640601485)))ActionDelayTime=ActionDelayTimeVal;
Oh ya I have added alot of textures and new grass and trees, just cant seem to figure out blocks.
|
|
04-11-2017 01:05 AM |
|
Babulesnik
Member
|
RE: ineisis
Hello. When compiling Ineisis Online, the error Can't load Shader "Main" occurs. Ineisis Server and Client everything is fine.
|
|
02-06-2024 01:29 PM |
|