I can't play my sound! Ingame, it says I'm playing bioRecord.desc. I have the sounds.json and my .ogg, but no sound is emmited. Here is my sounds.json:
I can't play my sound! Ingame, it says I'm playing bioRecord.desc. I have the sounds.json and my .ogg, but no sound is emmited. Here is my sounds.json:
I can't play my sound! Ingame, it says I'm playing bioRecord.desc. I have the sounds.json and my .ogg, but no sound is emmited. Here is my sounds.json:
I see the problem, at the top it says "bioRecord", It should say the filename and directory. go into your sounds folder then make a folder called "records" Case sensitive. Then change it to "records.RecordName", now change name: "bioRecord" to name: "records/RecordName".
by the way in the latest 1.7.10 its records not Record
and can someone tell me what I did wrong in the .json file it does .desc at the end of it....
to help me out by seeing my screen get my one skype
dwain.edwards1
also how do I set its texture? I have tried the normal way but well it doesnt work
(This is my only sound so far.)
{ "bioRecord": { "category": "record", "sounds": [ { name: "bioRecord", "stream": true } ] } }-
View User Profile
-
View Posts
-
Send Message
Curse Premiumare you shure youre doing the sounds.json correctly? hae you played any sounds before using it? is there anything in the console?
hello i am sebasti161
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumyou're welcome.
You don't happen to know how to make a custom jukebox, do you?
hello i am sebasti161
I see the problem, at the top it says "bioRecord", It should say the filename and directory. go into your sounds folder then make a folder called "records" Case sensitive. Then change it to "records.RecordName", now change name: "bioRecord" to name: "records/RecordName".
hello i am sebasti161
My Planetminecraft Page
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumif you mean drop out of the jukebox than no, its already handled.
no i mean drop from the creeper
My Planetminecraft Page
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI looked in both the creeper and ItemRecord classes and it looks like the record drops are handled by the creeper itself.
Monoblocks and Vehicular Movement: The greatest additions to a modern Minecraft city. Grab them here: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2236322-goldensilver853s-mod-hub
You are now breathing manually.
EDIT: what do I import record to?
EDIT(again): fixed the record thing
now the problem is in the main class
by the way in the latest 1.7.10 its records not Record
and can someone tell me what I did wrong in the .json file it does .desc at the end of it....
to help me out by seeing my screen get my one skype
dwain.edwards1
also how do I set its texture? I have tried the normal way but well it doesnt work
"record.brawl": {"category" : "record",
"sounds": [
{
"name": "records/brawl",
"stream": true
}
]
}
hey sebasti can you help me out? I need help with my mod and nobody is responding
can you help me with my mod? the music wont play and texture wont work
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNobody will help you if you don't post your code. If you want you can go here https://github.com/goldensilver853/Additional-Records
Monoblocks and Vehicular Movement: The greatest additions to a modern Minecraft city. Grab them here: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2236322-goldensilver853s-mod-hub
You are now breathing manually.
fine here is the code I got the texture working but the song still wont play
package thedwainfilms19.SuperSmashBrosMod;
import java.util.List;
import cpw.mods.fml.common.registry.GameRegistry;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemRecord;
import net.minecraft.item.ItemStack;
import net.minecraft.util.ResourceLocation;
import net.minecraft.util.StatCollector;
public class MusicDisc extends ItemRecord
{
protected MusicDisc(String name)
{
super("tmc:"+name);
this.setTextureName("ssb:record_brawl");
}
@Override
@SideOnly(Side.CLIENT)
public void addInformation(ItemStack par1ItemStack, EntityPlayer par2EntityPlayer, List par3List, boolean par4)
{
par3List.add(this.getRecordNameLocal());
}
@Override
@SideOnly(Side.CLIENT)
public String getRecordNameLocal()
{
if(this == SuperSmashBrosMod.record_brawl)
return StatCollector.translateToLocal("record.recordbrawl.name");
else if(this == SuperSmashBrosMod.record_brawl)
return StatCollector.translateToLocal("record.recordbrawl.name");
return "Unknown record !";
}
@Override
public ResourceLocation getRecordResource(String name)
{
return new ResourceLocation("ssb:record.brawl".substring(12));
}
}
Sorry, I've been gone for a while from the forums. If you need any more help just ask me. And to everyone else I am free to help you if you need help.
hello i am sebasti161
okie dokie lokie.... man I cant wait to be done with 1.2 of this mod
Good luck!
hello i am sebasti161