Giter Site home page Giter Site logo

Comments (19)

DarkGuardsman avatar DarkGuardsman commented on June 24, 2024

Looks like some client side code is being called server side. I'll take care of this when i can but its low priority. Mainly due to the fact that ICBM is not finished and not tested server side at all. I'll make a note of this on the website site so you know when it is finished/tested.

Caused by: java.lang.NoClassDefFoundError: resonant/lib/render/wrapper/ItemRenderHandler
at resonant.lib.mod.content.ModManager.newBlock(ModManager.java:129)
at resonant.lib.mod.content.ModManager.newBlock(ModManager.java:105)
at resonant.lib.mod.content.ModManager.newBlock(ModManager.java:87)
at com.builtbroken.icbm.ICBM.preInit(ICBM.java:152)

As for the error bellow this is for the mod minechem which i don't have control over to fix.
"java.lang.IncompatibleClassChangeError: Class minechem.tileentity.synthesis.SynthesisTileEntity does not implement the requested interface cofh.api.energy.IEnergyReceiver"

And the missing content is due to ICBM being rewritten to match the correct them. Most of the blocks are being added to other mods. This includes the EMP tower, Radar Station, Concrete, etc. Launchers are currently disabled as they do not work. I'll be re-adding them later when i get the missiles sizes and crafting done.

from icbm-2.

 avatar commented on June 24, 2024

yeah after i posted i saw
"Caused by: java.lang.RuntimeException: Attempted to load class resonant/lib/render/wrapper/ItemRenderHandler for invalid side SERVER"

though now you mention it i should of noticed the word render...the server should not be rendering anything lol

we did use the mod on the server before (a few times, not really had much of an issue with it until now, its rather important add given the radar can detect galactic crafts metors (though we havent got modular force fields yet, seem to be having a fair few issues with calcs 1.710 versions of late (no offense ment to him)

from icbm-2.

DarkGuardsman avatar DarkGuardsman commented on June 24, 2024

Oh you can curse calcalvia all you want :P he is the main reason new versions of ICBM no longer use Resonant Engine. Not enough team work and too many bugs with the code he created. Hopefully the new version we are release next week will fix all these issues.

from icbm-2.

djoveryde avatar djoveryde commented on June 24, 2024

So does this mean icbm no longer needs resonant engine to work?

from icbm-2.

DarkGuardsman avatar DarkGuardsman commented on June 24, 2024

Yes, though it will require a new core called Voltz Engine(fork/clone of RE). Which so far is running much nicer and will be released right after we finish our build script updates.

from icbm-2.

dmodoomsirius avatar dmodoomsirius commented on June 24, 2024

I will finalize them and make sure everything runs smooth when I get home.

from icbm-2.

djoveryde avatar djoveryde commented on June 24, 2024

I'm guessing based on the name you guys will be updating voltz to 1.7.10?

On 9 Jan 2015, at 23:16, dmodoomsirius [email protected] wrote:

I will finalize them and make sure everything runs smooth when I get home.

Sent from my iPhone

On Jan 9, 2015, at 4:05 PM, Robert WC Seifert [email protected] wrote:

Yes, though it will require a new core called Voltz Engine(fork/clone of RE). Which so far is running much nicer and will be released right after we finish our build script updates.

�\
Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub.

from icbm-2.

dmodoomsirius avatar dmodoomsirius commented on June 24, 2024

I am working on the update.

from icbm-2.

DarkGuardsman avatar DarkGuardsman commented on June 24, 2024

The name is not 100% related to the voltz modpack as we just needed a name for the engine. However, it will be used in the new update for the pack. As well may be the center point for all mods in the pack after this update.

from icbm-2.

 avatar commented on June 24, 2024

will it be a modders api for others to use as well (getting back into modding and last time i used universal electricity api to allow some items to work as a battery...kind of need a replacement lol

from icbm-2.

DarkGuardsman avatar DarkGuardsman commented on June 24, 2024

Yes, since i could not get @calclavia to work towards the idea of making a modding toolkit Voltz Engine will pick up were Resonant Engine left off. It will aim at being a nice modder's core mod and will get an energy api to replace UE. At the moment though i'm focusing on improving our content creation system, and helper classes. After i get that work done i'll fix up the energy system which was created from peaces of UE. Shouldn't take much work but will need a lot of testing to make sure its easy to use for modders. the Basic Industry repo will show case the energy system when it is added.

from icbm-2.

 avatar commented on June 24, 2024

cool, im in no hurry, hell im having to relearn a lot so thats slowing me down (plus at the moment im focused on getting more records into the game which doesnt require power, just a ton of typing and permissions from artists/bands :) )

from icbm-2.

DarkGuardsman avatar DarkGuardsman commented on June 24, 2024

True getting permissions can take a lot of time, and contacting people. Main reason i use free assets or those made for my projects. What i can suggest though is you can have the player include the song in a folder. Then just play it from the record item to avoid having to get permission. Make it up to the player, server owner, or modpack creator to get permission.

from icbm-2.

 avatar commented on June 24, 2024

tricky to do, not seen a way to register a soundfile from inside java, kind of needs to be done in sounds.json (guessing thats while the ic2 nuclear control 2 mod now requires you to edit the json file to add more alarms and include the files in the jar folder)

Thier are ways around that though, the old cd1.ogg cd2.ogg etc and people can swap out the silent ogg files for what they want, but theres already mods for that :), im happy to take my time and get permissions, already had a steam punk band and 2 comedy artists i approached say yes (i have wierd taste in music lol)

The only major downside is i cant use github for the src repositry as the full songs will be included in the asset folder (unless i exclude them) so its all entirely on my laptop at the moment ....my unstable laptop gulp

from icbm-2.

 avatar commented on June 24, 2024

on a side note if you know any good resources for free to use textures and sounds im all ears :)

from icbm-2.

DarkGuardsman avatar DarkGuardsman commented on June 24, 2024

you can use a private github repo or bitbucket to hide the files to prevent distribution.

http://www.freesound.org/
http://www.turbosquid.com/

from icbm-2.

 avatar commented on June 24, 2024

moved all the music files to a seperate folder inside sound and added a gitignore for it, (want to keep my source code as open as possible) Im no muppet though, i know people could extract it from a released jar but hay im not making it easy for them lol

I believe my twisted mods sound files are on freesound (i remember i shared them somewhere to give back a little) but the turbo squid is new to me ....can minecraft handle such complex models?! still ooooo some nice ones on there, thank you for the link, when i get to modeling i will look it up again (gonna be a while yet)

I have used deviantart before for textures (after securing permissions (infact thats where the dead bunnys from my twisted mod 2 come from,and are animated from in the never finished reboot....took a break when i was told i was the worst coder ever seen by Lex... seems i should not of taken that to heart as much as i did) but sometimes its so depressing when you see the perfect pixel art that would make the perfect texture for insert item your making here and you ask permission...and never hear anything :(

right must go code more :)

from icbm-2.

DarkGuardsman avatar DarkGuardsman commented on June 24, 2024

Most of the time you can ignore lex he tends to call everyone bad coders. I've been on that end of the stick a lot when talking to him.

from icbm-2.

DarkGuardsman avatar DarkGuardsman commented on June 24, 2024

Fixed VoltzEngine-Project/Engine@ce549e8

from icbm-2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.