A simple batch script to launch Perfect World International in developer mode:
go to your PWI folder ( e.g. C:/Program Files/Perfect World Entertainment/Perfect World International/element ), and create new text file. Paste this in:
then file > save as > perfectworld.bat
use that batch file like an EXE and launch the game, to access the console its ~ ( SHIFT and ` ).
here are the dev and gm cvars you can use
go to your PWI folder ( e.g. C:/Program Files/Perfect World Entertainment/Perfect World International/element ), and create new text file. Paste this in:
Code:
elementclient.exe game:cpw console:1
use that batch file like an EXE and launch the game, to access the console its ~ ( SHIFT and ` ).
here are the dev and gm cvars you can use
Code:
// ========== Debug commands ========== "d_cameramode" "d_boundbox" "d_rtdebug" "d_npcid" "d_runspeed" "d_goto" "d_fly" "d_c2scmd" "d_viewradius" "d_relogin" "d_skill" "d_render_water" "d_render_grass" "d_render_forest" "d_render_shadow" "d_render_outline" "d_turnaround" "d_testdist" "d_gfx" "d_showpos" "d_trnlayer" "d_a3dstat" "d_gamestat" "d_treelod" "d_fps" "d_playerradius" "d_showid" "d_skipframe" "d_modelupdate" "d_minidump" "d_settimeofday" "d_getservertime" "d_task" "d_mipmapbias" "d_trncull" "d_gscmd" "d_delcmd" "d_title" "d_namepos" // ========== GM commands ========== "gm_kickout_role" "gm_kickout_user" "gm_list_user" "gm_online_num" "gm_restart_sev" "gm_shutup_role" "gm_shutup_user" "gm_moveto_player" "gm_callin_player" "gm_broadcast" "gm_showid" "gm_forbid_role" "gm_trigger_chat" "gm_generate"