[MOD] (Alpha 3F) Industrial RIM (v.1.1.2)

Started by Cala13er, March 17, 2014, 05:16:58 PM

Previous topic - Next topic

What age would you prefer to start in using the new tech tree?

Ancient Era - Start from the beginning of the tech tree (Start with almost nothing available)
253 (70.1%)
Classical Era - Start 1 age up from the beginning of the tech tree (Start with few things available)
33 (9.1%)
Medieval Era - Start 2 ages up from the beginning of the tech tree (Start with many things available)
17 (4.7%)
Renaissance Era - Start 3 ages up from the beginning of the tech tree (Start with plenty of things available)
7 (1.9%)
Industrial Era - Start 4 ages up from the beginning of the tech tree (Start with just over half of things available)
23 (6.4%)
Modern Era - Start 5 ages up from the beginning of the tech tree (Start with most things available)
9 (2.5%)
Atomic Era - Start 6 ages up from the beginning of the tech tree (Start with almost everything available)
2 (0.6%)
Information Era - Start 7 ages up from the beginning of the tech tree (Start with only few things not available, and not many researches)
2 (0.6%)
Experimental Era - Start 8 ages up from the beginning of the tech tree (Start with everything but the experimental stage stuff)
15 (4.2%)

Total Members Voted: 361

iame6162013

Quote from: Cala13er on April 14, 2014, 12:59:19 PM
Derp! Just made the conveyor belts destroy the whole game! This wild species of Conveyor belts are very dangerous if tampered with.

(Basically making them automatically change into a 90 degrees turn without having to place them seperately WOOT WOOT!)

Woot Woot  ;)
Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"
Robert J. Hanlon: "Never attribute to malice that which is adequately explained by stupidity."

Cala13er

Quote from: iame6162013 on April 14, 2014, 01:37:02 PM
Quote from: Cala13er on April 14, 2014, 12:59:19 PM
Derp! Just made the conveyor belts destroy the whole game! This wild species of Conveyor belts are very dangerous if tampered with.

(Basically making them automatically change into a 90 degrees turn without having to place them seperately WOOT WOOT!)

Woot Woot  ;)

WOOT WOOT WOOT

iame6162013

Quote from: Cala13er on April 14, 2014, 03:11:36 PM
Quote from: iame6162013 on April 14, 2014, 01:37:02 PM
Quote from: Cala13er on April 14, 2014, 12:59:19 PM
Derp! Just made the conveyor belts destroy the whole game! This wild species of Conveyor belts are very dangerous if tampered with.

(Basically making them automatically change into a 90 degrees turn without having to place them seperately WOOT WOOT!)

Woot Woot  ;)

WOOT WOOT WOOT

Woot Woot   Woot Woot
Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"
Robert J. Hanlon: "Never attribute to malice that which is adequately explained by stupidity."

djnekkid

Hi there.

I were just wondering if you guys need some kind of bugtracking or versioning system?
I can provide you with a redmine (feature/bugtracker) and mercurial ('hg') repo if needed :D

-Cheers-

Cala13er

Quote from: djnekkid on April 14, 2014, 03:32:34 PM
Hi there.

I were just wondering if you guys need some kind of bugtracking or versioning system?
I can provide you with a redmine (feature/bugtracker) and mercurial ('hg') repo if needed :D

-Cheers-

Say what? No idea what you've just said :P

djnekkid

Okei ... I'll rephrase :)

According to http://en.wikipedia.org/wiki/Redmine
"Redmine is a free and open source, web-based project management and bug-tracking tool. It includes a calendar and Gantt charts to aid visual representation of projects and their deadlines. It handles multiple projects. Redmine provides integrated project management features, issue tracking, and support for various version control systems.
The design of Redmine is significantly influenced by Trac, a software package with some similar features.
Redmine is written using the Ruby on Rails framework. It is cross-platform and cross-database. It is part of the Bitnami app library that provides an installer and virtual machine for ease of deployment."

Mercurial/HG is, according to http://en.wikipedia.org/wiki/Mercurial
"Mercurial is a cross-platform, distributed revision control tool for software developers. It is mainly implemented using the Python programming language, but includes a binary diff implementation written in C. It is supported on MS Windows and Unix-like systems, such as FreeBSD, Mac OS X and Linux. Mercurial is primarily a command line program but graphical user interface extensions are available. All of Mercurial's operations are invoked as arguments to its driver program hg, a reference to the chemical symbol of the element mercury."

