Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

ondrasilny

Members
  • Posts

    118
  • Joined

  • Last visited

    Never

Everything posted by ondrasilny

  1. How i can edit main menu in CS:DE? Nowhere isnt the main menu gui. Please help.. Thanks. Ondra.
  2. Hello,I make my first tutorial for beginners-How run CrystalShire:Developer Edition :embarrassed: Warning: CS:DE is hard and has anoreth engine. Requirments: 1.VisualBasic6 (getting VB6: [http://www.touchofdeathforums.com/smf/index.php/topic,68399.0.html](http://www.touchofdeathforums.com/smf/index.php/topic,68399.0.html)) 2.Brain 3.Robins History Bundle (http://www.touchofdeathforums.com/smf/index.php/topic,74117.0.html) Tutorial: 1.Open Robins Bundle 2.Open Crystalsire:DE 3.Open Client folder 4.Open Client.vbp 5.[In VB6] Click on FILE 6.Click on Make client.exe 7.Wait… 8.Close it 9.Open Server folder 10.Open server.vbp 11.[In VB6] Click on FILE 12.Click on Make server.exe 13.Wait… 14.Close it. 15.Open Client folder -> Data files -> Config 16\. Change IP and port on your IP and port. 17.Save it. 18.Close it. 19.Open Server folder -> Data -> Option 20.Change port on your port. 21.Save it. 22.Close it. Well done! You now can open server and client. Enjoy! :cool: PS:Sorry for my bad english,I use google translate.
  3. Hi all..I making my game and I need game logo… Please can anyone make logo for my game? Requirments: >! -NAME:DiFiRiA -SIZE:Like eclipse logo… -TYPE:Historic... This is all…Thanks! Ondra.
  4. Here is my firt PixelArt-EO Button :D [http://www.uloz.to/10009718/untitled-bmp](http://www.uloz.to/10009718/untitled-bmp)
  5. Here are two sprites: >! ![](http://www5f.biglobe.ne.jp/~itazu/etolier/material/chara/tori_neko_a.png) ![](http://fc06.deviantart.net/fs71/f/2010/112/1/c/Black_cat_sprite_by_AetherWings.png) :embarrassed:
  6. @Robin: > Did you re-compile? Eh..no :DD
  7. How I can change map size in CS:DE? If I change map size,client is crash… I read this: [http://www.touchofdeathforums.com/smf/index.php/topic,74303.0.html](http://www.touchofdeathforums.com/smf/index.php/topic,74303.0.html) I swap the lines ``` 'cache the shit initAutotiles Unload frmEditor_MapProperties ``` and ``` ClearTempTile ``` But this isnÃ…Â¥ work. Please can someone help or write done code? I probably wrote it wrong. Thanks. Ondra.
  8. Is in cs:de White list or this code? ``` ' Prevent hacking For i = 1 To Len(Msg) ' limit the ASCII If AscW(Mid$(Msg, i, 1)) < 32 Or AscW(Mid$(Msg, i, 1)) > 126 Then ' limit the extended ASCII If AscW(Mid$(Msg, i, 1)) < 128 Or AscW(Mid$(Msg, i, 1)) > 168 Then ' limit the extended ASCII If AscW(Mid$(Msg, i, 1)) < 224 Or AscW(Mid$(Msg, i, 1)) > 253 Then Mid$(Msg, i, 1) = "" End If End If End If Next ```
  9. Is in VB6 search button? Where? :O I want search this code: ``` ' Prevent hacking For i = 1 To Len(Msg) ' limit the ASCII If AscW(Mid$(Msg, i, 1)) < 32 Or AscW(Mid$(Msg, i, 1)) > 126 Then ' limit the extended ASCII If AscW(Mid$(Msg, i, 1)) < 128 Or AscW(Mid$(Msg, i, 1)) > 168 Then ' limit the extended ASCII If AscW(Mid$(Msg, i, 1)) < 224 Or AscW(Mid$(Msg, i, 1)) > 253 Then Mid$(Msg, i, 1) = "" End If End If End If Next ```
  10. How i can change tutorial on start?
  11. ondrasilny

    White List

    @Erwin: > Just delete it And where is this code? mod….?
  12. ondrasilny

    White List

    @Erwin: > Just delete it all? :O
  13. ondrasilny

    White List

    @Robin: > Would it really have killed you to spend some of the time you spent asking this question in _every single thread_ you came across actually tracing the input system? > > Try and figure it out yourself next time. You need to be able to track a system from start to finish. > > ``` > ' Prevent hacking > For i = 1 To Len(Msg) > ' limit the ASCII > If AscW(Mid$(Msg, i, 1)) < 32 Or AscW(Mid$(Msg, i, 1)) > 126 Then > ' limit the extended ASCII > If AscW(Mid$(Msg, i, 1)) < 128 Or AscW(Mid$(Msg, i, 1)) > 168 Then > ' limit the extended ASCII > If AscW(Mid$(Msg, i, 1)) < 224 Or AscW(Mid$(Msg, i, 1)) > 253 Then > Mid$(Msg, i, 1) = "" > End If > End If > End If > Next > > ``` Yay! Thanks. But what? : D How do I edit to operate special characters? :embarrassed:
  14. ondrasilny

    White List

    Robin Say: European characters work just fine. The only reason you can't use them in the chatbox is because of the character censor I put in place to stop abuse. Simply add the Ascii values to the whitelist. Ok,but how change whitelist? Where is? PS:Sorry for my much questions :P
  15. @Robin: > Not true. It's just that the controls which ship with VB6 don't support unicode. We had this discussion when that Chinese bloke came a-calling. > > European characters work just fine. The only reason you can't use them in the chatbox is because of the character censor I put in place to stop abuse. > > Simply add the Ascii values to the whitelist. Sorry,but where is whitelist? :huh:
  16. @Soul: > So basically you want to do [this](http://www.touchofdeathforums.com/smf/index.php?topic=73219.0)? Yes, that's it but I do not get it … Would not consult me where's the whitelist?
  17. How I can change mapsize in CS:DE. If I change size in map properties client is crash..Please help..
  18. How to set EO to allow the writing of some characters? (řžýáíéčšěúůň) :confused:
  19. @Ryoku: > ;D i think your looking for the word "Questions" and not answers… > > 2) if you tweek Alter's Quest system a bit you might get it to work. Yay,thanks and sry :D I am stupid :DD
  20. Hi all,I have few answers about CS:DE… >! I.How to change menu? (especialy CrystalShire logo :P) In VB6 isn´t frmMenu II.Quests in CS:DE? III.How work autotile? IV.Classes -1.In creating character isn´t female select…why? -2.I have 2 sprites for warrior but in select class isn´t sprite select..why?
  21. ondrasilny

    Language

    Pleease help! I want make Czech game but we have few special letters (čřžýáíéšěúů) How change language? Robin say:Remove censore But where is censore??? :O
  22. ondrasilny

    Defnce,Atk

    I know that: Agility is DEF Str is DMG I really can not be set in the EO that was set DMG and DEF? Because the weapon to attack 3 is the same as 3 STR … Sorry for my bad english,I use google transalte..
  23. Hello,I want install VB6 on my computer (Windows XP) but I have trouble… See this video and please help! >! -I cant run setup in SP 3/4 mode -I cant run setup like adminstrator http://www.youtube.com/watch?v=yt0Gxvh6rHg
  24. @Beanie93: > I see a folder named 'VB6 Portable'. > You need to install VB6 Enterprise or Proffesional Editions for it to work. There's an alternative by using VB6 Portable, it's written in the Tutorials section by Robin. Thank you. I am totally stupid. : D I first download only portable and..it works :DD
×
×
  • Create New...