About Store Forum Documentation Contact



Post Reply 
ineisis
Author Message
andreadixon825 Offline
Member

Post: #1
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 smile

Thanks
04-11-2017 12:22 AM
Visit this user's website Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #2
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;
}


smile enjoy
04-11-2017 12:55 AM
Find all posts by this user Quote this message in a reply
andreadixon825 Offline
Member

Post: #3
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 :lol

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.
(This post was last modified: 04-11-2017 05:24 AM by andreadixon825.)
04-11-2017 01:05 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Babulesnik Offline
Member

Post: #4
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
Find all posts by this user Quote this message in a reply
Post Reply