Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

bilalprograms93@gmail.com

30
Posts
1
Followers
1
Following
A member registered May 14, 2023 · View creator page →

Creator of

Recent community posts

i need to ask Gavgrub a question, what was the culture function in you code in data.py

i might able to get all the file

i got some source code of this game 

import random

class Countries:

    def __init__(self):

        """Decompiler error: line too long for translation. Please decompile this statement manually."""

        self.colorsToCountries = {v[0]: k for k, v in self.countryData.items()}

    def getCountryType(self, culture, ideology=None):

        if not ideology == None:

            for country in self.countryData.keys():

                if self.getCulture(country) == culture and self.getIdeology(country) == ideology:

                    return country

        else:

            countries = [i for i in self.countryData.keys()]

            random.shuffle(countries)

            for country in countries:

                if self.getCulture(country) == culture:

                    return country

        return None

    def getAllCountries(self, culture):

        return [i for i in self.countryData.keys() if self.countryData[i][2] == culture]

    def getEveryCountry(self):

        return [i for i in self.countryData.keys()]

    def colorToCountry(self, color):

        return self.colorsToCountries.get(color)

    def getCountryData(self, country):

        return self.countryData.get(country)

    def getColor(self, country):

        return self.countryData.get(country)[0]

    def getClaims(self, country):

        return self.countryData.get(country)[1]

    def getCulture(self, country):

        return self.countryData.get(country)[2]

    def getIdeology(self, country):

        return self.countryData.get(country)[3]

    def getBaseStability(self, country):

        if type(self.countryData.get(country)[-1]) == str:

            return 60

        return self.countryData.get(country)[-1]

    def getIdeologyName(self, country):

        ideologies = {'liberal': [-0.5, 0.5], 'communist': [-0.5, -0.5], 'monarchist': [0.5, 0.5], 'nationalist': [0.5, -0.5]}

        return ideologies.get(str(self.countryData.get(country)[3]), [0, 0])

    def getCultures(self):

        cultureList = []

        for data in self.countryData.values():

            if data[2] not in cultureList:

                cultureList.append(data[2])

        return cultureList

have fun! making it

I get a lot errors when I play the game, please update and fix the bugs!. by the way I also used pygame... so I might able to help you.

Can you add air division,  ground division, naval division and armed vehicle divisions?

wait.. so your telling me that your released this assests pack today? I needed this 6 month ago....well, thank u

norton

your files and game are infected with win64:Malware-gen. When extracted the game (the new version) it made my pc mega slow. I had to shut down my computer. I played your game around 5 months ago, i know this is not common but there might be a problem in your files. 

best prototype assets I have ever used

This is the most underrated isometric assets

It really helps, thank you a lot

Hello there, I used your assets for my isometric game, i wanted to add 3d collision what is the length, Height and width.

does it have an end?

it was boring to be honest

what you support to do

I am very sorry do hear this. The game was made in pygame python. The reason the video is unavailable is because i deleted all videos from m channel. A left pygame python and i am using unity and i am making a 2d game (platformer).

i will send you images every 4 days

can i get your email or info so i can send you the progress

thanks, the game is in early development. The game is a platformer game.

can we make a deal?, if i publish the game in crazygames and it makes some profit in under 3 months then i will donate it. Need any info contact me: email Bilalprograms93@gmail.com

Hi, can i use this assests for my commercial game. 

@nzp team can you add x-box 360 controller in to www.nzp.gay

it still does not work, when i create a co - operative game it says;" rtc broker connection to master.frag-net.com failed (retry: 30 secs)". But after 30 seconds it still not work. Can you help me. Plus when i type help, there are no servers even though i made one

the multiplayer mode does not work why?

are you planning to make a clever AI zombie? The game needs more things for example broken windows

thanks! do you want anything to suggest?

click 4 and click left to add factories

please comment