Search found 23 matches

by spiro9
Mon Apr 25, 2022 3:44 pm
Forum: Modding help
Topic: Question about the global table
Replies: 10
Views: 2514

Re: Questions about the global table & tech calls

See code of https://mods.factorio.com/mod/RocketExplosions function get_tech_level (force, tech_name) local level = 0 local techs = force.technologies local tech = techs[tech_name] or techs[tech_name..'-1'] if tech and tech.researched then level = tech.level local i = 1 local fl = true while fl do ...
by spiro9
Mon Apr 25, 2022 2:43 am
Forum: This Forum
Topic: Forum name change
Replies: 23
Views: 9711

Change username?

I'd like to be able to switch my username - I still use the alias peefTube but more recently I've been going by spiro9. Is there any way to use both aliases, perhaps to change my username to

Code: Select all

peefTube | spiro9
?
by spiro9
Mon Apr 25, 2022 2:29 am
Forum: Modding help
Topic: Question about the global table
Replies: 10
Views: 2514

Question about the global table

I'm working with a new mod project (with no prior Factorio modding experience) and I'm trying to set up something where a pseudo-infinite upgrade technology could possibly increment an integer value to track how many times that technology has been researched, assuming that's necessary. I'm not 100% ...

Go to advanced search