I really ...

Started by Alienhead, August 25, 2024, 06:18:14

Previous topic - Next topic

Baggey

What does AGK s Script look like?
Running a PC that just Aint fast enough!? i7 4Ghz Quad core 32GB ram  2x1TB SSD and NVIDIA Quadro K1200 on 2 x HP Z24's . DID Technology stop! Or have we been assimulated!

Windows10, Parrot OS, Raspberry Pi Black Edition! , ZX Spectrum 48k, C64, Enterprise 128K, The SID chip. Im Misunderstood!

Pfaber11

Hey Baggy here's a bit of AGK S script

  if getrawkeyreleased(84)
   
    release:
    z1 = 8
    setspritevisible(30,0)
    setcameraposition(1,getcamerax(1),getobjectheightmapheight(1,getcamerax(1),getcameraz(1)) + z1,getcameraz(1))
    setobjectposition(19,getcamerax(1),getobjectheightmapheight(1,getcamerax(1),getcameraz(1)) + z1,getcameraz(1))
    setobjectvisible(20,0)
        zxa = 0
      at = 0
      setfogmode(1)
      setfogcolor(180,180,180)
      setcamerafov(1,70)
    SetSkyBoxSkyColor(180,180,180)
  SetSkyBoxHorizonColor(180,180,180)
    setshadowmappingmode(1)
    setshadowsmoothing(3)
    setshadowrange(800)
    setobjectvisible(20,0)
    setcamerarotation(1,0,sa,0)
    setobjectrotation(19,0,sa,0)
  for mine = 301 to 600
    setobjectvisible(mine,0)
    next mine
Windows 11 home edition
PureBasic 6.20 and AppGameKit studio
ASUS Vivo book i5 15 16gb ram 512gb ssd
ASUS Vivo book i3 15 16gb ram 256gb ssd
HP Desktop; AMD 6700 A10 16GB ram 2 GB graphics card windows 10

Pfaber11

I read somewhere that a scripting language is a language that is used by an interpreted language and a programming language is compiled. Also all scripting languages are programming languages but not all programming languages are scripting languages. I have looked at Godot and I really don't like it.
If speed is compared Godot is about the speed of Python which is a tad slow for my liking.
Windows 11 home edition
PureBasic 6.20 and AppGameKit studio
ASUS Vivo book i5 15 16gb ram 512gb ssd
ASUS Vivo book i3 15 16gb ram 256gb ssd
HP Desktop; AMD 6700 A10 16GB ram 2 GB graphics card windows 10