Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Strive: Conquest

A successor to first Strive For Power game, currently at alpha stage · By Strive4Power

What file has the quests again?

A topic by Metaphallica created Sep 17, 2021 Views: 407 Replies: 4
Viewing posts 1 to 3

I've been away for a while, and I've forgotten.

Used to be a simple matter to edit a file and disable the bank loan main quest.

It probably still is but I just don't recall much of anything about it; which file do I edit to get rid of that and so on, again?

(+1)

I didn't tested it but it should be starting_presets.gd in "assets/data"

and modify the default with this :

completed_quests = ['main_quest_loan','guilds_introduction','fighters_election_quest','mages_election_quest','workers_election_quest']

more quests can be added or removed.

That should do it.

(3 edits)

Oof, okay.

I'll try just putting in Main_quest_loan and see what happens, I guess.

My preferred method was just to make the loan quest never start in the first place; the only reason I do this instead of just go sandbox is to play the normal story mode without the loan-quest annoyance.

Thanks, whether it works or not.

I don't know why I can't seem to find the old files like I used to with a search for words like "Loan" or something.

Edit1: [Seems to be a problem with some setting or other on this computer, I'll have to try to fix it but fuck if I even know where to start.

I've told it to search within files but it still doesn't pick up on words that are clearly within the relevant files...]

Edit 2: OKAY, solved the "Can't find text in files" problem by downloading agent ransack, since fiddling with settings in Windows itself didn't seem to do enough of anything... now on to the next level Zero coding struggles.

Edit 3: Okay, instead of anything else, for now I just deleted the line of code "code = 'add_timed_event', value = "loan_event1"," from the file "Scenedata.gd" and it seems to be fine at the moment... hopefully I don't run into any problems because of that.

(+1)

Alternately, you could just change the numbers in scenedata.gd to take 1 gold every time, to make sure the game stays stable.

YES!

I didn't think of that this time around, but I totally should have; I think I once set it to 0 at some point.

I'll certainly keep that in mind for this time as well.