Home
hotmike редактира тази страница преди 10 месеца

Welcome to HotMike's Wiki!

Coding tips

  • Use killvar to remove temp var
  • Each sub needs and end. Act -> end
  • Comments are still interpreted: beware to use '' instead of '
  • Text is a $ var. See lines with 0? Check for $.
  • Text join: act 'Put on ' & $clothing1_description:
  • Check for cup size: pcs_cupsize <= 20:. See body_desc

    Basic routine

  • stat is the calculator for basics and check if time should progress.

  • week = day in the week. See cikl.qsrc

New events

With new events, first its best to run them past Vengeange11 as he's head writer (unless they are for a specific project and then that project head can give OK), then write the event and post it in proofreading_uploads so it can be checked for grammar and spelling (they can sometimes fluff stuff up a bit too), then run the analyser to check code and finally post to repo. For images they need to be sent to Anya to be added to the image pack, we try not to use mp4 unless its adding so much as to make the extra size of file worth it and limit runtime of video to 10secs max.

Images

  • Images should be 600px high or there abouts.
  • There is a hierarchy to the image folders that is basically: system, pc, location, character, shared System is for icons and buttons, PC is for things specific to Sveta, location if its only used in one place, Character if its limited to a single npc and shared if its for general use with npcs/locations.

locations

  • NPCs are created in npcstaticX files.

Fame

Prostitution fame is when you do sex for money. Sex fame is when you do sex for smiles.

Sex is for both teasing and doing it (as long as it is not for money, then it is prostitution). Slut is a measure of both sex and prostitution fames. Also, and this is very important gs 'fame', 'pav', 'slut' 10 will not change fame['pav_slut']. The only way to change fame['pav_slut'] is either changing fame['pav_sex'] or fame['pav_prostitute']

Sex routine

Check arousal.qsrc for the correct tags to call.

Release cycle

  • Feature lock
  • Bug tracking
  • Image check
  • Release
  • Approx one week bug tracking
  • Release?
  • Out of feature lock.