Skip to content

Commit

Permalink
MyC CSGO v1.0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sniperzik committed Aug 1, 2020
1 parent 1713996 commit a024085
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
13 changes: 10 additions & 3 deletions source/MyC CSGO/7z Installer Files/MyC_CSGO_ChangeLog.log
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@

- Check Latest Version @ http://www.Myc.Lv -

-- v1.0.0.7 -------
-- v1.0.0.8 -------
* Added r_cleardecals when shooting
* Removed cl_clanid from Engine_User
***NOTE: r_cleardecals removes blood splatters,
bullet holes and explosion from nades
for example on wall and ground surfaces

-- v1.0.0.7 -------
* Added Jumpthrow
* Added r_cleardecals when moving forward
* Updated MVP volume
* Minor installer fixes

-- v1.0.0.6 -------
-- v1.0.0.6 -------
* Fixed Check if csgo.exe process exist
* Updated MyC Updater
* Updated MyC Cleaner

-- v1.0.0.5 -------
-- v1.0.0.5 -------
* Added Volume alias
* Updated In-game Music values
* Updated Rate to 786432 value
Expand Down
Binary file modified source/MyC CSGO/7z Installer Files/MyC_Core_01.7z
Binary file not shown.
2 changes: 1 addition & 1 deletion source/MyC CSGO/7z Installer Files/MyC_Updater.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[CSGOVersion]
CSGOVersion=1.0.0.7
CSGOVersion=1.0.0.8
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
// MyC Project : http://www.MyC.Lv
//*****************************************************************************************

cl_clanid "1195023"

bind "MOUSE1" "+attack;r_cleardecals"
bind "w" "+forward;r_cleardecals"

//bind "c" "radio3"


// Jumpthrow alias
//--------------------------------
alias "+jumpthrow" "+jump;-attack"
Expand Down
4 changes: 2 additions & 2 deletions source/MyC CSGO/7z_MyC_CSGO_NSIS.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Unicode True
!include "FileFunc.nsh"

; Define your application name
!define APPVERS "1.0.0.7" ; VERSION
!define APPVERS "1.0.0.8" ; VERSION
!define APPNAME "MyC CSGO"
!define APPGAME "CSGO" ; To Use for all files. ${APPGAME}
!define APPNAMEANDVERSION "${APPNAME} v${APPVERS}"
Expand All @@ -42,7 +42,7 @@ Unicode True
!define APPPUBLISHER "MyC Project"
!define APPSIZE "1550" ; 1,55 MB (1 634 304 bytes) MB : Bytes (45.1 x 1024 Bytes = 46182.4) ~ 2 415 333 Bytes

VIProductVersion "1.0.0.7" ; Ex. 1.0.0.0 VERSION - No Spaces!!!
VIProductVersion "1.0.0.8" ; Ex. 1.0.0.0 VERSION - No Spaces!!!
VIAddVersionKey "ProductName" "${APPNAME}"
VIAddVersionKey "Comments" ""
VIAddVersionKey "CompanyName" "${APPWEB} ${APPYEAR} by ${APPAUTHOR}"
Expand Down
Binary file not shown.
3 changes: 3 additions & 0 deletions source/MyC KeyPresser/MyC_KeyPresser_ChangeLog.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

- Check Latest Version @ http://www.Myc.Lv -

—– v1.0.4 ————————
* Fixed ??? Process Title value lenght (Limited to input size?)

—– v1.0.3 ————————
* Decreased Program size

Expand Down

0 comments on commit a024085

Please sign in to comment.