Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Horizon

#1
Hey people!
I've begun work on a new mod known as The Horizon Initiative!
The mod is based on the idea of making an alternative building material.

The material replacing Metal is known as Horinzium.
Currently it can be used to make a light and some walls.

But of course, more is sure to come!

Attached below the post is the very first working version.
The issues with the resource, textures, and the MEaRS system were
neatly ironed out by ItchyFlea.

Below is the changes made by ItchyFlea that I noticed, and appended to the back his comments.

QuoteChangelog for future reference and for anyone possibly facing future issues.

Horizon Mod A.1 Revised [Fixed by Itchy]
------------------------------------------

Plantdef was reverted back to the Core standard.
Plant was properly tagged as such in XML name. (Possibly for better reference?) I find doing so helps me to remember what is what.
Texture paths ignored addition of texture file in the path. (Game read it as Textures/Textures/....)
Plant added to Defname. (Confused the game about the resource and the plant.) Not exactly. Just did that as a personal preference.
Raw added to resource. (Confused the game about the resource and the plant.) Again, mostly for personal preference. In this case though both the plant and the resource initially had the same name. This would have caused issues.
Lifespan reverted back to 200000. (Unknown reason for change.) The lifespan you had initially was far too high, and was causing problems. Specifically this: Exception parsing <lifeSpan>20000000000000</lifeSpan> to type System.Int32: Exception parsing System.Int32 from "20000000000000"
Traderscarry true was added to resource def. (For compatability with game?) You initially had <purchasable>true</purchasable>. That tag no longer exists in this version of RimWorld, and was replaced with <tradersCarry>. A few other tags were also replaced with their A5 equivalent. IE: <MenuUIIcon> changed to <uiIconPath>.
Sound paths added to define sound. (Weird I didn't notice that before.)
Food paths added to define food. (Weird I didn't notice that before.)

Total changes: Many
Change Severity: Major

All that said and done, i'd like to make sure that everything added in is working for everyone
else, therefore the reason for this very very very alpha release.

How the mod works:

Uses a modified hydroponics table to produce Horinzium.
Horinzium gives negative nutrition when consumed and is never cookable.

Known Problems:

Wall texture does not render right.
Flooring texture did not work right. (Didn't scale to a single block.)[Removed]
Horinzium is very quick to produce and may need a balance nerf.

What will be in the next version:

Fixes to all above problems if possible.
Addition of basic furniture such as tables and chairs.
Addition of more lights.

What is planned:

A way to make a table that generates horinzium without a hydroponics base.
The whole hydroponics table generation leads to problems like horinzium having
to be a food, and needing a light source, growers etc.

Any feedback, help, comments or complaints are appreciated!

[Sorry for the format of this post, I usually make good effort but its 1:25 AM]

[attachment deleted by admin: too old]
#2
Help / What have I done wrong? [Help]
July 25, 2014, 06:26:47 PM
The basis of the idea I have for this mod is to create a retextured hydroponics table that grows only a custom resource, which in turn is then usable to build structures. (Those come later.)

Currently what I have done is to the best of my abilities, following the wiki and studying the core mods folder.

Included is my attempt at the above, complete with a test block to be used.
I have looked at the dev menu but I don't understand it. Anyone kind enough
please have a look and help me troubleshoot?

https://www.mediafire.com/?3pivmij8kblx19b
#3
Help / Requiring Help for mod.
July 24, 2014, 02:33:47 PM
Upon attempting three very nonsensical methods, I have utterly failed to
create what I am attempting. Allow me to elaborate.

I have followed the outdated wiki which has caused me nought but pain and
the misfortune of self-screwing up my saves.

I have copied another mods files and edited them, which has also led to failure.

I have then tried to make it on my own from a combination of the wiki, checking
other mods, and pure dumb stupidity.

Guess if that failed.

It did. Which leads to this desperate cry for help.

I can't do a lick of C++, so .dll is out. I need to make
some XML stuff. Any help would be lovely.

What i'm trying to make is a compact indoor generator.