Skip to main content

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

eccma has the post i will tell him that you updated it

(6 edits) (+1)

My sample of json now in the game as sample for everyone.

But since I posted it, Eccma changed a little rules about skills.

I'm aboust "stype_id". In my sample it is Fixnym.

Eccma now use Strings. But when i posted sample, stype_id was a strange thing in rvdata2, that was copied by me from rvdata as is. To have a full info about skill. From json and from rvdata.

Now sample in main game need to be updated.

(1 edit) (+1)

Eccma417 says: yeap... because string is more humie readable

Eccma417 says: string  read for humie > translate to array in json loader

(13 edits)

I understand this.
Strings better for eyes and for mind.

Next one is about code of barters.

I thing, that

def manual_barters(tmpTradeID)
    ...
    ...
end

- is good.

But something like this will be better:

def manual_barters(tmpTradeID=get_character(0).npc_name)
    ...
    ...
end

Or this:

def manual_barters(tmpTradeID) 
    if !tmpTradeID || !$data_barters[tmpTradeID]
        tmpTradeID = get_character(0).npc_name
    end
    ...
    ...
end
(1 edit) (+1)

oh yes and this is in reply to your post on F95 about the mod manager between nyx and ultra mod manager since i don't have an account or wish to get one 

eccma passes on a bit about why the ultra mod manager was switched to: the primary reason he uses the ultra mod manager and nyx is now deprecated is because he doesn't have the source code to be able to alter where the mod manager checks the mod ban list
and he also primarily uses linux now and also lacks the dotnet file used to compile the nyx manager