Hey guys, i just wanted to share my first intro for a gaming group called Demolition Gaming. Please give feedback on the audio and visuals, feel free to suggest. Just dont be so mean because this is my first ever project with after effects.
if you want it to shoot special projectiles, one way that i did that in some of my random codes i make is that i make the projectile have its own item id. I made it so that when you throw it on the floor that the projectile would fire. You can code the mob to do the same, to randomly drop what is in its hand (the projectile) and you could even texture it invisible so that you cant see it in its hands.
For the day and night thing, you can create a new type of mob that spawns day and night. The current ones are Monster and passive, you can copy the code of the monster, and when the code says when it spawns, you can change the light level to the light level of a normal day.
Well it's not that it can't recompile, its actually that you have the mods for the sever in a place that it doesn't recognize and therefore it can't locate them... I've never worked with a sever so idk how to solve it, But that's your problem. Sorry
I know, this, but what i dont understand is that in every server tutorial i have found, it says to put the minecraft_server.jar into the mcp\jars folder
I have a quick concern. I have MCP with forge for 1.3.2, but i cannot get it to recompile the minecraft_server.jar. It says that it is skipping the recompiling, but says it is normal. I don't know why. When re-obfuscating my mods, it says, cannot locate server bins.
Here is the recompiling server skip.
== MCP 7.2 (data: 7.2, client: 1.3.2, server: 1.3.2) ==
# found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, ast
yle, astyle config
== Recompiling client ==
> Cleaning bin
> Recompiling
- Done in 29.59 seconds
== Recompiling server ==
> Cleaning bin
> Recompiling
Server side recompiling skipped, this is normal
- Done in 0.00 seconds
Press any key to continue . . .
Here is the re-obfuscating "could not locate server bins"
== MCP 7.2 (data: 7.2, client: 1.3.2, server: 1.3.2) ==
# found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, ast
yle, astyle config
> Creating Retroguard config files
== Reobfuscating client ==
> Cleaning reobf
> Generating md5s
> Packing jar
> Reobfuscating jar
> Extracting modified classes
> New class found : coaltools/common/CoalBlock
> New class found : redstonetools/common/RedstoneIngot
> New class found : coalblock/client/ClientProxyCoalTools
> New class found : coaltools/common/CoalItemSpade
> New class found : redstonetools/common/RedstoneBlock
> New class found : obsidiantools/common/ObsidianAlloy
> New class found : obsidiantools/common/ObsidianItemPickaxe
> New class found : obsidiantools/common/ObsidianItemSword
> New class found : obsidiantools/common/CommonProxyObsidianTools
> New class found : coaltools/common/CoalIngot
> New class found : redstonetools/common/CommonProxyRedstoneTools
> New class found : coaltools/common/CoalItemSword
> New class found : obsidiantools/common/ObsidianItemHoe
> New class found : obsidiantools/common/ObsidianItemSpade
> New class found : obsidiantools/common/ObsidianTools
> New class found : coaltools/common/CoalItemAxe
> New class found : obsidiantools/common/ObsidianIngot
> New class found : obsidiantools/common/ObsidianItemAxe
> New class found : redstonetools/common/RedstoneTools
> New class found : coaltools/common/CoalItemHoe
> New class found : coaltools/common/CommonProxyCoalTools
> New class found : coaltools/common/CoalItemPickaxe
> New class found : coaltools/common/CoalTools
> Outputted coaltools/common/CoalBlock to reobf\minecraft as coaltools/
common/CoalBlock.class
> Outputted redstonetools/common/RedstoneIngot to reobf\minecraft as redstoneto
ols/common/RedstoneIngot.class
> Outputted coalblock/client/ClientProxyCoalTools to reobf\minecraft as coalbloc
k/client/ClientProxyCoalTools.class
> Outputted coaltools/common/CoalItemSpade to reobf\minecraft as coaltools/
common/CoalItemSpade.class
> Outputted redstonetools/common/RedstoneBlock to reobf\minecraft as redstoneto
ols/common/RedstoneBlock.class
> Outputted obsidiantools/common/ObsidianAlloy to reobf\minecraft as obsidianto
ols/common/ObsidianAlloy.class
> Outputted obsidiantools/common/ObsidianItemPickaxe to reobf\minecraft as obsid
iantools/common/ObsidianItemPickaxe.class
> Outputted obsidiantools/common/ObsidianItemSword to reobf\minecraft as obsidia
ntools/common/ObsidianItemSword.class
> Outputted obsidiantools/common/CommonProxyObsidianTools to reobf\minecraft as
obsidiantools/common/CommonProxyObsidianTools.class
> Outputted coaltools/common/CoalIngot to reobf\minecraft as coaltools/
common/CoalIngot.class
> Outputted redstonetools/common/CommonProxyRedstoneTools to reobf\minecraft as
redstonetools/common/CommonProxyRedstoneTools.class
> Outputted coaltools/common/CoalItemSword to reobf\minecraft as coaltools/
common/CoalItemSword.class
> Outputted obsidiantools/common/ObsidianItemHoe to reobf\minecraft as obsidiant
ools/common/ObsidianItemHoe.class
> Outputted obsidiantools/common/ObsidianItemSpade to reobf\minecraft as obsidia
ntools/common/ObsidianItemSpade.class
> Outputted obsidiantools/common/ObsidianTools to reobf\minecraft as obsidianto
ols/common/ObsidianTools.class
> Outputted coaltools/common/CoalItemAxe to reobf\minecraft as coaltools/
common/CoalItemAxe.class
> Outputted obsidiantools/common/ObsidianIngot to reobf\minecraft as obsidianto
ols/common/ObsidianIngot.class
> Outputted obsidiantools/common/ObsidianItemAxe to reobf\minecraft as obsidiant
ools/common/ObsidianItemAxe.class
> Outputted redstonetools/common/RedstoneTools to reobf\minecraft as redstoneto
ols/common/RedstoneTools.class
> Outputted coaltools/common/CoalItemHoe to reobf\minecraft as coaltools/
common/CoalItemHoe.class
> Outputted coaltools/common/CommonProxyCoalTools to reobf\minecraft as coaltool
s/common/CommonProxyCoalTools.class
> Outputted coaltools/common/CoalItemPickaxe to reobf\minecraft as coaltools/
common/CoalItemPickaxe.class
> Outputted coaltools/common/CoalTools to reobf\minecraft as coaltools/
common/CoalTools.class
- Done in 28.05 seconds
!! Can not find server bins, try recompiling !!
Press any key to continue . . .
As you can see, it says to try recompiling, but it wont recompile!!
0
1
0
0
For the day and night thing, you can create a new type of mob that spawns day and night. The current ones are Monster and passive, you can copy the code of the monster, and when the code says when it spawns, you can change the light level to the light level of a normal day.
0
0
I know, this, but what i dont understand is that in every server tutorial i have found, it says to put the minecraft_server.jar into the mcp\jars folder
0
Here is the recompiling server skip.
Here is the re-obfuscating "could not locate server bins"
As you can see, it says to try recompiling, but it wont recompile!!
ANY HELP WOULD BE MUCH APPRECIATED
0
0
0
0
0
0
0
nice map btw!
0
If you want to learn how to add noise, you can ask me in a pm.