If that made it any clearer :D

iame6162013

Quote from: djnekkid on April 14, 2014, 03:48:02 PM
Okei ... I'll rephrase :)

According to http://en.wikipedia.org/wiki/Redmine
"Redmine is a free and open source, web-based project management and bug-tracking tool. It includes a calendar and Gantt charts to aid visual representation of projects and their deadlines. It handles multiple projects. Redmine provides integrated project management features, issue tracking, and support for various version control systems.
The design of Redmine is significantly influenced by Trac, a software package with some similar features.
Redmine is written using the Ruby on Rails framework. It is cross-platform and cross-database. It is part of the Bitnami app library that provides an installer and virtual machine for ease of deployment."

Mercurial/HG is, according to http://en.wikipedia.org/wiki/Mercurial
"Mercurial is a cross-platform, distributed revision control tool for software developers. It is mainly implemented using the Python programming language, but includes a binary diff implementation written in C. It is supported on MS Windows and Unix-like systems, such as FreeBSD, Mac OS X and Linux. Mercurial is primarily a command line program but graphical user interface extensions are available. All of Mercurial's operations are invoked as arguments to its driver program hg, a reference to the chemical symbol of the element mercury."

If that made it any clearer :D

where is this useful for?  ???
Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"
Robert J. Hanlon: "Never attribute to malice that which is adequately explained by stupidity."

djnekkid

I'm not gonna force you guys into useing something you dont want, but in the past i've made a few mods to games myself, and what starts of as a good idea often becomes huge ideas.
Huge ideas often become quite abit of code, and quite abit of code tends to have bugs.

I've made a couple of mods for other games in the past, most notably a trainset for OpenTTD, and with that in mind, I now know the importance of a tracker.

Let me make you an example, and you can take a look


iame6162013

Quote from: djnekkid on April 14, 2014, 04:57:45 PM
I'm not gonna force you guys into useing something you dont want, but in the past i've made a few mods to games myself, and what starts of as a good idea often becomes huge ideas.
Huge ideas often become quite abit of code, and quite abit of code tends to have bugs.

I've made a couple of mods for other games in the past, most notably a trainset for OpenTTD, and with that in mind, I now know the importance of a tracker.

Let me make you an example, and you can take a look



ok maybe ill make one for my mod (Cala13er own's this mod!) but right now i just don't have enough bug's :p
Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"
Robert J. Hanlon: "Never attribute to malice that which is adequately explained by stupidity."

djnekkid

i've understood it that you make some gfx or something for this mod?

iame6162013

Quote from: djnekkid on April 14, 2014, 05:16:57 PM
i've understood it that you make some gfx or something for this mod?

what me no.
Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"
Robert J. Hanlon: "Never attribute to malice that which is adequately explained by stupidity."

Cala13er

Quote from: djnekkid on April 14, 2014, 03:48:02 PM
Okei ... I'll rephrase :)

According to http://en.wikipedia.org/wiki/Redmine
"Redmine is a free and open source, web-based project management and bug-tracking tool. It includes a calendar and Gantt charts to aid visual representation of projects and their deadlines. It handles multiple projects. Redmine provides integrated project management features, issue tracking, and support for various version control systems.
The design of Redmine is significantly influenced by Trac, a software package with some similar features.
Redmine is written using the Ruby on Rails framework. It is cross-platform and cross-database. It is part of the Bitnami app library that provides an installer and virtual machine for ease of deployment."

Mercurial/HG is, according to http://en.wikipedia.org/wiki/Mercurial
"Mercurial is a cross-platform, distributed revision control tool for software developers. It is mainly implemented using the Python programming language, but includes a binary diff implementation written in C. It is supported on MS Windows and Unix-like systems, such as FreeBSD, Mac OS X and Linux. Mercurial is primarily a command line program but graphical user interface extensions are available. All of Mercurial's operations are invoked as arguments to its driver program hg, a reference to the chemical symbol of the element mercury."

If that made it any clearer :D

I'll look into it :)

djnekkid

Quote from: Cala13er
I'll look into it :)

I've sent you a PM with url and user/pw

Cala13er

Quote from: djnekkid on April 14, 2014, 05:34:09 PM
Quote from: Cala13er
I'll look into it :)

I've sent you a PM with url and user/pw

Haven't got it mate?

djnekkid

ups, i managed to do an email instead, i'll re-pm :)