Recent content by ThunderMohawk

  1. T

    Black triangles and squares appearing on map

    I uninstalled the game and then installed it and there was no difference. I have no idea how graphic cards work or whether mine is having problems. How can I figure this out? UPDATE: This is my graphic card information. Graphics...
  2. T

    Black triangles and squares appearing on map

    For some reason my game has begun to have these odd squares and triangles appear all over the screen. They are usually black colored and all across the map. They get bigger as I zoom out. I'm unsure if those are a setting but I tried to turn up all graphics and it did nothing. All the graphics...
  3. T

    making a building help

    No I don't intend to. It's supposed to be almost like a palace for every other city besides your capital. The capital gets a palace and every other city can build a Town Center. They have completely different yields but that's the simple rule I was hoping for. First I just wanted to see if it...
  4. T

    making a building help

    ah alright. But I did give it a prerequisite tech. It's pottery. Did I do that wrong? Can you please give me an example of how to do it properly? And hold on, there's nothing in that building class. But then how do I code in everything I need? Or would it be easier to use a different one? which...
  5. T

    making a building help

    That space wasn't in the modbuddy coding so idk how it got to what I posted. But here's my errors I got. They are all from random mods where I wanted to download civs. i didn't make those. I don't have the babylon pack btw, just Spain and Inca, Denmark, explorers map pack, and gods and kings...
  6. T

    making a building help

    Wait what? Just put the whole code in tags?...
  7. T

    making a building help

    Hello. So I have tried to make a building and am hoping for some help. I read a guide and got templates. So I tried to make a "TOWN CENTER." This is what I got. It didn't appear which isn't too surprising but I'm confused as to how to get it up and working. Thanks for any help. Oh, also I...
  8. T

    Modding questions

    Ok I tried this and somehow all it did was change the cost of a watermill to 3 production. So then I tried putting "SetCost" and "WhereType" but under the "=" sign it said missing required white space. What does that mean? I'm just trying to change the production cost and maintenance cost right...
  9. T

    Modding questions

    Ok I got the food and culture ones working. Thanks a lot! But are there templates for all these things? Like I'm unsure of how to know the coding for editing things. For example, how do I edit the costs of units and buildings? I get that you can set the cost to different things like -1 but do I...
  10. T

    Modding questions

    Ok I tried <GameData> <Row> <BuildingType>BUILDING_MONUMENT</BuildingType> <YieldType>YIELD_CULTURE</YieldType> <Yield>4</Yield> </Row> </GameData> It did nothing... So then I tried <GameData> <Row> <Update> <BuildingType>BUILDING_MONUMENT</BuildingType>...
  11. T

    Modding questions

    So far I've only been able to successfully mod happiness in buildings. I try to do the exact same things with culture and food but nothing happens. This gave the colosseum 5 happiness and it worked. <GameData> <Buildings> <Update> <Set Happiness="5"/> <Where...
  12. T

    Mod is valid but doesn't show up

    So I finally got it to work!!!!!! Well the colosseum one at least. I went in and all I did differently was click "save all" instead of just normal "save" and then build solution, and it worked... But the granary one isn't working. I'll have to look at that later.
  13. T

    Mod is valid but doesn't show up

    I don't know how that happened. I did try do what the guy on the video said. But now I tried to change that and it didn't work either. I'm confused. So I went to properties and action. Then I went to the thing on the right and did onmodactivated, update database and then selected Game Rules1. It...
  14. T

    Mod is valid but doesn't show up

    Ok I think I did it correctly. I can send others that I've tried too if anyone would like. Thanks.
  15. T

    Mod is valid but doesn't show up

    I tried changing the Building_Colosseum to BUILDING_COLOSSEUM but it made no difference. So I should just post it. Are you saying post the actual mod and not just coding? I've not done that before so sorry but how is that done? Steam Workshop or something?
Back
Top Bottom